mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 16:24:28 +08:00
monitor: Fix parsing of LE Terminate BIG Complete event
LE Terminate BIG Complete event format Subevent_Code, BIG_Handle and Reason but the last two were swapped.
This commit is contained in:
parent
6bf9d1775c
commit
b7ca43eedf
@ -3649,8 +3649,8 @@ struct bt_hci_evt_le_big_complete {
|
||||
|
||||
#define BT_HCI_EVT_LE_BIG_TERMINATE 0x1c
|
||||
struct bt_hci_evt_le_big_terminate {
|
||||
uint8_t reason;
|
||||
uint8_t handle;
|
||||
uint8_t reason;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
#define BT_HCI_EVT_LE_BIG_SYNC_ESTABILISHED 0x1d
|
||||
|
Loading…
Reference in New Issue
Block a user