]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/net/bluetooth/hci.h
Bluetooth: Track if link is using P-256 authenticated combination key
[mirror_ubuntu-bionic-kernel.git] / include / net / bluetooth / hci.h
CommitLineData
be21871f 1/*
1da177e4
LT
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
9 published by the Free Software Foundation;
10
11 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
12 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
14 IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY
be21871f
AE
15 CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
16 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1da177e4
LT
18 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19
be21871f
AE
20 ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS,
21 COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS
1da177e4
LT
22 SOFTWARE IS DISCLAIMED.
23*/
24
25#ifndef __HCI_H
26#define __HCI_H
27
28#define HCI_MAX_ACL_SIZE 1024
29#define HCI_MAX_SCO_SIZE 255
30#define HCI_MAX_EVENT_SIZE 260
31#define HCI_MAX_FRAME_SIZE (HCI_MAX_ACL_SIZE + 4)
32
9b3b4460 33#define HCI_LINK_KEY_SIZE 16
523e93cd 34#define HCI_AMP_LINK_KEY_SIZE (2 * HCI_LINK_KEY_SIZE)
9b3b4460 35
903e4541
AE
36#define HCI_MAX_AMP_ASSOC_SIZE 672
37
7d1dab49
DP
38#define HCI_MAX_CSB_DATA_SIZE 252
39
1da177e4
LT
40/* HCI dev events */
41#define HCI_DEV_REG 1
42#define HCI_DEV_UNREG 2
43#define HCI_DEV_UP 3
44#define HCI_DEV_DOWN 4
45#define HCI_DEV_SUSPEND 5
46#define HCI_DEV_RESUME 6
47
48/* HCI notify events */
49#define HCI_NOTIFY_CONN_ADD 1
50#define HCI_NOTIFY_CONN_DEL 2
51#define HCI_NOTIFY_VOICE_SETTING 3
52
c13854ce 53/* HCI bus types */
0ac53939 54#define HCI_VIRTUAL 0
1da177e4
LT
55#define HCI_USB 1
56#define HCI_PCCARD 2
57#define HCI_UART 3
58#define HCI_RS232 4
59#define HCI_PCI 5
0ac53939 60#define HCI_SDIO 6
1da177e4 61
943da25d
MH
62/* HCI controller types */
63#define HCI_BREDR 0x00
8f1e1742 64#define HCI_AMP 0x01
943da25d 65
8598d064 66/* First BR/EDR Controller shall have ID = 0 */
6ed971ca 67#define AMP_ID_BREDR 0x00
8598d064 68
7c13823d
MH
69/* AMP controller types */
70#define AMP_TYPE_BREDR 0x00
71#define AMP_TYPE_80211 0x01
72
ab846ec4 73/* AMP controller status */
536619e8
MH
74#define AMP_STATUS_POWERED_DOWN 0x00
75#define AMP_STATUS_BLUETOOTH_ONLY 0x01
76#define AMP_STATUS_NO_CAPACITY 0x02
77#define AMP_STATUS_LOW_CAPACITY 0x03
78#define AMP_STATUS_MEDIUM_CAPACITY 0x04
79#define AMP_STATUS_HIGH_CAPACITY 0x05
80#define AMP_STATUS_FULL_CAPACITY 0x06
ab846ec4 81
1da177e4
LT
82/* HCI device quirks */
83enum {
a6c511c6 84 HCI_QUIRK_RESET_ON_CLOSE,
da1f5198 85 HCI_QUIRK_RAW_DEVICE,
f9f462fa
MH
86 HCI_QUIRK_FIXUP_BUFFER_SIZE,
87 HCI_QUIRK_BROKEN_STORED_LINK_KEY,
1da177e4
LT
88};
89
90/* HCI device flags */
91enum {
92 HCI_UP,
93 HCI_INIT,
94 HCI_RUNNING,
95
96 HCI_PSCAN,
97 HCI_ISCAN,
98 HCI_AUTH,
99 HCI_ENCRYPT,
100 HCI_INQUIRY,
101
102 HCI_RAW,
ab81cbf9 103
10572132 104 HCI_RESET,
1da177e4
LT
105};
106
d23264a8
AG
107/*
108 * BR/EDR and/or LE controller flags: the flags defined here should represent
109 * states from the controller.
110 */
111enum {
a8b2d5c2
JH
112 HCI_SETUP,
113 HCI_AUTO_OFF,
5e130367 114 HCI_RFKILLED,
a8b2d5c2
JH
115 HCI_MGMT,
116 HCI_PAIRABLE,
117 HCI_SERVICE_CACHE,
a8b2d5c2 118 HCI_DEBUG_KEYS,
4b4148e9 119 HCI_DUT_MODE,
5afeac14 120 HCI_FORCE_SC,
94324962 121 HCI_UNREGISTER,
0736cfa8 122 HCI_USER_CHANNEL,
a8b2d5c2 123
d23264a8 124 HCI_LE_SCAN,
84bde9d6 125 HCI_SSP_ENABLED,
e98d2ce2 126 HCI_SC_ENABLED,
134c2a89 127 HCI_SC_ONLY,
6d80dfd0 128 HCI_HS_ENABLED,
06199cf8 129 HCI_LE_ENABLED,
f3d3444a 130 HCI_ADVERTISING,
5e5282bb
JH
131 HCI_CONNECTABLE,
132 HCI_DISCOVERABLE,
6acd7db4 133 HCI_LIMITED_DISCOVERABLE,
47990ea0 134 HCI_LINK_SECURITY,
21693c15 135 HCI_PERIODIC_INQ,
1a4d3c4b 136 HCI_FAST_CONNECTABLE,
56f87901 137 HCI_BREDR_ENABLED,
18722c24 138 HCI_6LOWPAN_ENABLED,
d23264a8
AG
139};
140
2cc6fb00
JH
141/* A mask for the flags that are supposed to remain when a reset happens
142 * or the HCI device is closed.
143 */
1a4d3c4b
JH
144#define HCI_PERSISTENT_MASK (BIT(HCI_LE_SCAN) | BIT(HCI_PERIODIC_INQ) | \
145 BIT(HCI_FAST_CONNECTABLE))
2cc6fb00 146
1da177e4
LT
147/* HCI ioctl defines */
148#define HCIDEVUP _IOW('H', 201, int)
149#define HCIDEVDOWN _IOW('H', 202, int)
150#define HCIDEVRESET _IOW('H', 203, int)
151#define HCIDEVRESTAT _IOW('H', 204, int)
152
153#define HCIGETDEVLIST _IOR('H', 210, int)
154#define HCIGETDEVINFO _IOR('H', 211, int)
155#define HCIGETCONNLIST _IOR('H', 212, int)
156#define HCIGETCONNINFO _IOR('H', 213, int)
40be492f 157#define HCIGETAUTHINFO _IOR('H', 215, int)
1da177e4
LT
158
159#define HCISETRAW _IOW('H', 220, int)
160#define HCISETSCAN _IOW('H', 221, int)
161#define HCISETAUTH _IOW('H', 222, int)
162#define HCISETENCRYPT _IOW('H', 223, int)
163#define HCISETPTYPE _IOW('H', 224, int)
164#define HCISETLINKPOL _IOW('H', 225, int)
165#define HCISETLINKMODE _IOW('H', 226, int)
166#define HCISETACLMTU _IOW('H', 227, int)
167#define HCISETSCOMTU _IOW('H', 228, int)
168
f0358568
JH
169#define HCIBLOCKADDR _IOW('H', 230, int)
170#define HCIUNBLOCKADDR _IOW('H', 231, int)
171
1da177e4
LT
172#define HCIINQUIRY _IOR('H', 240, int)
173
174/* HCI timeouts */
5f246e89
AE
175#define HCI_DISCONN_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */
176#define HCI_PAIRING_TIMEOUT msecs_to_jiffies(60000) /* 60 seconds */
177#define HCI_INIT_TIMEOUT msecs_to_jiffies(10000) /* 10 seconds */
d1244adc 178#define HCI_CMD_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */
5f246e89 179#define HCI_ACL_TX_TIMEOUT msecs_to_jiffies(45000) /* 45 seconds */
9345d40c 180#define HCI_AUTO_OFF_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */
1da177e4 181
5b7f9909 182/* HCI data types */
1da177e4
LT
183#define HCI_COMMAND_PKT 0x01
184#define HCI_ACLDATA_PKT 0x02
185#define HCI_SCODATA_PKT 0x03
186#define HCI_EVENT_PKT 0x04
187#define HCI_VENDOR_PKT 0xff
188
5b7f9909 189/* HCI packet types */
1da177e4
LT
190#define HCI_DM1 0x0008
191#define HCI_DM3 0x0400
192#define HCI_DM5 0x4000
193#define HCI_DH1 0x0010
194#define HCI_DH3 0x0800
195#define HCI_DH5 0x8000
196
197#define HCI_HV1 0x0020
198#define HCI_HV2 0x0040
199#define HCI_HV3 0x0080
200
201#define SCO_PTYPE_MASK (HCI_HV1 | HCI_HV2 | HCI_HV3)
202#define ACL_PTYPE_MASK (~SCO_PTYPE_MASK)
203
5b7f9909
MH
204/* eSCO packet types */
205#define ESCO_HV1 0x0001
206#define ESCO_HV2 0x0002
207#define ESCO_HV3 0x0004
208#define ESCO_EV3 0x0008
209#define ESCO_EV4 0x0010
210#define ESCO_EV5 0x0020
efc7688b
MH
211#define ESCO_2EV3 0x0040
212#define ESCO_3EV3 0x0080
213#define ESCO_2EV5 0x0100
214#define ESCO_3EV5 0x0200
5b7f9909 215
a8746417 216#define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
efc7688b 217#define EDR_ESCO_MASK (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5)
a8746417 218
1da177e4 219/* ACL flags */
e702112f 220#define ACL_START_NO_FLUSH 0x00
1da177e4
LT
221#define ACL_CONT 0x01
222#define ACL_START 0x02
d73a0988 223#define ACL_COMPLETE 0x03
1da177e4
LT
224#define ACL_ACTIVE_BCAST 0x04
225#define ACL_PICO_BCAST 0x08
226
227/* Baseband links */
228#define SCO_LINK 0x00
229#define ACL_LINK 0x01
5b7f9909 230#define ESCO_LINK 0x02
fcd89c09
VT
231/* Low Energy links do not have defined link type. Use invented one */
232#define LE_LINK 0x80
3161ae1c 233#define AMP_LINK 0x81
1da177e4
LT
234
235/* LMP features */
236#define LMP_3SLOT 0x01
237#define LMP_5SLOT 0x02
238#define LMP_ENCRYPT 0x04
239#define LMP_SOFFSET 0x08
240#define LMP_TACCURACY 0x10
241#define LMP_RSWITCH 0x20
242#define LMP_HOLD 0x40
04837f64 243#define LMP_SNIFF 0x80
1da177e4
LT
244
245#define LMP_PARK 0x01
246#define LMP_RSSI 0x02
247#define LMP_QUALITY 0x04
248#define LMP_SCO 0x08
249#define LMP_HV2 0x10
250#define LMP_HV3 0x20
251#define LMP_ULAW 0x40
252#define LMP_ALAW 0x80
253
254#define LMP_CVSD 0x01
255#define LMP_PSCHEME 0x02
256#define LMP_PCONTROL 0x04
07a5c61e 257#define LMP_TRANSPARENT 0x08
1da177e4 258
d5859e22 259#define LMP_RSSI_INQ 0x40
5b7f9909
MH
260#define LMP_ESCO 0x80
261
262#define LMP_EV4 0x01
263#define LMP_EV5 0x02
69ab39ea 264#define LMP_NO_BREDR 0x20
d5859e22 265#define LMP_LE 0x40
5b7f9909 266
04837f64 267#define LMP_SNIFF_SUBR 0x02
d5859e22 268#define LMP_PAUSE_ENC 0x04
efc7688b
MH
269#define LMP_EDR_ESCO_2M 0x20
270#define LMP_EDR_ESCO_3M 0x40
271#define LMP_EDR_3S_ESCO 0x80
04837f64 272
d5859e22 273#define LMP_EXT_INQ 0x01
e6100a25 274#define LMP_SIMUL_LE_BR 0x02
769be974 275#define LMP_SIMPLE_PAIR 0x08
e702112f 276#define LMP_NO_FLUSH 0x40
769be974 277
d5859e22
JH
278#define LMP_LSTO 0x01
279#define LMP_INQ_TX_PWR 0x02
971e3a4b 280#define LMP_EXTFEATURES 0x80
d5859e22 281
eead27da 282/* Extended LMP features */
53b834d2
MH
283#define LMP_CSB_MASTER 0x01
284#define LMP_CSB_SLAVE 0x02
285#define LMP_SYNC_TRAIN 0x04
286#define LMP_SYNC_SCAN 0x08
287
d5991585
MH
288#define LMP_SC 0x01
289#define LMP_PING 0x02
290
53b834d2 291/* Host features */
cc2c04ec
JH
292#define LMP_HOST_SSP 0x01
293#define LMP_HOST_LE 0x02
294#define LMP_HOST_LE_BREDR 0x04
d5991585 295#define LMP_HOST_SC 0x08
eead27da 296
04837f64
MH
297/* Connection modes */
298#define HCI_CM_ACTIVE 0x0000
299#define HCI_CM_HOLD 0x0001
300#define HCI_CM_SNIFF 0x0002
301#define HCI_CM_PARK 0x0003
302
1da177e4
LT
303/* Link policies */
304#define HCI_LP_RSWITCH 0x0001
305#define HCI_LP_HOLD 0x0002
306#define HCI_LP_SNIFF 0x0004
307#define HCI_LP_PARK 0x0008
308
04837f64 309/* Link modes */
1da177e4
LT
310#define HCI_LM_ACCEPT 0x8000
311#define HCI_LM_MASTER 0x0001
312#define HCI_LM_AUTH 0x0002
313#define HCI_LM_ENCRYPT 0x0004
314#define HCI_LM_TRUSTED 0x0008
315#define HCI_LM_RELIABLE 0x0010
316#define HCI_LM_SECURE 0x0020
7b5a9241 317#define HCI_LM_FIPS 0x0040
1da177e4 318
40be492f
MH
319/* Authentication types */
320#define HCI_AT_NO_BONDING 0x00
321#define HCI_AT_NO_BONDING_MITM 0x01
322#define HCI_AT_DEDICATED_BONDING 0x02
323#define HCI_AT_DEDICATED_BONDING_MITM 0x03
324#define HCI_AT_GENERAL_BONDING 0x04
325#define HCI_AT_GENERAL_BONDING_MITM 0x05
326
a77b15a6
MA
327/* I/O capabilities */
328#define HCI_IO_DISPLAY_ONLY 0x00
329#define HCI_IO_DISPLAY_YESNO 0x01
330#define HCI_IO_KEYBOARD_ONLY 0x02
331#define HCI_IO_NO_INPUT_OUTPUT 0x03
332
b6020ba0
WR
333/* Link Key types */
334#define HCI_LK_COMBINATION 0x00
335#define HCI_LK_LOCAL_UNIT 0x01
336#define HCI_LK_REMOTE_UNIT 0x02
337#define HCI_LK_DEBUG_COMBINATION 0x03
11015c79
MH
338#define HCI_LK_UNAUTH_COMBINATION_P192 0x04
339#define HCI_LK_AUTH_COMBINATION_P192 0x05
b6020ba0 340#define HCI_LK_CHANGED_COMBINATION 0x06
11015c79
MH
341#define HCI_LK_UNAUTH_COMBINATION_P256 0x07
342#define HCI_LK_AUTH_COMBINATION_P256 0x08
b899efaf
VCG
343/* The spec doesn't define types for SMP keys, the _MASTER suffix is implied */
344#define HCI_SMP_STK 0x80
345#define HCI_SMP_STK_SLAVE 0x81
346#define HCI_SMP_LTK 0x82
347#define HCI_SMP_LTK_SLAVE 0x83
b6020ba0 348
9f5a0d7b
AE
349/* ---- HCI Error Codes ---- */
350#define HCI_ERROR_AUTH_FAILURE 0x05
cdcba7c6 351#define HCI_ERROR_CONNECTION_TIMEOUT 0x08
9f5a0d7b
AE
352#define HCI_ERROR_REJ_BAD_ADDR 0x0f
353#define HCI_ERROR_REMOTE_USER_TERM 0x13
cdcba7c6
MA
354#define HCI_ERROR_REMOTE_LOW_RESOURCES 0x14
355#define HCI_ERROR_REMOTE_POWER_OFF 0x15
9f5a0d7b
AE
356#define HCI_ERROR_LOCAL_HOST_TERM 0x16
357#define HCI_ERROR_PAIRING_NOT_ALLOWED 0x18
358
2455a3ea
AE
359/* Flow control modes */
360#define HCI_FLOW_CTL_MODE_PACKET_BASED 0x00
361#define HCI_FLOW_CTL_MODE_BLOCK_BASED 0x01
362
bbaf444a
JH
363/* The core spec defines 127 as the "not available" value */
364#define HCI_TX_POWER_INVALID 127
365
32748db0
JH
366/* Extended Inquiry Response field types */
367#define EIR_FLAGS 0x01 /* flags */
368#define EIR_UUID16_SOME 0x02 /* 16-bit UUID, more available */
369#define EIR_UUID16_ALL 0x03 /* 16-bit UUID, all listed */
370#define EIR_UUID32_SOME 0x04 /* 32-bit UUID, more available */
371#define EIR_UUID32_ALL 0x05 /* 32-bit UUID, all listed */
372#define EIR_UUID128_SOME 0x06 /* 128-bit UUID, more available */
373#define EIR_UUID128_ALL 0x07 /* 128-bit UUID, all listed */
374#define EIR_NAME_SHORT 0x08 /* shortened local name */
375#define EIR_NAME_COMPLETE 0x09 /* complete local name */
376#define EIR_TX_POWER 0x0A /* transmit power level */
9ec9fc8a
JH
377#define EIR_CLASS_OF_DEV 0x0D /* Class of Device */
378#define EIR_SSP_HASH_C 0x0E /* Simple Pairing Hash C */
379#define EIR_SSP_RAND_R 0x0F /* Simple Pairing Randomizer R */
32748db0
JH
380#define EIR_DEVICE_ID 0x10 /* device ID */
381
3f0f524b
JH
382/* Low Energy Advertising Flags */
383#define LE_AD_LIMITED 0x01 /* Limited Discoverable */
384#define LE_AD_GENERAL 0x02 /* General Discoverable */
385#define LE_AD_NO_BREDR 0x04 /* BR/EDR not supported */
386#define LE_AD_SIM_LE_BREDR_CTRL 0x08 /* Simultaneous LE & BR/EDR Controller */
387#define LE_AD_SIM_LE_BREDR_HOST 0x10 /* Simultaneous LE & BR/EDR Host */
388
1da177e4 389/* ----- HCI Commands ---- */
6bd32326
VT
390#define HCI_OP_NOP 0x0000
391
a9de9248
MH
392#define HCI_OP_INQUIRY 0x0401
393struct hci_cp_inquiry {
394 __u8 lap[3];
395 __u8 length;
396 __u8 num_rsp;
66c853cc 397} __packed;
1da177e4 398
a9de9248 399#define HCI_OP_INQUIRY_CANCEL 0x0402
1da177e4 400
79d6e068
AG
401#define HCI_OP_PERIODIC_INQ 0x0403
402
a9de9248 403#define HCI_OP_EXIT_PERIODIC_INQ 0x0404
6ac59344 404
a9de9248 405#define HCI_OP_CREATE_CONN 0x0405
1da177e4
LT
406struct hci_cp_create_conn {
407 bdaddr_t bdaddr;
1ebb9252 408 __le16 pkt_type;
1da177e4
LT
409 __u8 pscan_rep_mode;
410 __u8 pscan_mode;
1ebb9252 411 __le16 clock_offset;
1da177e4 412 __u8 role_switch;
66c853cc 413} __packed;
1da177e4 414
a9de9248 415#define HCI_OP_DISCONNECT 0x0406
1da177e4 416struct hci_cp_disconnect {
1ebb9252 417 __le16 handle;
1da177e4 418 __u8 reason;
66c853cc 419} __packed;
1da177e4 420
a9de9248 421#define HCI_OP_ADD_SCO 0x0407
1da177e4 422struct hci_cp_add_sco {
1ebb9252
MH
423 __le16 handle;
424 __le16 pkt_type;
66c853cc 425} __packed;
1da177e4 426
a9de9248
MH
427#define HCI_OP_CREATE_CONN_CANCEL 0x0408
428struct hci_cp_create_conn_cancel {
429 bdaddr_t bdaddr;
66c853cc 430} __packed;
1da177e4 431
a9de9248
MH
432#define HCI_OP_ACCEPT_CONN_REQ 0x0409
433struct hci_cp_accept_conn_req {
434 bdaddr_t bdaddr;
435 __u8 role;
66c853cc 436} __packed;
1da177e4 437
a9de9248
MH
438#define HCI_OP_REJECT_CONN_REQ 0x040a
439struct hci_cp_reject_conn_req {
440 bdaddr_t bdaddr;
441 __u8 reason;
66c853cc 442} __packed;
defc761b 443
a9de9248 444#define HCI_OP_LINK_KEY_REPLY 0x040b
1da177e4
LT
445struct hci_cp_link_key_reply {
446 bdaddr_t bdaddr;
9b3b4460 447 __u8 link_key[HCI_LINK_KEY_SIZE];
66c853cc 448} __packed;
1da177e4 449
a9de9248 450#define HCI_OP_LINK_KEY_NEG_REPLY 0x040c
1da177e4
LT
451struct hci_cp_link_key_neg_reply {
452 bdaddr_t bdaddr;
66c853cc 453} __packed;
1da177e4 454
a9de9248 455#define HCI_OP_PIN_CODE_REPLY 0x040d
1da177e4
LT
456struct hci_cp_pin_code_reply {
457 bdaddr_t bdaddr;
458 __u8 pin_len;
459 __u8 pin_code[16];
66c853cc 460} __packed;
980e1a53
JH
461struct hci_rp_pin_code_reply {
462 __u8 status;
463 bdaddr_t bdaddr;
464} __packed;
1da177e4 465
a9de9248 466#define HCI_OP_PIN_CODE_NEG_REPLY 0x040e
1da177e4
LT
467struct hci_cp_pin_code_neg_reply {
468 bdaddr_t bdaddr;
66c853cc 469} __packed;
980e1a53
JH
470struct hci_rp_pin_code_neg_reply {
471 __u8 status;
472 bdaddr_t bdaddr;
473} __packed;
1da177e4 474
a9de9248 475#define HCI_OP_CHANGE_CONN_PTYPE 0x040f
1da177e4 476struct hci_cp_change_conn_ptype {
1ebb9252
MH
477 __le16 handle;
478 __le16 pkt_type;
66c853cc 479} __packed;
1da177e4 480
a9de9248 481#define HCI_OP_AUTH_REQUESTED 0x0411
1da177e4 482struct hci_cp_auth_requested {
1ebb9252 483 __le16 handle;
66c853cc 484} __packed;
1da177e4 485
a9de9248 486#define HCI_OP_SET_CONN_ENCRYPT 0x0413
1da177e4 487struct hci_cp_set_conn_encrypt {
1ebb9252 488 __le16 handle;
1da177e4 489 __u8 encrypt;
66c853cc 490} __packed;
1da177e4 491
a9de9248 492#define HCI_OP_CHANGE_CONN_LINK_KEY 0x0415
1da177e4 493struct hci_cp_change_conn_link_key {
1ebb9252 494 __le16 handle;
66c853cc 495} __packed;
1da177e4 496
a9de9248
MH
497#define HCI_OP_REMOTE_NAME_REQ 0x0419
498struct hci_cp_remote_name_req {
499 bdaddr_t bdaddr;
500 __u8 pscan_rep_mode;
501 __u8 pscan_mode;
502 __le16 clock_offset;
66c853cc 503} __packed;
a9de9248
MH
504
505#define HCI_OP_REMOTE_NAME_REQ_CANCEL 0x041a
506struct hci_cp_remote_name_req_cancel {
507 bdaddr_t bdaddr;
66c853cc 508} __packed;
a9de9248
MH
509
510#define HCI_OP_READ_REMOTE_FEATURES 0x041b
04837f64 511struct hci_cp_read_remote_features {
1ebb9252 512 __le16 handle;
66c853cc 513} __packed;
1da177e4 514
a9de9248
MH
515#define HCI_OP_READ_REMOTE_EXT_FEATURES 0x041c
516struct hci_cp_read_remote_ext_features {
517 __le16 handle;
518 __u8 page;
66c853cc 519} __packed;
a9de9248
MH
520
521#define HCI_OP_READ_REMOTE_VERSION 0x041d
04837f64 522struct hci_cp_read_remote_version {
1ebb9252 523 __le16 handle;
66c853cc 524} __packed;
1da177e4 525
a9de9248
MH
526#define HCI_OP_SETUP_SYNC_CONN 0x0428
527struct hci_cp_setup_sync_conn {
528 __le16 handle;
529 __le32 tx_bandwidth;
530 __le32 rx_bandwidth;
531 __le16 max_latency;
532 __le16 voice_setting;
533 __u8 retrans_effort;
534 __le16 pkt_type;
66c853cc 535} __packed;
04837f64 536
a9de9248
MH
537#define HCI_OP_ACCEPT_SYNC_CONN_REQ 0x0429
538struct hci_cp_accept_sync_conn_req {
539 bdaddr_t bdaddr;
540 __le32 tx_bandwidth;
541 __le32 rx_bandwidth;
542 __le16 max_latency;
543 __le16 content_format;
544 __u8 retrans_effort;
545 __le16 pkt_type;
66c853cc 546} __packed;
a9de9248
MH
547
548#define HCI_OP_REJECT_SYNC_CONN_REQ 0x042a
549struct hci_cp_reject_sync_conn_req {
550 bdaddr_t bdaddr;
551 __u8 reason;
66c853cc 552} __packed;
a9de9248 553
17fa4b9d
JH
554#define HCI_OP_IO_CAPABILITY_REPLY 0x042b
555struct hci_cp_io_capability_reply {
556 bdaddr_t bdaddr;
557 __u8 capability;
558 __u8 oob_data;
559 __u8 authentication;
560} __packed;
561
a5c29683
JH
562#define HCI_OP_USER_CONFIRM_REPLY 0x042c
563struct hci_cp_user_confirm_reply {
564 bdaddr_t bdaddr;
565} __packed;
566struct hci_rp_user_confirm_reply {
567 __u8 status;
568 bdaddr_t bdaddr;
569} __packed;
570
571#define HCI_OP_USER_CONFIRM_NEG_REPLY 0x042d
572
9ad4019a
BG
573#define HCI_OP_USER_PASSKEY_REPLY 0x042e
574struct hci_cp_user_passkey_reply {
575 bdaddr_t bdaddr;
576 __le32 passkey;
577} __packed;
578
579#define HCI_OP_USER_PASSKEY_NEG_REPLY 0x042f
580
2763eda6
SJ
581#define HCI_OP_REMOTE_OOB_DATA_REPLY 0x0430
582struct hci_cp_remote_oob_data_reply {
583 bdaddr_t bdaddr;
584 __u8 hash[16];
585 __u8 randomizer[16];
586} __packed;
587
588#define HCI_OP_REMOTE_OOB_DATA_NEG_REPLY 0x0433
589struct hci_cp_remote_oob_data_neg_reply {
590 bdaddr_t bdaddr;
591} __packed;
592
03b555e1
JH
593#define HCI_OP_IO_CAPABILITY_NEG_REPLY 0x0434
594struct hci_cp_io_capability_neg_reply {
595 bdaddr_t bdaddr;
596 __u8 reason;
597} __packed;
598
523e93cd
AE
599#define HCI_OP_CREATE_PHY_LINK 0x0435
600struct hci_cp_create_phy_link {
601 __u8 phy_handle;
602 __u8 key_len;
603 __u8 key_type;
604 __u8 key[HCI_AMP_LINK_KEY_SIZE];
605} __packed;
606
607#define HCI_OP_ACCEPT_PHY_LINK 0x0436
608struct hci_cp_accept_phy_link {
609 __u8 phy_handle;
610 __u8 key_len;
611 __u8 key_type;
612 __u8 key[HCI_AMP_LINK_KEY_SIZE];
613} __packed;
614
b078b564 615#define HCI_OP_DISCONN_PHY_LINK 0x0437
523e93cd
AE
616struct hci_cp_disconn_phy_link {
617 __u8 phy_handle;
618 __u8 reason;
619} __packed;
620
b078b564
AE
621struct ext_flow_spec {
622 __u8 id;
623 __u8 stype;
624 __le16 msdu;
625 __le32 sdu_itime;
626 __le32 acc_lat;
627 __le32 flush_to;
628} __packed;
629
630#define HCI_OP_CREATE_LOGICAL_LINK 0x0438
631#define HCI_OP_ACCEPT_LOGICAL_LINK 0x0439
632struct hci_cp_create_accept_logical_link {
633 __u8 phy_handle;
634 struct ext_flow_spec tx_flow_spec;
635 struct ext_flow_spec rx_flow_spec;
636} __packed;
637
638#define HCI_OP_DISCONN_LOGICAL_LINK 0x043a
639struct hci_cp_disconn_logical_link {
640 __le16 log_handle;
641} __packed;
642
643#define HCI_OP_LOGICAL_LINK_CANCEL 0x043b
644struct hci_cp_logical_link_cancel {
645 __u8 phy_handle;
646 __u8 flow_spec_id;
647} __packed;
648
649struct hci_rp_logical_link_cancel {
650 __u8 status;
651 __u8 phy_handle;
652 __u8 flow_spec_id;
653} __packed;
654
8c9a041b
DP
655#define HCI_OP_SET_CSB 0x0441
656struct hci_cp_set_csb {
657 __u8 enable;
658 __u8 lt_addr;
659 __u8 lpo_allowed;
660 __le16 packet_type;
661 __le16 interval_min;
662 __le16 interval_max;
663 __le16 csb_sv_tout;
664} __packed;
665struct hci_rp_set_csb {
666 __u8 status;
667 __u8 lt_addr;
668 __le16 interval;
669} __packed;
670
cefded98
DP
671#define HCI_OP_START_SYNC_TRAIN 0x0443
672
e2f99131
MH
673#define HCI_OP_REMOTE_OOB_EXT_DATA_REPLY 0x0445
674struct hci_cp_remote_oob_ext_data_reply {
675 bdaddr_t bdaddr;
676 __u8 hash192[16];
677 __u8 randomizer192[16];
678 __u8 hash256[16];
679 __u8 randomizer256[16];
680} __packed;
681
a9de9248 682#define HCI_OP_SNIFF_MODE 0x0803
04837f64
MH
683struct hci_cp_sniff_mode {
684 __le16 handle;
685 __le16 max_interval;
686 __le16 min_interval;
687 __le16 attempt;
688 __le16 timeout;
66c853cc 689} __packed;
04837f64 690
a9de9248 691#define HCI_OP_EXIT_SNIFF_MODE 0x0804
04837f64
MH
692struct hci_cp_exit_sniff_mode {
693 __le16 handle;
66c853cc 694} __packed;
04837f64 695
a9de9248 696#define HCI_OP_ROLE_DISCOVERY 0x0809
1da177e4 697struct hci_cp_role_discovery {
1ebb9252 698 __le16 handle;
66c853cc 699} __packed;
1da177e4
LT
700struct hci_rp_role_discovery {
701 __u8 status;
1ebb9252 702 __le16 handle;
1da177e4 703 __u8 role;
66c853cc 704} __packed;
1da177e4 705
a9de9248
MH
706#define HCI_OP_SWITCH_ROLE 0x080b
707struct hci_cp_switch_role {
708 bdaddr_t bdaddr;
709 __u8 role;
66c853cc 710} __packed;
a9de9248
MH
711
712#define HCI_OP_READ_LINK_POLICY 0x080c
1da177e4 713struct hci_cp_read_link_policy {
1ebb9252 714 __le16 handle;
66c853cc 715} __packed;
1da177e4
LT
716struct hci_rp_read_link_policy {
717 __u8 status;
1ebb9252
MH
718 __le16 handle;
719 __le16 policy;
66c853cc 720} __packed;
1da177e4 721
a9de9248 722#define HCI_OP_WRITE_LINK_POLICY 0x080d
1da177e4 723struct hci_cp_write_link_policy {
1ebb9252
MH
724 __le16 handle;
725 __le16 policy;
66c853cc 726} __packed;
1da177e4
LT
727struct hci_rp_write_link_policy {
728 __u8 status;
1ebb9252 729 __le16 handle;
66c853cc 730} __packed;
e4e8e37c
MH
731
732#define HCI_OP_READ_DEF_LINK_POLICY 0x080e
733struct hci_rp_read_def_link_policy {
734 __u8 status;
735 __le16 policy;
66c853cc 736} __packed;
e4e8e37c
MH
737
738#define HCI_OP_WRITE_DEF_LINK_POLICY 0x080f
739struct hci_cp_write_def_link_policy {
740 __le16 policy;
66c853cc 741} __packed;
1da177e4 742
a9de9248 743#define HCI_OP_SNIFF_SUBRATE 0x0811
04837f64
MH
744struct hci_cp_sniff_subrate {
745 __le16 handle;
746 __le16 max_latency;
747 __le16 min_remote_timeout;
748 __le16 min_local_timeout;
66c853cc 749} __packed;
04837f64 750
a9de9248 751#define HCI_OP_SET_EVENT_MASK 0x0c01
1da177e4 752
a9de9248 753#define HCI_OP_RESET 0x0c03
1da177e4 754
a9de9248
MH
755#define HCI_OP_SET_EVENT_FLT 0x0c05
756struct hci_cp_set_event_flt {
757 __u8 flt_type;
758 __u8 cond_type;
759 __u8 condition[0];
66c853cc 760} __packed;
1da177e4 761
a9de9248
MH
762/* Filter types */
763#define HCI_FLT_CLEAR_ALL 0x00
764#define HCI_FLT_INQ_RESULT 0x01
765#define HCI_FLT_CONN_SETUP 0x02
1da177e4 766
a9de9248
MH
767/* CONN_SETUP Condition types */
768#define HCI_CONN_SETUP_ALLOW_ALL 0x00
769#define HCI_CONN_SETUP_ALLOW_CLASS 0x01
770#define HCI_CONN_SETUP_ALLOW_BDADDR 0x02
771
772/* CONN_SETUP Conditions */
773#define HCI_CONN_SETUP_AUTO_OFF 0x01
774#define HCI_CONN_SETUP_AUTO_ON 0x02
775
b0916ea0
JH
776#define HCI_OP_DELETE_STORED_LINK_KEY 0x0c12
777struct hci_cp_delete_stored_link_key {
778 bdaddr_t bdaddr;
779 __u8 delete_all;
780} __packed;
781
1f6c6378
JH
782#define HCI_MAX_NAME_LENGTH 248
783
a9de9248
MH
784#define HCI_OP_WRITE_LOCAL_NAME 0x0c13
785struct hci_cp_write_local_name {
1f6c6378 786 __u8 name[HCI_MAX_NAME_LENGTH];
66c853cc 787} __packed;
a9de9248
MH
788
789#define HCI_OP_READ_LOCAL_NAME 0x0c14
790struct hci_rp_read_local_name {
791 __u8 status;
1f6c6378 792 __u8 name[HCI_MAX_NAME_LENGTH];
66c853cc 793} __packed;
a9de9248
MH
794
795#define HCI_OP_WRITE_CA_TIMEOUT 0x0c16
796
797#define HCI_OP_WRITE_PG_TIMEOUT 0x0c18
798
70f23020 799#define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a
a9de9248
MH
800 #define SCAN_DISABLED 0x00
801 #define SCAN_INQUIRY 0x01
802 #define SCAN_PAGE 0x02
803
804#define HCI_OP_READ_AUTH_ENABLE 0x0c1f
805
806#define HCI_OP_WRITE_AUTH_ENABLE 0x0c20
807 #define AUTH_DISABLED 0x00
808 #define AUTH_ENABLED 0x01
809
810#define HCI_OP_READ_ENCRYPT_MODE 0x0c21
811
812#define HCI_OP_WRITE_ENCRYPT_MODE 0x0c22
813 #define ENCRYPT_DISABLED 0x00
814 #define ENCRYPT_P2P 0x01
815 #define ENCRYPT_BOTH 0x02
816
817#define HCI_OP_READ_CLASS_OF_DEV 0x0c23
818struct hci_rp_read_class_of_dev {
819 __u8 status;
1da177e4 820 __u8 dev_class[3];
66c853cc 821} __packed;
1da177e4 822
a9de9248
MH
823#define HCI_OP_WRITE_CLASS_OF_DEV 0x0c24
824struct hci_cp_write_class_of_dev {
1da177e4 825 __u8 dev_class[3];
66c853cc 826} __packed;
a9de9248
MH
827
828#define HCI_OP_READ_VOICE_SETTING 0x0c25
829struct hci_rp_read_voice_setting {
830 __u8 status;
831 __le16 voice_setting;
66c853cc 832} __packed;
a9de9248
MH
833
834#define HCI_OP_WRITE_VOICE_SETTING 0x0c26
835struct hci_cp_write_voice_setting {
836 __le16 voice_setting;
66c853cc 837} __packed;
a9de9248
MH
838
839#define HCI_OP_HOST_BUFFER_SIZE 0x0c33
840struct hci_cp_host_buffer_size {
841 __le16 acl_mtu;
842 __u8 sco_mtu;
843 __le16 acl_max_pkt;
844 __le16 sco_max_pkt;
66c853cc 845} __packed;
a9de9248 846
b4cb9fb2
MH
847#define HCI_OP_READ_NUM_SUPPORTED_IAC 0x0c38
848struct hci_rp_read_num_supported_iac {
849 __u8 status;
850 __u8 num_iac;
851} __packed;
852
4b836f39
MH
853#define HCI_OP_READ_CURRENT_IAC_LAP 0x0c39
854
3d505312
MH
855#define HCI_OP_WRITE_CURRENT_IAC_LAP 0x0c3a
856struct hci_cp_write_current_iac_lap {
857 __u8 num_iac;
858 __u8 iac_lap[6];
859} __packed;
860
d5859e22
JH
861#define HCI_OP_WRITE_INQUIRY_MODE 0x0c45
862
80a1e1db
JH
863#define HCI_MAX_EIR_LENGTH 240
864
865#define HCI_OP_WRITE_EIR 0x0c52
866struct hci_cp_write_eir {
f64b993f
GP
867 __u8 fec;
868 __u8 data[HCI_MAX_EIR_LENGTH];
80a1e1db
JH
869} __packed;
870
333140b5
MH
871#define HCI_OP_READ_SSP_MODE 0x0c55
872struct hci_rp_read_ssp_mode {
873 __u8 status;
874 __u8 mode;
66c853cc 875} __packed;
333140b5
MH
876
877#define HCI_OP_WRITE_SSP_MODE 0x0c56
878struct hci_cp_write_ssp_mode {
879 __u8 mode;
66c853cc 880} __packed;
333140b5 881
c35938b2
SJ
882#define HCI_OP_READ_LOCAL_OOB_DATA 0x0c57
883struct hci_rp_read_local_oob_data {
884 __u8 status;
885 __u8 hash[16];
886 __u8 randomizer[16];
887} __packed;
888
d5859e22 889#define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58
91c4e9b1
MH
890struct hci_rp_read_inq_rsp_tx_power {
891 __u8 status;
892 __s8 tx_power;
893} __packed;
d5859e22 894
d62e6d67
JH
895#define HCI_OP_SET_EVENT_MASK_PAGE_2 0x0c63
896
7528ca1c
MH
897#define HCI_OP_READ_LOCATION_DATA 0x0c64
898
1e89cffb
AE
899#define HCI_OP_READ_FLOW_CONTROL_MODE 0x0c66
900struct hci_rp_read_flow_control_mode {
901 __u8 status;
902 __u8 mode;
903} __packed;
904
f9b49306
AG
905#define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d
906struct hci_cp_write_le_host_supported {
f64b993f
GP
907 __u8 le;
908 __u8 simul;
f9b49306
AG
909} __packed;
910
d0bf75a5
DP
911#define HCI_OP_SET_RESERVED_LT_ADDR 0x0c74
912struct hci_cp_set_reserved_lt_addr {
913 __u8 lt_addr;
914} __packed;
915struct hci_rp_set_reserved_lt_addr {
916 __u8 status;
917 __u8 lt_addr;
918} __packed;
919
6a20eaf4
DP
920#define HCI_OP_DELETE_RESERVED_LT_ADDR 0x0c75
921struct hci_cp_delete_reserved_lt_addr {
922 __u8 lt_addr;
923} __packed;
924struct hci_rp_delete_reserved_lt_addr {
925 __u8 status;
926 __u8 lt_addr;
927} __packed;
928
7d1dab49
DP
929#define HCI_OP_SET_CSB_DATA 0x0c76
930struct hci_cp_set_csb_data {
931 __u8 lt_addr;
932 __u8 fragment;
933 __u8 data_length;
934 __u8 data[HCI_MAX_CSB_DATA_SIZE];
935} __packed;
936struct hci_rp_set_csb_data {
937 __u8 status;
938 __u8 lt_addr;
939} __packed;
940
5d4e7e8d
JH
941#define HCI_OP_READ_SYNC_TRAIN_PARAMS 0x0c77
942
a9b07a64
DP
943#define HCI_OP_WRITE_SYNC_TRAIN_PARAMS 0x0c78
944struct hci_cp_write_sync_train_params {
945 __le16 interval_min;
946 __le16 interval_max;
947 __le32 sync_train_tout;
948 __u8 service_data;
949} __packed;
950struct hci_rp_write_sync_train_params {
951 __u8 status;
952 __le16 sync_train_int;
953} __packed;
954
eb4b95c6
MH
955#define HCI_OP_READ_SC_SUPPORT 0x0c79
956struct hci_rp_read_sc_support {
957 __u8 status;
958 __u8 support;
959} __packed;
960
961#define HCI_OP_WRITE_SC_SUPPORT 0x0c7a
962struct hci_cp_write_sc_support {
963 __u8 support;
964} __packed;
965
e2f99131
MH
966#define HCI_OP_READ_LOCAL_OOB_EXT_DATA 0x0c7d
967struct hci_rp_read_local_oob_ext_data {
968 __u8 status;
969 __u8 hash192[16];
970 __u8 randomizer192[16];
971 __u8 hash256[16];
972 __u8 randomizer256[16];
973} __packed;
974
a9de9248
MH
975#define HCI_OP_READ_LOCAL_VERSION 0x1001
976struct hci_rp_read_local_version {
977 __u8 status;
978 __u8 hci_ver;
979 __le16 hci_rev;
980 __u8 lmp_ver;
981 __le16 manufacturer;
982 __le16 lmp_subver;
66c853cc 983} __packed;
a9de9248
MH
984
985#define HCI_OP_READ_LOCAL_COMMANDS 0x1002
986struct hci_rp_read_local_commands {
987 __u8 status;
988 __u8 commands[64];
66c853cc 989} __packed;
a9de9248
MH
990
991#define HCI_OP_READ_LOCAL_FEATURES 0x1003
992struct hci_rp_read_local_features {
993 __u8 status;
994 __u8 features[8];
66c853cc 995} __packed;
a9de9248
MH
996
997#define HCI_OP_READ_LOCAL_EXT_FEATURES 0x1004
971e3a4b
AG
998struct hci_cp_read_local_ext_features {
999 __u8 page;
1000} __packed;
a9de9248
MH
1001struct hci_rp_read_local_ext_features {
1002 __u8 status;
1003 __u8 page;
1004 __u8 max_page;
1005 __u8 features[8];
66c853cc 1006} __packed;
a9de9248
MH
1007
1008#define HCI_OP_READ_BUFFER_SIZE 0x1005
1009struct hci_rp_read_buffer_size {
1010 __u8 status;
1011 __le16 acl_mtu;
1012 __u8 sco_mtu;
1013 __le16 acl_max_pkt;
1014 __le16 sco_max_pkt;
66c853cc 1015} __packed;
a9de9248
MH
1016
1017#define HCI_OP_READ_BD_ADDR 0x1009
1018struct hci_rp_read_bd_addr {
1019 __u8 status;
45bb4bf0 1020 bdaddr_t bdaddr;
66c853cc 1021} __packed;
1da177e4 1022
350ee4cf
AE
1023#define HCI_OP_READ_DATA_BLOCK_SIZE 0x100a
1024struct hci_rp_read_data_block_size {
1025 __u8 status;
1026 __le16 max_acl_len;
1027 __le16 block_len;
1028 __le16 num_blocks;
1029} __packed;
1030
f332ec66
JH
1031#define HCI_OP_READ_PAGE_SCAN_ACTIVITY 0x0c1b
1032struct hci_rp_read_page_scan_activity {
1033 __u8 status;
1034 __le16 interval;
1035 __le16 window;
1036} __packed;
1037
f6422ec6
AJ
1038#define HCI_OP_WRITE_PAGE_SCAN_ACTIVITY 0x0c1c
1039struct hci_cp_write_page_scan_activity {
1040 __le16 interval;
1041 __le16 window;
1042} __packed;
1043
f332ec66
JH
1044#define HCI_OP_READ_PAGE_SCAN_TYPE 0x0c46
1045struct hci_rp_read_page_scan_type {
1046 __u8 status;
1047 __u8 type;
1048} __packed;
1049
f6422ec6
AJ
1050#define HCI_OP_WRITE_PAGE_SCAN_TYPE 0x0c47
1051 #define PAGE_SCAN_TYPE_STANDARD 0x00
1052 #define PAGE_SCAN_TYPE_INTERLACED 0x01
1053
928abaa7
AE
1054#define HCI_OP_READ_LOCAL_AMP_INFO 0x1409
1055struct hci_rp_read_local_amp_info {
1056 __u8 status;
1057 __u8 amp_status;
1058 __le32 total_bw;
1059 __le32 max_bw;
1060 __le32 min_latency;
1061 __le32 max_pdu;
1062 __u8 amp_type;
1063 __le16 pal_cap;
1064 __le16 max_assoc_size;
1065 __le32 max_flush_to;
1066 __le32 be_flush_to;
1067} __packed;
1068
523e93cd
AE
1069#define HCI_OP_READ_LOCAL_AMP_ASSOC 0x140a
1070struct hci_cp_read_local_amp_assoc {
1071 __u8 phy_handle;
1072 __le16 len_so_far;
1073 __le16 max_len;
1074} __packed;
1075struct hci_rp_read_local_amp_assoc {
1076 __u8 status;
1077 __u8 phy_handle;
1078 __le16 rem_len;
1079 __u8 frag[0];
1080} __packed;
1081
1082#define HCI_OP_WRITE_REMOTE_AMP_ASSOC 0x140b
1083struct hci_cp_write_remote_amp_assoc {
1084 __u8 phy_handle;
1085 __le16 len_so_far;
1086 __le16 rem_len;
1087 __u8 frag[0];
1088} __packed;
1089struct hci_rp_write_remote_amp_assoc {
1090 __u8 status;
1091 __u8 phy_handle;
1092} __packed;
1093
4b4148e9
MH
1094#define HCI_OP_ENABLE_DUT_MODE 0x1803
1095
06f5b778
MH
1096#define HCI_OP_WRITE_SSP_DEBUG_MODE 0x1804
1097
63185f64
VT
1098#define HCI_OP_LE_SET_EVENT_MASK 0x2001
1099struct hci_cp_le_set_event_mask {
1100 __u8 mask[8];
1101} __packed;
1102
1103#define HCI_OP_LE_READ_BUFFER_SIZE 0x2002
1104struct hci_rp_le_read_buffer_size {
1105 __u8 status;
1106 __le16 le_mtu;
1107 __u8 le_max_pkt;
1108} __packed;
1109
60e77321
JH
1110#define HCI_OP_LE_READ_LOCAL_FEATURES 0x2003
1111struct hci_rp_le_read_local_features {
1112 __u8 status;
1113 __u8 features[8];
1114} __packed;
1115
d13eafce
MH
1116#define HCI_OP_LE_SET_RANDOM_ADDR 0x2005
1117
1e191893
MH
1118#define HCI_OP_LE_SET_ADV_PARAM 0x2006
1119struct hci_cp_le_set_adv_param {
1120 __le16 min_interval;
1121 __le16 max_interval;
1122 __u8 type;
1123 __u8 own_address_type;
1124 __u8 direct_addr_type;
1125 bdaddr_t direct_addr;
1126 __u8 channel_map;
1127 __u8 filter_policy;
1128} __packed;
1129
8fa19098
JH
1130#define HCI_OP_LE_READ_ADV_TX_POWER 0x2007
1131struct hci_rp_le_read_adv_tx_power {
1132 __u8 status;
1133 __s8 tx_power;
1134} __packed;
1135
3f0f524b
JH
1136#define HCI_MAX_AD_LENGTH 31
1137
1138#define HCI_OP_LE_SET_ADV_DATA 0x2008
1139struct hci_cp_le_set_adv_data {
1140 __u8 length;
1141 __u8 data[HCI_MAX_AD_LENGTH];
1142} __packed;
1143
f14d8f64
MH
1144#define HCI_OP_LE_SET_SCAN_RSP_DATA 0x2009
1145struct hci_cp_le_set_scan_rsp_data {
1146 __u8 length;
1147 __u8 data[HCI_MAX_AD_LENGTH];
1148} __packed;
1149
c1d5dc4a
JH
1150#define HCI_OP_LE_SET_ADV_ENABLE 0x200a
1151
5df480b5
AG
1152#define LE_SCAN_PASSIVE 0x00
1153#define LE_SCAN_ACTIVE 0x01
1154
07f7fa5d
AG
1155#define HCI_OP_LE_SET_SCAN_PARAM 0x200b
1156struct hci_cp_le_set_scan_param {
1157 __u8 type;
1158 __le16 interval;
1159 __le16 window;
1160 __u8 own_address_type;
1161 __u8 filter_policy;
1162} __packed;
1163
76a388be
AG
1164#define LE_SCAN_DISABLE 0x00
1165#define LE_SCAN_ENABLE 0x01
525e296a
AG
1166#define LE_SCAN_FILTER_DUP_DISABLE 0x00
1167#define LE_SCAN_FILTER_DUP_ENABLE 0x01
68a8aea4 1168
eb9d91f5
AG
1169#define HCI_OP_LE_SET_SCAN_ENABLE 0x200c
1170struct hci_cp_le_set_scan_enable {
1171 __u8 enable;
1172 __u8 filter_dup;
1173} __packed;
1174
63185f64
VT
1175#define HCI_OP_LE_CREATE_CONN 0x200d
1176struct hci_cp_le_create_conn {
1177 __le16 scan_interval;
1178 __le16 scan_window;
1179 __u8 filter_policy;
1180 __u8 peer_addr_type;
1181 bdaddr_t peer_addr;
1182 __u8 own_address_type;
1183 __le16 conn_interval_min;
1184 __le16 conn_interval_max;
1185 __le16 conn_latency;
1186 __le16 supervision_timeout;
1187 __le16 min_ce_len;
1188 __le16 max_ce_len;
1189} __packed;
1190
1191#define HCI_OP_LE_CREATE_CONN_CANCEL 0x200e
1192
cf1d081f
JH
1193#define HCI_OP_LE_READ_WHITE_LIST_SIZE 0x200f
1194struct hci_rp_le_read_white_list_size {
1195 __u8 status;
1196 __u8 size;
1197} __packed;
1198
2ce603eb
CT
1199#define HCI_OP_LE_CONN_UPDATE 0x2013
1200struct hci_cp_le_conn_update {
1201 __le16 handle;
1202 __le16 conn_interval_min;
1203 __le16 conn_interval_max;
1204 __le16 conn_latency;
1205 __le16 supervision_timeout;
1206 __le16 min_ce_len;
1207 __le16 max_ce_len;
1208} __packed;
1209
a7a595f6
VCG
1210#define HCI_OP_LE_START_ENC 0x2019
1211struct hci_cp_le_start_enc {
1212 __le16 handle;
1213 __u8 rand[8];
1214 __le16 ediv;
1215 __u8 ltk[16];
1216} __packed;
1217
1218#define HCI_OP_LE_LTK_REPLY 0x201a
1219struct hci_cp_le_ltk_reply {
1220 __le16 handle;
1221 __u8 ltk[16];
1222} __packed;
1223struct hci_rp_le_ltk_reply {
1224 __u8 status;
1225 __le16 handle;
1226} __packed;
1227
1228#define HCI_OP_LE_LTK_NEG_REPLY 0x201b
1229struct hci_cp_le_ltk_neg_reply {
1230 __le16 handle;
1231} __packed;
1232struct hci_rp_le_ltk_neg_reply {
1233 __u8 status;
1234 __le16 handle;
1235} __packed;
1236
9b008c04
JH
1237#define HCI_OP_LE_READ_SUPPORTED_STATES 0x201c
1238struct hci_rp_le_read_supported_states {
1239 __u8 status;
1240 __u8 le_states[8];
1241} __packed;
1242
a9de9248
MH
1243/* ---- HCI Events ---- */
1244#define HCI_EV_INQUIRY_COMPLETE 0x01
1245
1246#define HCI_EV_INQUIRY_RESULT 0x02
1247struct inquiry_info {
21d9e30e
MH
1248 bdaddr_t bdaddr;
1249 __u8 pscan_rep_mode;
1250 __u8 pscan_period_mode;
a9de9248 1251 __u8 pscan_mode;
21d9e30e 1252 __u8 dev_class[3];
1ebb9252 1253 __le16 clock_offset;
66c853cc 1254} __packed;
21d9e30e 1255
a9de9248 1256#define HCI_EV_CONN_COMPLETE 0x03
1da177e4
LT
1257struct hci_ev_conn_complete {
1258 __u8 status;
1ebb9252 1259 __le16 handle;
1da177e4
LT
1260 bdaddr_t bdaddr;
1261 __u8 link_type;
1262 __u8 encr_mode;
66c853cc 1263} __packed;
1da177e4 1264
a9de9248 1265#define HCI_EV_CONN_REQUEST 0x04
1da177e4
LT
1266struct hci_ev_conn_request {
1267 bdaddr_t bdaddr;
1268 __u8 dev_class[3];
1269 __u8 link_type;
66c853cc 1270} __packed;
1da177e4 1271
a9de9248 1272#define HCI_EV_DISCONN_COMPLETE 0x05
1da177e4
LT
1273struct hci_ev_disconn_complete {
1274 __u8 status;
1ebb9252 1275 __le16 handle;
1da177e4 1276 __u8 reason;
66c853cc 1277} __packed;
1da177e4 1278
a9de9248 1279#define HCI_EV_AUTH_COMPLETE 0x06
1da177e4
LT
1280struct hci_ev_auth_complete {
1281 __u8 status;
1ebb9252 1282 __le16 handle;
66c853cc 1283} __packed;
1da177e4 1284
a9de9248
MH
1285#define HCI_EV_REMOTE_NAME 0x07
1286struct hci_ev_remote_name {
1287 __u8 status;
1288 bdaddr_t bdaddr;
1f6c6378 1289 __u8 name[HCI_MAX_NAME_LENGTH];
66c853cc 1290} __packed;
a9de9248
MH
1291
1292#define HCI_EV_ENCRYPT_CHANGE 0x08
1da177e4
LT
1293struct hci_ev_encrypt_change {
1294 __u8 status;
1ebb9252 1295 __le16 handle;
1da177e4 1296 __u8 encrypt;
66c853cc 1297} __packed;
1da177e4 1298
a9de9248
MH
1299#define HCI_EV_CHANGE_LINK_KEY_COMPLETE 0x09
1300struct hci_ev_change_link_key_complete {
1301 __u8 status;
1302 __le16 handle;
66c853cc 1303} __packed;
a9de9248
MH
1304
1305#define HCI_EV_REMOTE_FEATURES 0x0b
1306struct hci_ev_remote_features {
1307 __u8 status;
1308 __le16 handle;
1309 __u8 features[8];
66c853cc 1310} __packed;
a9de9248
MH
1311
1312#define HCI_EV_REMOTE_VERSION 0x0c
1313struct hci_ev_remote_version {
1da177e4 1314 __u8 status;
1ebb9252 1315 __le16 handle;
a9de9248
MH
1316 __u8 lmp_ver;
1317 __le16 manufacturer;
1318 __le16 lmp_subver;
66c853cc 1319} __packed;
1da177e4 1320
a9de9248 1321#define HCI_EV_QOS_SETUP_COMPLETE 0x0d
1da177e4
LT
1322struct hci_qos {
1323 __u8 service_type;
1324 __u32 token_rate;
1325 __u32 peak_bandwidth;
1326 __u32 latency;
1327 __u32 delay_variation;
66c853cc 1328} __packed;
1da177e4
LT
1329struct hci_ev_qos_setup_complete {
1330 __u8 status;
1ebb9252 1331 __le16 handle;
1da177e4 1332 struct hci_qos qos;
66c853cc 1333} __packed;
1da177e4 1334
a9de9248 1335#define HCI_EV_CMD_COMPLETE 0x0e
1da177e4
LT
1336struct hci_ev_cmd_complete {
1337 __u8 ncmd;
1ebb9252 1338 __le16 opcode;
66c853cc 1339} __packed;
1da177e4 1340
a9de9248 1341#define HCI_EV_CMD_STATUS 0x0f
1da177e4
LT
1342struct hci_ev_cmd_status {
1343 __u8 status;
1344 __u8 ncmd;
1ebb9252 1345 __le16 opcode;
66c853cc 1346} __packed;
1da177e4 1347
a9de9248 1348#define HCI_EV_ROLE_CHANGE 0x12
1da177e4
LT
1349struct hci_ev_role_change {
1350 __u8 status;
1351 bdaddr_t bdaddr;
1352 __u8 role;
66c853cc 1353} __packed;
1da177e4 1354
a9de9248 1355#define HCI_EV_NUM_COMP_PKTS 0x13
613a1c0c
AE
1356struct hci_comp_pkts_info {
1357 __le16 handle;
1358 __le16 count;
1359} __packed;
1360
a9de9248
MH
1361struct hci_ev_num_comp_pkts {
1362 __u8 num_hndl;
613a1c0c 1363 struct hci_comp_pkts_info handles[0];
66c853cc 1364} __packed;
a9de9248
MH
1365
1366#define HCI_EV_MODE_CHANGE 0x14
1da177e4
LT
1367struct hci_ev_mode_change {
1368 __u8 status;
1ebb9252 1369 __le16 handle;
1da177e4 1370 __u8 mode;
1ebb9252 1371 __le16 interval;
66c853cc 1372} __packed;
1da177e4 1373
a9de9248 1374#define HCI_EV_PIN_CODE_REQ 0x16
1da177e4
LT
1375struct hci_ev_pin_code_req {
1376 bdaddr_t bdaddr;
66c853cc 1377} __packed;
1da177e4 1378
a9de9248 1379#define HCI_EV_LINK_KEY_REQ 0x17
1da177e4
LT
1380struct hci_ev_link_key_req {
1381 bdaddr_t bdaddr;
66c853cc 1382} __packed;
1da177e4 1383
a9de9248 1384#define HCI_EV_LINK_KEY_NOTIFY 0x18
1da177e4
LT
1385struct hci_ev_link_key_notify {
1386 bdaddr_t bdaddr;
9b3b4460 1387 __u8 link_key[HCI_LINK_KEY_SIZE];
a9de9248 1388 __u8 key_type;
66c853cc 1389} __packed;
1da177e4 1390
a9de9248
MH
1391#define HCI_EV_CLOCK_OFFSET 0x1c
1392struct hci_ev_clock_offset {
1da177e4 1393 __u8 status;
1ebb9252 1394 __le16 handle;
a9de9248 1395 __le16 clock_offset;
66c853cc 1396} __packed;
1da177e4 1397
a8746417
MH
1398#define HCI_EV_PKT_TYPE_CHANGE 0x1d
1399struct hci_ev_pkt_type_change {
1400 __u8 status;
1401 __le16 handle;
1402 __le16 pkt_type;
66c853cc 1403} __packed;
a8746417 1404
a9de9248
MH
1405#define HCI_EV_PSCAN_REP_MODE 0x20
1406struct hci_ev_pscan_rep_mode {
1407 bdaddr_t bdaddr;
1408 __u8 pscan_rep_mode;
66c853cc 1409} __packed;
a9de9248
MH
1410
1411#define HCI_EV_INQUIRY_RESULT_WITH_RSSI 0x22
1412struct inquiry_info_with_rssi {
1413 bdaddr_t bdaddr;
1414 __u8 pscan_rep_mode;
1415 __u8 pscan_period_mode;
1416 __u8 dev_class[3];
1417 __le16 clock_offset;
1418 __s8 rssi;
66c853cc 1419} __packed;
a9de9248
MH
1420struct inquiry_info_with_rssi_and_pscan_mode {
1421 bdaddr_t bdaddr;
1422 __u8 pscan_rep_mode;
1423 __u8 pscan_period_mode;
1424 __u8 pscan_mode;
1425 __u8 dev_class[3];
1426 __le16 clock_offset;
1427 __s8 rssi;
66c853cc 1428} __packed;
a9de9248
MH
1429
1430#define HCI_EV_REMOTE_EXT_FEATURES 0x23
1431struct hci_ev_remote_ext_features {
1da177e4 1432 __u8 status;
1ebb9252 1433 __le16 handle;
a9de9248
MH
1434 __u8 page;
1435 __u8 max_page;
1436 __u8 features[8];
66c853cc 1437} __packed;
1da177e4 1438
a9de9248
MH
1439#define HCI_EV_SYNC_CONN_COMPLETE 0x2c
1440struct hci_ev_sync_conn_complete {
1da177e4 1441 __u8 status;
1ebb9252 1442 __le16 handle;
a9de9248
MH
1443 bdaddr_t bdaddr;
1444 __u8 link_type;
1445 __u8 tx_interval;
1446 __u8 retrans_window;
1447 __le16 rx_pkt_len;
1448 __le16 tx_pkt_len;
1449 __u8 air_mode;
66c853cc 1450} __packed;
1da177e4 1451
a9de9248
MH
1452#define HCI_EV_SYNC_CONN_CHANGED 0x2d
1453struct hci_ev_sync_conn_changed {
1454 __u8 status;
1455 __le16 handle;
1456 __u8 tx_interval;
1457 __u8 retrans_window;
1458 __le16 rx_pkt_len;
1459 __le16 tx_pkt_len;
66c853cc 1460} __packed;
85a1e930 1461
a9de9248 1462#define HCI_EV_SNIFF_SUBRATE 0x2e
04837f64
MH
1463struct hci_ev_sniff_subrate {
1464 __u8 status;
1465 __le16 handle;
1466 __le16 max_tx_latency;
1467 __le16 max_rx_latency;
1468 __le16 max_remote_timeout;
1469 __le16 max_local_timeout;
66c853cc 1470} __packed;
04837f64 1471
a9de9248
MH
1472#define HCI_EV_EXTENDED_INQUIRY_RESULT 0x2f
1473struct extended_inquiry_info {
1474 bdaddr_t bdaddr;
1475 __u8 pscan_rep_mode;
1476 __u8 pscan_period_mode;
1477 __u8 dev_class[3];
1478 __le16 clock_offset;
1479 __s8 rssi;
1480 __u8 data[240];
66c853cc 1481} __packed;
a9de9248 1482
1c2e0041
JH
1483#define HCI_EV_KEY_REFRESH_COMPLETE 0x30
1484struct hci_ev_key_refresh_complete {
1485 __u8 status;
1486 __le16 handle;
1487} __packed;
1488
0493684e
MH
1489#define HCI_EV_IO_CAPA_REQUEST 0x31
1490struct hci_ev_io_capa_request {
1491 bdaddr_t bdaddr;
66c853cc 1492} __packed;
0493684e 1493
03b555e1
JH
1494#define HCI_EV_IO_CAPA_REPLY 0x32
1495struct hci_ev_io_capa_reply {
1496 bdaddr_t bdaddr;
1497 __u8 capability;
1498 __u8 oob_data;
1499 __u8 authentication;
1500} __packed;
1501
a5c29683
JH
1502#define HCI_EV_USER_CONFIRM_REQUEST 0x33
1503struct hci_ev_user_confirm_req {
1504 bdaddr_t bdaddr;
1505 __le32 passkey;
1506} __packed;
1507
9ad4019a
BG
1508#define HCI_EV_USER_PASSKEY_REQUEST 0x34
1509struct hci_ev_user_passkey_req {
1510 bdaddr_t bdaddr;
1511} __packed;
1512
2763eda6
SJ
1513#define HCI_EV_REMOTE_OOB_DATA_REQUEST 0x35
1514struct hci_ev_remote_oob_data_request {
1515 bdaddr_t bdaddr;
1516} __packed;
1517
0493684e
MH
1518#define HCI_EV_SIMPLE_PAIR_COMPLETE 0x36
1519struct hci_ev_simple_pair_complete {
1520 __u8 status;
1521 bdaddr_t bdaddr;
66c853cc 1522} __packed;
0493684e 1523
92a25256
JH
1524#define HCI_EV_USER_PASSKEY_NOTIFY 0x3b
1525struct hci_ev_user_passkey_notify {
1526 bdaddr_t bdaddr;
1527 __le32 passkey;
1528} __packed;
1529
1530#define HCI_KEYPRESS_STARTED 0
1531#define HCI_KEYPRESS_ENTERED 1
1532#define HCI_KEYPRESS_ERASED 2
1533#define HCI_KEYPRESS_CLEARED 3
1534#define HCI_KEYPRESS_COMPLETED 4
1535
1536#define HCI_EV_KEYPRESS_NOTIFY 0x3c
1537struct hci_ev_keypress_notify {
1538 bdaddr_t bdaddr;
1539 __u8 type;
1540} __packed;
1541
41a96212
MH
1542#define HCI_EV_REMOTE_HOST_FEATURES 0x3d
1543struct hci_ev_remote_host_features {
1544 bdaddr_t bdaddr;
1545 __u8 features[8];
66c853cc 1546} __packed;
41a96212 1547
63185f64
VT
1548#define HCI_EV_LE_META 0x3e
1549struct hci_ev_le_meta {
1550 __u8 subevent;
1551} __packed;
1552
523e93cd
AE
1553#define HCI_EV_PHY_LINK_COMPLETE 0x40
1554struct hci_ev_phy_link_complete {
1555 __u8 status;
1556 __u8 phy_handle;
1557} __packed;
1558
1559#define HCI_EV_CHANNEL_SELECTED 0x41
1560struct hci_ev_channel_selected {
1561 __u8 phy_handle;
1562} __packed;
1563
1564#define HCI_EV_DISCONN_PHY_LINK_COMPLETE 0x42
1565struct hci_ev_disconn_phy_link_complete {
1566 __u8 status;
1567 __u8 phy_handle;
1568 __u8 reason;
1569} __packed;
1570
1571#define HCI_EV_LOGICAL_LINK_COMPLETE 0x45
1572struct hci_ev_logical_link_complete {
1573 __u8 status;
1574 __le16 handle;
1575 __u8 phy_handle;
1576 __u8 flow_spec_id;
1577} __packed;
1578
1579#define HCI_EV_DISCONN_LOGICAL_LINK_COMPLETE 0x46
1580struct hci_ev_disconn_logical_link_complete {
1581 __u8 status;
1582 __le16 handle;
1583 __u8 reason;
1584} __packed;
1585
25e89e99
AE
1586#define HCI_EV_NUM_COMP_BLOCKS 0x48
1587struct hci_comp_blocks_info {
1588 __le16 handle;
1589 __le16 pkts;
1590 __le16 blocks;
1591} __packed;
1592
1593struct hci_ev_num_comp_blocks {
1594 __le16 num_blocks;
1595 __u8 num_hndl;
1596 struct hci_comp_blocks_info handles[0];
1597} __packed;
1598
2b359445
DP
1599#define HCI_EV_SYNC_TRAIN_COMPLETE 0x4F
1600struct hci_ev_sync_train_complete {
1601 __u8 status;
1602} __packed;
1603
2ed01805
DP
1604#define HCI_EV_SLAVE_PAGE_RESP_TIMEOUT 0x54
1605
63185f64 1606/* Low energy meta events */
b9b343d2
AG
1607#define LE_CONN_ROLE_MASTER 0x00
1608
63185f64
VT
1609#define HCI_EV_LE_CONN_COMPLETE 0x01
1610struct hci_ev_le_conn_complete {
1611 __u8 status;
1612 __le16 handle;
1613 __u8 role;
1614 __u8 bdaddr_type;
1615 bdaddr_t bdaddr;
1616 __le16 interval;
1617 __le16 latency;
1618 __le16 supervision_timeout;
1619 __u8 clk_accurancy;
1620} __packed;
1621
a7a595f6
VCG
1622#define HCI_EV_LE_LTK_REQ 0x05
1623struct hci_ev_le_ltk_req {
1624 __le16 handle;
1625 __u8 random[8];
1626 __le16 ediv;
1627} __packed;
1628
57a56fd4 1629/* Advertising report event types */
db3aebf4
MH
1630#define LE_ADV_IND 0x00
1631#define LE_ADV_DIRECT_IND 0x01
1632#define LE_ADV_SCAN_IND 0x02
1633#define LE_ADV_NONCONN_IND 0x03
1634#define LE_ADV_SCAN_RSP 0x04
57a56fd4
AB
1635
1636#define ADDR_LE_DEV_PUBLIC 0x00
1637#define ADDR_LE_DEV_RANDOM 0x01
1638
1639#define HCI_EV_LE_ADVERTISING_REPORT 0x02
1640struct hci_ev_le_advertising_info {
1641 __u8 evt_type;
1642 __u8 bdaddr_type;
1643 bdaddr_t bdaddr;
1644 __u8 length;
1645 __u8 data[0];
1646} __packed;
1647
1da177e4 1648/* Internal events generated by Bluetooth stack */
a9de9248 1649#define HCI_EV_STACK_INTERNAL 0xfd
1da177e4
LT
1650struct hci_ev_stack_internal {
1651 __u16 type;
1652 __u8 data[0];
66c853cc 1653} __packed;
1da177e4 1654
a9de9248 1655#define HCI_EV_SI_DEVICE 0x01
1da177e4
LT
1656struct hci_ev_si_device {
1657 __u16 event;
1658 __u16 dev_id;
66c853cc 1659} __packed;
1da177e4
LT
1660
1661#define HCI_EV_SI_SECURITY 0x02
1662struct hci_ev_si_security {
1663 __u16 event;
1664 __u16 proto;
1665 __u16 subproto;
1666 __u8 incoming;
66c853cc 1667} __packed;
1da177e4
LT
1668
1669/* ---- HCI Packet structures ---- */
1670#define HCI_COMMAND_HDR_SIZE 3
1671#define HCI_EVENT_HDR_SIZE 2
1672#define HCI_ACL_HDR_SIZE 4
1673#define HCI_SCO_HDR_SIZE 3
1674
1675struct hci_command_hdr {
a9de9248 1676 __le16 opcode; /* OCF & OGF */
70f23020 1677 __u8 plen;
66c853cc 1678} __packed;
1da177e4
LT
1679
1680struct hci_event_hdr {
a9de9248
MH
1681 __u8 evt;
1682 __u8 plen;
66c853cc 1683} __packed;
1da177e4
LT
1684
1685struct hci_acl_hdr {
a9de9248
MH
1686 __le16 handle; /* Handle & Flags(PB, BC) */
1687 __le16 dlen;
66c853cc 1688} __packed;
1da177e4
LT
1689
1690struct hci_sco_hdr {
a9de9248
MH
1691 __le16 handle;
1692 __u8 dlen;
66c853cc 1693} __packed;
1da177e4 1694
2a123b86
ACM
1695static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb)
1696{
a9de9248 1697 return (struct hci_event_hdr *) skb->data;
2a123b86
ACM
1698}
1699
1700static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb)
1701{
a9de9248 1702 return (struct hci_acl_hdr *) skb->data;
2a123b86
ACM
1703}
1704
1705static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb)
1706{
a9de9248 1707 return (struct hci_sco_hdr *) skb->data;
2a123b86 1708}
2a123b86 1709
1da177e4 1710/* Command opcode pack/unpack */
c3c7ea65 1711#define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10)))
1da177e4
LT
1712#define hci_opcode_ogf(op) (op >> 10)
1713#define hci_opcode_ocf(op) (op & 0x03ff)
1714
1715/* ACL handle and flags pack/unpack */
c3c7ea65 1716#define hci_handle_pack(h, f) ((__u16) ((h & 0x0fff)|(f << 12)))
1da177e4
LT
1717#define hci_handle(h) (h & 0x0fff)
1718#define hci_flags(h) (h >> 12)
1719
1720/* ---- HCI Sockets ---- */
1721
1722/* Socket options */
1723#define HCI_DATA_DIR 1
1724#define HCI_FILTER 2
1725#define HCI_TIME_STAMP 3
1726
1727/* CMSG flags */
1728#define HCI_CMSG_DIR 0x0001
1729#define HCI_CMSG_TSTAMP 0x0002
1730
1731struct sockaddr_hci {
1732 sa_family_t hci_family;
1733 unsigned short hci_dev;
c02178d2 1734 unsigned short hci_channel;
1da177e4
LT
1735};
1736#define HCI_DEV_NONE 0xffff
1737
c02178d2 1738#define HCI_CHANNEL_RAW 0
23500189 1739#define HCI_CHANNEL_USER 1
cd82e61c 1740#define HCI_CHANNEL_MONITOR 2
66f3b913 1741#define HCI_CHANNEL_CONTROL 3
c02178d2 1742
1da177e4
LT
1743struct hci_filter {
1744 unsigned long type_mask;
1745 unsigned long event_mask[2];
a9de9248 1746 __le16 opcode;
1da177e4
LT
1747};
1748
1749struct hci_ufilter {
a9de9248
MH
1750 __u32 type_mask;
1751 __u32 event_mask[2];
1752 __le16 opcode;
1da177e4
LT
1753};
1754
1755#define HCI_FLT_TYPE_BITS 31
1756#define HCI_FLT_EVENT_BITS 63
1757#define HCI_FLT_OGF_BITS 63
1758#define HCI_FLT_OCF_BITS 127
1759
1760/* ---- HCI Ioctl requests structures ---- */
1761struct hci_dev_stats {
1762 __u32 err_rx;
1763 __u32 err_tx;
1764 __u32 cmd_tx;
1765 __u32 evt_rx;
1766 __u32 acl_tx;
1767 __u32 acl_rx;
1768 __u32 sco_tx;
1769 __u32 sco_rx;
1770 __u32 byte_rx;
1771 __u32 byte_tx;
1772};
1773
1774struct hci_dev_info {
1775 __u16 dev_id;
1776 char name[8];
1777
1778 bdaddr_t bdaddr;
1779
1780 __u32 flags;
1781 __u8 type;
1782
1783 __u8 features[8];
1784
1785 __u32 pkt_type;
1786 __u32 link_policy;
1787 __u32 link_mode;
1788
1789 __u16 acl_mtu;
1790 __u16 acl_pkts;
1791 __u16 sco_mtu;
1792 __u16 sco_pkts;
1793
1794 struct hci_dev_stats stat;
1795};
1796
1797struct hci_conn_info {
1798 __u16 handle;
1799 bdaddr_t bdaddr;
a9de9248
MH
1800 __u8 type;
1801 __u8 out;
1802 __u16 state;
1803 __u32 link_mode;
1da177e4
LT
1804};
1805
1806struct hci_dev_req {
a9de9248
MH
1807 __u16 dev_id;
1808 __u32 dev_opt;
1da177e4
LT
1809};
1810
1811struct hci_dev_list_req {
1812 __u16 dev_num;
1813 struct hci_dev_req dev_req[0]; /* hci_dev_req structures */
1814};
1815
1816struct hci_conn_list_req {
1817 __u16 dev_id;
1818 __u16 conn_num;
1819 struct hci_conn_info conn_info[0];
1820};
1821
1822struct hci_conn_info_req {
1823 bdaddr_t bdaddr;
1824 __u8 type;
1825 struct hci_conn_info conn_info[0];
1826};
1827
40be492f
MH
1828struct hci_auth_info_req {
1829 bdaddr_t bdaddr;
1830 __u8 type;
1831};
1832
1da177e4
LT
1833struct hci_inquiry_req {
1834 __u16 dev_id;
1835 __u16 flags;
1836 __u8 lap[3];
1837 __u8 length;
1838 __u8 num_rsp;
1839};
1840#define IREQ_CACHE_FLUSH 0x0001
1841
1842#endif /* __HCI_H */