* [bluez/bluez] 2fb0aa: monitor: Fix parsing of BT_HCI_CMD_LE_SET_CIG_PARAMS
@ 2025-12-22 19:44 Luiz Augusto von Dentz
0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2025-12-22 19:44 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/1035801
Home: https://github.com/bluez/bluez
Commit: 2fb0aa22d80c296d88da566edd71570a7788e426
https://github.com/bluez/bluez/commit/2fb0aa22d80c296d88da566edd71570a7788e426
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-12-22 (Mon, 22 Dec 2025)
Changed paths:
M emulator/btdev.c
M emulator/bthost.c
M monitor/bt.h
M monitor/ll.c
M monitor/packet.c
Log Message:
-----------
monitor: Fix parsing of BT_HCI_CMD_LE_SET_CIG_PARAMS
The fields of BT_HCI_CMD_LE_SET_CIG_PARAMS are bitfields rather than
values, so this changes the fields to phy's' and fixes the parsing to
print it as bitfield rather than value.
Commit: a6679d0338cde5682e05f8fd5d225c0d327c2fea
https://github.com/bluez/bluez/commit/a6679d0338cde5682e05f8fd5d225c0d327c2fea
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-12-22 (Mon, 22 Dec 2025)
Changed paths:
M emulator/btdev.c
Log Message:
-----------
emulator: Fix using BT_HCI_CMD_LE_SET_CIG_PARAMS PHYs as values
BT_HCI_CMD_LE_SET_CIG_PARAMS PHYs are bitfield so they need to be
converted to values when emitting BT_HCI_EVT_LE_CIS_ESTABLISHED.
Commit: b707dba6249130050c716b6cccd46d1e57d34ca5
https://github.com/bluez/bluez/commit/b707dba6249130050c716b6cccd46d1e57d34ca5
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-12-22 (Mon, 22 Dec 2025)
Changed paths:
M emulator/btdev.c
M emulator/bthost.c
M monitor/bt.h
M monitor/packet.c
Log Message:
-----------
monitor: Fix parsing of BT_HCI_BIT_LE_CREATE_BIG
The PHY field of BT_HCI_BIT_LE_CREATE_BIG are bitfields rather than
a value, so this changes the fields to phy's' and fixes the parsing to
print it as bitfield rather than value and also make the emulator to
use bits_to_phy to convert when emitting the likes of
BT_HCI_EVT_LE_BIG_COMPLETE.
Compare: https://github.com/bluez/bluez/compare/2fb0aa22d80c%5E...b707dba62491
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-22 19:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-22 19:44 [bluez/bluez] 2fb0aa: monitor: Fix parsing of BT_HCI_CMD_LE_SET_CIG_PARAMS Luiz Augusto von Dentz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).