hci.h (8d08d324fdcb7729f22b236a3e20fa37a8a29e43) hci.h (70a6b8de6af5c3e517bfd2ce8dccbd65c3f5bb4f)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

--- 2259 unchanged lines hidden (view full) ---

2268 __u8 pscan_rep_mode;
2269 __u8 pscan_period_mode;
2270 __u8 dev_class[3];
2271 __le16 clock_offset;
2272 __s8 rssi;
2273 __u8 data[240];
2274} __packed;
2275
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

--- 2259 unchanged lines hidden (view full) ---

2268 __u8 pscan_rep_mode;
2269 __u8 pscan_period_mode;
2270 __u8 dev_class[3];
2271 __le16 clock_offset;
2272 __s8 rssi;
2273 __u8 data[240];
2274} __packed;
2275
2276struct hci_ev_ext_inquiry_result {
2277 __u8 num;
2278 struct extended_inquiry_info info[];
2279} __packed;
2280
2276#define HCI_EV_KEY_REFRESH_COMPLETE 0x30
2277struct hci_ev_key_refresh_complete {
2278 __u8 status;
2279 __le16 handle;
2280} __packed;
2281
2282#define HCI_EV_IO_CAPA_REQUEST 0x31
2283struct hci_ev_io_capa_request {

--- 414 unchanged lines hidden ---
2281#define HCI_EV_KEY_REFRESH_COMPLETE 0x30
2282struct hci_ev_key_refresh_complete {
2283 __u8 status;
2284 __le16 handle;
2285} __packed;
2286
2287#define HCI_EV_IO_CAPA_REQUEST 0x31
2288struct hci_ev_io_capa_request {

--- 414 unchanged lines hidden ---