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:26 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-07 17:18:39 -0800
commit9cbc6fc1b20d7180921cfd9d7344746fde0e84ba (patch)
tree8eb9ba3ba186a7535875f359190f199b20a2a03e /monitor/bt.h
parent40bacfff0c24017c06a50e980149564e94ad05ea (diff)
downloadbluez-9cbc6fc1b20d7180921cfd9d7344746fde0e84ba.tar.gz
btdev: Implements BT_HCI_CMD_LE_BIG_TERM_SYNC
This sends BT_HCI_EVT_DISCONNECT_COMPLETE when handling BT_HCI_CMD_LE_BIG_TERM_SYNC.
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 3bee11868..6ce6384a4 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2817,6 +2817,11 @@ struct bt_hci_cmd_le_big_term_sync {
uint8_t handle;
} __attribute__ ((packed));
+struct bt_hci_rsp_le_big_term_sync {
+ uint8_t status;
+ uint8_t handle;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_LE_REQ_PEER_SCA 0x206d
#define BT_HCI_BIT_LE_REQ_PEER_SCA BT_HCI_CMD_BIT(43, 2)
struct bt_hci_cmd_le_req_peer_sca {