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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 6d0c04a81fc7..5ac0a18db63c 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -816,6 +816,12 @@ struct hci_ev_simple_pair_complete {
816 bdaddr_t bdaddr; 816 bdaddr_t bdaddr;
817} __attribute__ ((packed)); 817} __attribute__ ((packed));
818 818
819#define HCI_EV_REMOTE_HOST_FEATURES 0x3d
820struct hci_ev_remote_host_features {
821 bdaddr_t bdaddr;
822 __u8 features[8];
823} __attribute__ ((packed));
824
819/* Internal events generated by Bluetooth stack */ 825/* Internal events generated by Bluetooth stack */
820#define HCI_EV_STACK_INTERNAL 0xfd 826#define HCI_EV_STACK_INTERNAL 0xfd
821struct hci_ev_stack_internal { 827struct hci_ev_stack_internal {