hci.h (2acf3d9066b36e1b05db42bfe43152eee07a5e9e) | hci.h (d9a7b0a53f898176b31f6a560e487880a2353136) |
---|---|
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 --- 1191 unchanged lines hidden (view full) --- 1200#define HCI_OP_LE_CREATE_CONN_CANCEL 0x200e 1201 1202#define HCI_OP_LE_READ_WHITE_LIST_SIZE 0x200f 1203struct hci_rp_le_read_white_list_size { 1204 __u8 status; 1205 __u8 size; 1206} __packed; 1207 | 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 --- 1191 unchanged lines hidden (view full) --- 1200#define HCI_OP_LE_CREATE_CONN_CANCEL 0x200e 1201 1202#define HCI_OP_LE_READ_WHITE_LIST_SIZE 0x200f 1203struct hci_rp_le_read_white_list_size { 1204 __u8 status; 1205 __u8 size; 1206} __packed; 1207 |
1208#define HCI_OP_LE_CLEAR_WHITE_LIST 0x2010 1209 1210#define HCI_OP_LE_ADD_TO_WHITE_LIST 0x2011 1211struct hci_cp_le_add_to_white_list { 1212 __u8 bdaddr_type; 1213 bdaddr_t bdaddr; 1214} __packed; 1215 1216#define HCI_OP_LE_DEL_FROM_WHITE_LIST 0x2012 1217struct hci_cp_le_del_from_white_list { 1218 __u8 bdaddr_type; 1219 bdaddr_t bdaddr; 1220} __packed; 1221 |
|
1208#define HCI_OP_LE_CONN_UPDATE 0x2013 1209struct hci_cp_le_conn_update { 1210 __le16 handle; 1211 __le16 conn_interval_min; 1212 __le16 conn_interval_max; 1213 __le16 conn_latency; 1214 __le16 supervision_timeout; 1215 __le16 min_ce_len; --- 636 unchanged lines hidden --- | 1222#define HCI_OP_LE_CONN_UPDATE 0x2013 1223struct hci_cp_le_conn_update { 1224 __le16 handle; 1225 __le16 conn_interval_min; 1226 __le16 conn_interval_max; 1227 __le16 conn_latency; 1228 __le16 supervision_timeout; 1229 __le16 min_ce_len; --- 636 unchanged lines hidden --- |