diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2011-11-24 07:52:02 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-02 06:59:53 -0500 |
commit | 1e89cffb44a94e1937e5ec16125ae866dbba7b2e (patch) | |
tree | 288bea7219b218620e2a9659e52c839ec4f7505f /include/net/bluetooth/hci.h | |
parent | 4f957a76014fb63d193cd6c141bdd94aaff3a25e (diff) |
Bluetooth: Add HCI Read Flow Control Mode function
Upstream Code Aurora function with minor trivial fixes.
Origin: git://codeaurora.org/kernel/msm.git
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-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 376c57420abe..ee83c36d35aa 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -677,6 +677,12 @@ struct hci_rp_read_local_oob_data { | |||
677 | 677 | ||
678 | #define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 | 678 | #define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 |
679 | 679 | ||
680 | #define HCI_OP_READ_FLOW_CONTROL_MODE 0x0c66 | ||
681 | struct hci_rp_read_flow_control_mode { | ||
682 | __u8 status; | ||
683 | __u8 mode; | ||
684 | } __packed; | ||
685 | |||
680 | #define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d | 686 | #define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d |
681 | struct hci_cp_write_le_host_supported { | 687 | struct hci_cp_write_le_host_supported { |
682 | __u8 le; | 688 | __u8 le; |