Diff between 86421fe1d71b2ff0b93906c1b98b069b31f22ce6 and f26281861dea13fe38e7df9ac2169c8b944f4968
Changed Files
| File | Additions | Deletions | Status |
| monitor/bt.h | +6 | -0 | modified |
Full Patch
diff --git a/monitor/bt.h b/monitor/bt.h
index 9a347b5..56583c1 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -734,6 +734,12 @@ struct bt_hci_rsp_write_link_supv_timeout {
uint16_t handle;
} __attribute__ ((packed));
+#define BT_HCI_CMD_READ_NUM_SUPPORTED_IAC 0x0c38
+struct bt_hci_rsp_read_num_supported_iac {
+ uint8_t status;
+ uint8_t num_iac;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_READ_CURRENT_IAC_LAP 0x0c39
#define BT_HCI_CMD_WRITE_CURRENT_IAC_LAP 0x0c3a