aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index d47e523c9d83..3edb3e759ffe 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -717,6 +717,10 @@ struct hci_rp_read_local_oob_data {
717} __packed; 717} __packed;
718 718
719#define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 719#define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58
720struct hci_rp_read_inq_rsp_tx_power {
721 __u8 status;
722 __s8 tx_power;
723} __packed;
720 724
721#define HCI_OP_READ_FLOW_CONTROL_MODE 0x0c66 725#define HCI_OP_READ_FLOW_CONTROL_MODE 0x0c66
722struct hci_rp_read_flow_control_mode { 726struct hci_rp_read_flow_control_mode {