diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 20:07:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 20:07:20 -0400 |
commit | d8ac10639b6a1ed900efbee38c18baaca31e64dc (patch) | |
tree | 511a3a60a0828df91658c50a4bffce481ced2454 /include | |
parent | b24fd48a0b9afe9a16bec94ab10d7e83c1b57ce6 (diff) | |
parent | 033d974405276c22609c45d50167dd11df20aa82 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-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 371e7d3f2e..fa2d12b057 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 { | |||
463 | __s8 rssi; | 463 | __s8 rssi; |
464 | } __attribute__ ((packed)); | 464 | } __attribute__ ((packed)); |
465 | 465 | ||
466 | #define HCI_EV_EXTENDED_INQUIRY_RESULT 0x2F | ||
467 | struct extended_inquiry_info { | ||
468 | bdaddr_t bdaddr; | ||
469 | __u8 pscan_rep_mode; | ||
470 | __u8 pscan_period_mode; | ||
471 | __u8 dev_class[3]; | ||
472 | __u16 clock_offset; | ||
473 | __s8 rssi; | ||
474 | __u8 data[240]; | ||
475 | } __attribute__ ((packed)); | ||
476 | |||
466 | #define HCI_EV_CONN_COMPLETE 0x03 | 477 | #define HCI_EV_CONN_COMPLETE 0x03 |
467 | struct hci_ev_conn_complete { | 478 | struct hci_ev_conn_complete { |
468 | __u8 status; | 479 | __u8 status; |