From f26281861dea13fe38e7df9ac2169c8b944f4968 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 8 Sep 2013 01:48:30 -0700 Subject: [PATCH] monitor: Add definition for number of supported IAC command --- monitor/bt.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/monitor/bt.h b/monitor/bt.h index 9a347b5e8..56583c1e1 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 -- 2.11.0