diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci.h | 6 | ||||
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
2 files changed, 8 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; |
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index e7b2e25397d7..44f130f6fb5e 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -170,6 +170,8 @@ struct hci_dev { | |||
170 | __u32 amp_max_flush_to; | 170 | __u32 amp_max_flush_to; |
171 | __u32 amp_be_flush_to; | 171 | __u32 amp_be_flush_to; |
172 | 172 | ||
173 | __u8 flow_ctl_mode; | ||
174 | |||
173 | unsigned int auto_accept_delay; | 175 | unsigned int auto_accept_delay; |
174 | 176 | ||
175 | unsigned long quirks; | 177 | unsigned long quirks; |