diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 741a2d658ad4..ed1de1b68a30 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -654,6 +654,12 @@ struct hci_rp_read_local_oob_data { | |||
654 | 654 | ||
655 | #define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 | 655 | #define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 |
656 | 656 | ||
657 | #define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d | ||
658 | struct hci_cp_write_le_host_supported { | ||
659 | __u8 le; | ||
660 | __u8 simul; | ||
661 | } __packed; | ||
662 | |||
657 | #define HCI_OP_READ_LOCAL_VERSION 0x1001 | 663 | #define HCI_OP_READ_LOCAL_VERSION 0x1001 |
658 | struct hci_rp_read_local_version { | 664 | struct hci_rp_read_local_version { |
659 | __u8 status; | 665 | __u8 status; |