summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2020-03-30 20:24:06 +0200
committerMarcel Holtmann <marcel@holtmann.org>2020-03-30 20:24:06 +0200
commit1284446b5fba6e8a809155611b8a1e673ad7d486 (patch)
tree6f1dfd1f4f16bff17490a091f66f01082cd50dcd /monitor/bt.h
parent1b9ee34285b3ff900ab97cdb01d9a4b199274850 (diff)
downloadbluez-1284446b5fba6e8a809155611b8a1e673ad7d486.tar.gz
monitor: Add support for Read Local Simple Pairing Options command
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index d989f5b94..60939650e 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -1778,6 +1778,13 @@ struct bt_hci_rsp_read_local_codecs {
uint8_t codec[0];
} __attribute__ ((packed));
+#define BT_HCI_CMD_READ_LOCAL_PAIRING_OPTIONS 0x100c
+struct bt_hci_rsp_read_local_pairing_options {
+ uint8_t status;
+ uint8_t pairing_options;
+ uint8_t max_key_size;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_READ_FAILED_CONTACT_COUNTER 0x1401
struct bt_hci_cmd_read_failed_contact_counter {
uint16_t handle;