diff options
author | Andre Guedes <andre.guedes@openbossa.org> | 2011-06-30 18:20:53 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-07-06 18:10:32 -0400 |
commit | f9b49306dc0b9f514ffb275ae853c50d7ccd6856 (patch) | |
tree | 0c3f369861279638dc680251325a5aa520b5fd63 /include/net | |
parent | 971e3a4bbcbf7378315b85150853d86be59cffe0 (diff) |
Bluetooth: Write LE Host Supported command
This patch adds a handler to Write LE Host Supported command complete
events. Once this commands has completed successfully, we should
read the extended LMP features and update the extfeatures field in
hci_dev.
Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-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; |