Commit Graph

7 Commits

Author SHA1 Message Date
daniel 1fd63d8d1f fix: display Bluetooth MAC addresses in conventional MSB-first order
bdAddr bytes are stored LSB-first (HCI wire order) throughout the stack,
but the bluetooth app and btbonds tool formatted them LSB-first too, so
every MAC displayed byte-reversed. Print addr[5] down to addr[0] instead.
Display-only change; wire-order parsing and syscalls untouched.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 10:57:48 +02:00
daniel e3dc1e881d cleanup: namespace Montauk (capital M) => montauk::abi 2026-06-16 09:09:16 +02:00
daniel b091af7653 feat: allow MAC spoofing in Bluetooth stack, show paired devices in Bluetooth app 2026-06-16 08:49:06 +02:00
daniel 96943116f8 feat: respect accent colors in more places in desktop 2026-05-24 21:29:59 +02:00
daniel 7b7f748b21 feat: port bluetooth to MTK toolkit 2026-04-17 15:26:27 +02:00
daniel afe0442d57 feat: new Window Server helpers and app migrations 2026-03-25 21:06:58 +01:00
daniel 576ad34f95 feat: Intel HDA audio driver, audio streaming syscalls, userspace Music app, fixes and improvements, rudimentary Bluetooth support 2026-03-10 17:14:33 +01:00