diff options
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 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 | ||
820 | struct 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 |
821 | struct hci_ev_stack_internal { | 827 | struct hci_ev_stack_internal { |