summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-03-01 14:33:35 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-03-02 16:22:24 -0800
commit53c54b858cbaa842bfc25b47cf55fb289051bc3a (patch)
treeb0b74bd3fa3819b28c9f4895b1f587f8c26d55b2 /monitor/bt.h
parent986aaa2bb8b163f2d7d6d253d2576ec8c1cabeb7 (diff)
downloadbluez-53c54b858cbaa842bfc25b47cf55fb289051bc3a.tar.gz
monitor: Rename big_id fields to handle
This makes it aligned to the terminology used by the spec.
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 84bf50ac6..39110b0b3 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2722,7 +2722,7 @@ struct bt_hci_cmd_le_create_big_test {
#define BT_HCI_CMD_LE_TERM_BIG 0x206a
#define BT_HCI_BIT_LE_TERM_BIG BT_HCI_CMD_BIT(42, 7)
struct bt_hci_cmd_le_term_big {
- uint8_t big_id;
+ uint8_t handle;
uint8_t reason;
} __attribute__ ((packed));
@@ -2745,7 +2745,7 @@ struct bt_hci_cmd_le_big_create_sync {
#define BT_HCI_CMD_LE_BIG_TERM_SYNC 0x206c
#define BT_HCI_BIT_LE_BIG_TERM_SYNC BT_HCI_CMD_BIT(43, 1)
struct bt_hci_cmd_le_big_term_sync {
- uint8_t big_id;
+ uint8_t handle;
} __attribute__ ((packed));
#define BT_HCI_CMD_LE_REQ_PEER_SCA 0x206d
@@ -3546,13 +3546,13 @@ 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 big_id;
+ uint8_t handle;
} __attribute__ ((packed));
#define BT_HCI_EVT_LE_BIG_SYNC_ESTABILISHED 0x1d
struct bt_hci_evt_le_big_sync_estabilished {
uint8_t status;
- uint8_t big_id;
+ uint8_t handle;
uint8_t latency[3];
uint8_t nse;
uint8_t bn;
@@ -3561,7 +3561,7 @@ struct bt_hci_evt_le_big_sync_estabilished {
uint16_t max_pdu;
uint16_t interval;
uint8_t num_bis;
- uint16_t handle[0];
+ uint16_t bis[0];
} __attribute__ ((packed));
#define BT_HCI_EVT_LE_BIG_SYNC_LOST 0x1e