diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2005-09-13 14:03:09 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-09-13 14:03:09 -0700 |
commit | ae01d2798d1825307044d75de11eb5c9ffb79c5a (patch) | |
tree | ae4b7f4aa08783855eec8725985ef22f0037ed93 /include | |
parent | adcb5ad1e5ba3996d53a047c5486efa6e734b413 (diff) | |
parent | 0915e8865fe4684dc82f043ac7036f34bf89f52a (diff) | |
download | linux-3.10-ae01d2798d1825307044d75de11eb5c9ffb79c5a.tar.gz linux-3.10-ae01d2798d1825307044d75de11eb5c9ffb79c5a.tar.bz2 linux-3.10-ae01d2798d1825307044d75de11eb5c9ffb79c5a.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 371e7d3f2e6..fa2d12b0579 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -463,6 +463,17 @@ struct inquiry_info_with_rssi_and_pscan_mode { __s8 rssi; } __attribute__ ((packed)); +#define HCI_EV_EXTENDED_INQUIRY_RESULT 0x2F +struct extended_inquiry_info { + bdaddr_t bdaddr; + __u8 pscan_rep_mode; + __u8 pscan_period_mode; + __u8 dev_class[3]; + __u16 clock_offset; + __s8 rssi; + __u8 data[240]; +} __attribute__ ((packed)); + #define HCI_EV_CONN_COMPLETE 0x03 struct hci_ev_conn_complete { __u8 status; |