summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-04 17:22:25 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-07 17:18:38 -0800
commit40bacfff0c24017c06a50e980149564e94ad05ea (patch)
treec755b1cf1ebb92e8f74f0d527122e810ea45bf14 /monitor/bt.h
parent9d7f4405dfb3f76b0815c55786aae82cc385dbe0 (diff)
downloadbluez-40bacfff0c24017c06a50e980149564e94ad05ea.tar.gz
btdev: Implements BT_HCI_CMD_LE_BIG_CREATE_SYNC
This sends BT_HCI_EVT_LE_BIG_SYNC_ESTABLISHED when handling BT_HCI_CMD_LE_BIG_CREATE_SYNC.
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 5c2acee67..3bee11868 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2797,6 +2797,7 @@ struct bt_hci_cmd_le_term_big {
#define BT_HCI_CMD_LE_BIG_CREATE_SYNC 0x206b
#define BT_HCI_BIT_LE_BIG_CREATE_SYNC BT_HCI_CMD_BIT(43, 0)
struct bt_hci_bis_sync {
+ uint8_t index;
} __attribute__ ((packed));
struct bt_hci_cmd_le_big_create_sync {