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 65345cd215be..741a2d658ad4 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -216,6 +216,7 @@ enum {
216 216
217#define LMP_LSTO 0x01 217#define LMP_LSTO 0x01
218#define LMP_INQ_TX_PWR 0x02 218#define LMP_INQ_TX_PWR 0x02
219#define LMP_EXTFEATURES 0x80
219 220
220/* Connection modes */ 221/* Connection modes */
221#define HCI_CM_ACTIVE 0x0000 222#define HCI_CM_ACTIVE 0x0000
@@ -676,6 +677,9 @@ struct hci_rp_read_local_features {
676} __packed; 677} __packed;
677 678
678#define HCI_OP_READ_LOCAL_EXT_FEATURES 0x1004 679#define HCI_OP_READ_LOCAL_EXT_FEATURES 0x1004
680struct hci_cp_read_local_ext_features {
681 __u8 page;
682} __packed;
679struct hci_rp_read_local_ext_features { 683struct hci_rp_read_local_ext_features {
680 __u8 status; 684 __u8 status;
681 __u8 page; 685 __u8 page;