diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 1cd031cd1c4d..ac4de1afe046 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -613,6 +613,13 @@ struct hci_cp_write_ssp_mode { | |||
613 | __u8 mode; | 613 | __u8 mode; |
614 | } __packed; | 614 | } __packed; |
615 | 615 | ||
616 | #define HCI_OP_READ_LOCAL_OOB_DATA 0x0c57 | ||
617 | struct hci_rp_read_local_oob_data { | ||
618 | __u8 status; | ||
619 | __u8 hash[16]; | ||
620 | __u8 randomizer[16]; | ||
621 | } __packed; | ||
622 | |||
616 | #define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 | 623 | #define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 |
617 | 624 | ||
618 | #define HCI_OP_READ_LOCAL_VERSION 0x1001 | 625 | #define HCI_OP_READ_LOCAL_VERSION 0x1001 |