summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-12 16:41:12 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-01-12 16:41:12 -0800
commitaf9fd8c4b5cf14a5df29dfc6eeea21bc929752a4 (patch)
treeccc1c282a454a39725f0ef894422d266573afb7f /monitor
parent7ba4515fb643cb6ee7ec6740f1dd43abeca686f8 (diff)
monitor: Add opcode for Read Local Supported Codecs command
Diffstat (limited to 'monitor')
-rw-r--r--monitor/bt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index d4c9a0e6b..926dc5d63 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -1468,6 +1468,8 @@ struct bt_hci_rsp_read_data_block_size {
uint16_t num_blocks;
} __attribute__ ((packed));
+#define BT_HCI_CMD_READ_LOCAL_CODECS 0x100b
+
#define BT_HCI_CMD_READ_FAILED_CONTACT_COUNTER 0x1401
struct bt_hci_cmd_read_failed_contact_counter {
uint16_t handle;