summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-09-11 13:07:57 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-09-11 13:07:57 -0700
commited08a077401ec4aae4457235ff55634dde289a55 (patch)
tree78c1a102dff114b777dc9f92b83aad5a66b996cc /monitor/bt.h
parentab39b46b148e4f2a27cc2aa23efa65aea907e0d0 (diff)
downloadbluez-ed08a077401ec4aae4457235ff55634dde289a55.tar.gz
monitor: Fix decoding of LE Remove CIG
HCI_LE_Remove_CIG does actually returns the CIG_ID in addition to the status.
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 e8a1d93c9..37e81e8a3 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2667,6 +2667,11 @@ struct bt_hci_cmd_le_remove_cig {
uint8_t cig_id;
} __attribute__ ((packed));
+struct bt_hci_rsp_le_remove_cig {
+ uint8_t status;
+ uint8_t cig_id;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_LE_ACCEPT_CIS 0x2066
#define BT_HCI_BIT_LE_ACCEPT_CIS BT_HCI_CMD_BIT(42, 3)
struct bt_hci_cmd_le_accept_cis {