hci.h (cde1a8a992875a7479c4321b2a4a190c2e92ec2a) | hci.h (6540351e6f27ef718e3cf5b46349633f3ec57859) |
---|---|
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 --- 2265 unchanged lines hidden (view full) --- 2274/* Extended Advertising event types */ 2275#define LE_EXT_ADV_NON_CONN_IND 0x0000 2276#define LE_EXT_ADV_CONN_IND 0x0001 2277#define LE_EXT_ADV_SCAN_IND 0x0002 2278#define LE_EXT_ADV_DIRECT_IND 0x0004 2279#define LE_EXT_ADV_SCAN_RSP 0x0008 2280#define LE_EXT_ADV_LEGACY_PDU 0x0010 2281 | 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 --- 2265 unchanged lines hidden (view full) --- 2274/* Extended Advertising event types */ 2275#define LE_EXT_ADV_NON_CONN_IND 0x0000 2276#define LE_EXT_ADV_CONN_IND 0x0001 2277#define LE_EXT_ADV_SCAN_IND 0x0002 2278#define LE_EXT_ADV_DIRECT_IND 0x0004 2279#define LE_EXT_ADV_SCAN_RSP 0x0008 2280#define LE_EXT_ADV_LEGACY_PDU 0x0010 2281 |
2282#define ADDR_LE_DEV_PUBLIC 0x00 2283#define ADDR_LE_DEV_RANDOM 0x01 | 2282#define ADDR_LE_DEV_PUBLIC 0x00 2283#define ADDR_LE_DEV_RANDOM 0x01 2284#define ADDR_LE_DEV_PUBLIC_RESOLVED 0x02 2285#define ADDR_LE_DEV_RANDOM_RESOLVED 0x03 |
2284 2285#define HCI_EV_LE_ADVERTISING_REPORT 0x02 2286struct hci_ev_le_advertising_info { 2287 __u8 evt_type; 2288 __u8 bdaddr_type; 2289 bdaddr_t bdaddr; 2290 __u8 length; 2291 __u8 data[]; --- 247 unchanged lines hidden --- | 2286 2287#define HCI_EV_LE_ADVERTISING_REPORT 0x02 2288struct hci_ev_le_advertising_info { 2289 __u8 evt_type; 2290 __u8 bdaddr_type; 2291 bdaddr_t bdaddr; 2292 __u8 length; 2293 __u8 data[]; --- 247 unchanged lines hidden --- |