]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/net/bluetooth/hci.h
cf75c4391945e7ba2925f05733211ddda0f7b8cf
[karo-tx-linux.git] / include / net / bluetooth / hci.h
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
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
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
18    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19
20    ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS,
21    COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS
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
33 #define HCI_LINK_KEY_SIZE       16
34 #define HCI_AMP_LINK_KEY_SIZE   (2 * HCI_LINK_KEY_SIZE)
35
36 #define HCI_MAX_AMP_ASSOC_SIZE  672
37
38 #define HCI_MAX_CSB_DATA_SIZE   252
39
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 #define HCI_DEV_OPEN                    7
48 #define HCI_DEV_CLOSE                   8
49
50 /* HCI notify events */
51 #define HCI_NOTIFY_CONN_ADD             1
52 #define HCI_NOTIFY_CONN_DEL             2
53 #define HCI_NOTIFY_VOICE_SETTING        3
54
55 /* HCI bus types */
56 #define HCI_VIRTUAL     0
57 #define HCI_USB         1
58 #define HCI_PCCARD      2
59 #define HCI_UART        3
60 #define HCI_RS232       4
61 #define HCI_PCI         5
62 #define HCI_SDIO        6
63
64 /* HCI controller types */
65 #define HCI_BREDR       0x00
66 #define HCI_AMP         0x01
67
68 /* First BR/EDR Controller shall have ID = 0 */
69 #define AMP_ID_BREDR    0x00
70
71 /* AMP controller types */
72 #define AMP_TYPE_BREDR  0x00
73 #define AMP_TYPE_80211  0x01
74
75 /* AMP controller status */
76 #define AMP_STATUS_POWERED_DOWN                 0x00
77 #define AMP_STATUS_BLUETOOTH_ONLY               0x01
78 #define AMP_STATUS_NO_CAPACITY                  0x02
79 #define AMP_STATUS_LOW_CAPACITY                 0x03
80 #define AMP_STATUS_MEDIUM_CAPACITY              0x04
81 #define AMP_STATUS_HIGH_CAPACITY                0x05
82 #define AMP_STATUS_FULL_CAPACITY                0x06
83
84 /* HCI device quirks */
85 enum {
86         /* When this quirk is set, the HCI Reset command is send when
87          * closing the transport instead of when opening it.
88          *
89          * This quirk must be set before hci_register_dev is called.
90          */
91         HCI_QUIRK_RESET_ON_CLOSE,
92
93         /* When this quirk is set, the device is turned into a raw-only
94          * device and it will stay in unconfigured state.
95          *
96          * This quirk must be set before hci_register_dev is called.
97          */
98         HCI_QUIRK_RAW_DEVICE,
99
100         /* When this quirk is set, the buffer sizes reported by
101          * HCI Read Buffer Size command are corrected if invalid.
102          *
103          * This quirk must be set before hci_register_dev is called.
104          */
105         HCI_QUIRK_FIXUP_BUFFER_SIZE,
106
107         /* When this quirk is set, then a controller that does not
108          * indicate support for Inquiry Result with RSSI is assumed to
109          * support it anyway. Some early Bluetooth 1.2 controllers had
110          * wrongly configured local features that will require forcing
111          * them to enable this mode. Getting RSSI information with the
112          * inquiry responses is preferred since it allows for a better
113          * user expierence.
114          *
115          * This quirk must be set before hci_register_dev is called.
116          */
117         HCI_QUIRK_FIXUP_INQUIRY_MODE,
118
119         /* When this quirk is set, then the HCI Read Local Supported
120          * Commands command is not supported. In general Bluetooth 1.2
121          * and later controllers should support this command. However
122          * some controllers indicate Bluetooth 1.2 support, but do
123          * not support this command.
124          *
125          * This quirk must be set before hci_register_dev is called.
126          */
127         HCI_QUIRK_BROKEN_LOCAL_COMMANDS,
128
129         /* When this quirk is set, then no stored link key handling
130          * is performed. This is mainly due to the fact that the
131          * HCI Delete Stored Link Key command is advertised, but
132          * not supported.
133          *
134          * This quirk must be set before hci_register_dev is called.
135          */
136         HCI_QUIRK_BROKEN_STORED_LINK_KEY,
137
138         /* When this quirk is set, an external configuration step
139          * is required and will be indicated with the controller
140          * configuation.
141          *
142          * This quirk can be set before hci_register_dev is called or
143          * during the hdev->setup vendor callback.
144          */
145         HCI_QUIRK_EXTERNAL_CONFIG,
146
147         /* When this quirk is set, the public Bluetooth address
148          * initially reported by HCI Read BD Address command
149          * is considered invalid. Controller configuration is
150          * required before this device can be used.
151          *
152          * This quirk can be set before hci_register_dev is called or
153          * during the hdev->setup vendor callback.
154          */
155         HCI_QUIRK_INVALID_BDADDR,
156
157         /* When this quirk is set, the duplicate filtering during
158          * scanning is based on Bluetooth devices addresses. To allow
159          * RSSI based updates, restart scanning if needed.
160          *
161          * This quirk can be set before hci_register_dev is called or
162          * during the hdev->setup vendor callback.
163          */
164         HCI_QUIRK_STRICT_DUPLICATE_FILTER,
165
166         /* When this quirk is set, LE scan and BR/EDR inquiry is done
167          * simultaneously, otherwise it's interleaved.
168          *
169          * This quirk can be set before hci_register_dev is called or
170          * during the hdev->setup vendor callback.
171          */
172         HCI_QUIRK_SIMULTANEOUS_DISCOVERY,
173 };
174
175 /* HCI device flags */
176 enum {
177         HCI_UP,
178         HCI_INIT,
179         HCI_RUNNING,
180
181         HCI_PSCAN,
182         HCI_ISCAN,
183         HCI_AUTH,
184         HCI_ENCRYPT,
185         HCI_INQUIRY,
186
187         HCI_RAW,
188
189         HCI_RESET,
190 };
191
192 /* HCI socket flags */
193 enum {
194         HCI_SOCK_TRUSTED,
195         HCI_MGMT_INDEX_EVENTS,
196         HCI_MGMT_UNCONF_INDEX_EVENTS,
197         HCI_MGMT_EXT_INDEX_EVENTS,
198         HCI_MGMT_GENERIC_EVENTS,
199         HCI_MGMT_OOB_DATA_EVENTS,
200 };
201
202 /*
203  * BR/EDR and/or LE controller flags: the flags defined here should represent
204  * states from the controller.
205  */
206 enum {
207         HCI_SETUP,
208         HCI_CONFIG,
209         HCI_AUTO_OFF,
210         HCI_RFKILLED,
211         HCI_MGMT,
212         HCI_BONDABLE,
213         HCI_SERVICE_CACHE,
214         HCI_KEEP_DEBUG_KEYS,
215         HCI_USE_DEBUG_KEYS,
216         HCI_UNREGISTER,
217         HCI_UNCONFIGURED,
218         HCI_USER_CHANNEL,
219         HCI_EXT_CONFIGURED,
220         HCI_LE_ADV,
221         HCI_LE_SCAN,
222         HCI_SSP_ENABLED,
223         HCI_SC_ENABLED,
224         HCI_SC_ONLY,
225         HCI_PRIVACY,
226         HCI_RPA_EXPIRED,
227         HCI_RPA_RESOLVING,
228         HCI_HS_ENABLED,
229         HCI_LE_ENABLED,
230         HCI_ADVERTISING,
231         HCI_ADVERTISING_CONNECTABLE,
232         HCI_ADVERTISING_INSTANCE,
233         HCI_CONNECTABLE,
234         HCI_DISCOVERABLE,
235         HCI_LIMITED_DISCOVERABLE,
236         HCI_LINK_SECURITY,
237         HCI_PERIODIC_INQ,
238         HCI_FAST_CONNECTABLE,
239         HCI_BREDR_ENABLED,
240         HCI_LE_SCAN_INTERRUPTED,
241
242         HCI_DUT_MODE,
243         HCI_FORCE_BREDR_SMP,
244         HCI_FORCE_STATIC_ADDR,
245
246         __HCI_NUM_FLAGS,
247 };
248
249 /* HCI timeouts */
250 #define HCI_DISCONN_TIMEOUT     msecs_to_jiffies(2000)  /* 2 seconds */
251 #define HCI_PAIRING_TIMEOUT     msecs_to_jiffies(60000) /* 60 seconds */
252 #define HCI_INIT_TIMEOUT        msecs_to_jiffies(10000) /* 10 seconds */
253 #define HCI_CMD_TIMEOUT         msecs_to_jiffies(2000)  /* 2 seconds */
254 #define HCI_ACL_TX_TIMEOUT      msecs_to_jiffies(45000) /* 45 seconds */
255 #define HCI_AUTO_OFF_TIMEOUT    msecs_to_jiffies(2000)  /* 2 seconds */
256 #define HCI_POWER_OFF_TIMEOUT   msecs_to_jiffies(5000)  /* 5 seconds */
257 #define HCI_LE_CONN_TIMEOUT     msecs_to_jiffies(20000) /* 20 seconds */
258 #define HCI_LE_AUTOCONN_TIMEOUT msecs_to_jiffies(2000)  /* 2 seconds */
259
260 /* HCI data types */
261 #define HCI_COMMAND_PKT         0x01
262 #define HCI_ACLDATA_PKT         0x02
263 #define HCI_SCODATA_PKT         0x03
264 #define HCI_EVENT_PKT           0x04
265 #define HCI_DIAG_PKT            0xf0
266 #define HCI_VENDOR_PKT          0xff
267
268 /* HCI packet types */
269 #define HCI_DM1         0x0008
270 #define HCI_DM3         0x0400
271 #define HCI_DM5         0x4000
272 #define HCI_DH1         0x0010
273 #define HCI_DH3         0x0800
274 #define HCI_DH5         0x8000
275
276 #define HCI_HV1         0x0020
277 #define HCI_HV2         0x0040
278 #define HCI_HV3         0x0080
279
280 #define SCO_PTYPE_MASK  (HCI_HV1 | HCI_HV2 | HCI_HV3)
281 #define ACL_PTYPE_MASK  (~SCO_PTYPE_MASK)
282
283 /* eSCO packet types */
284 #define ESCO_HV1        0x0001
285 #define ESCO_HV2        0x0002
286 #define ESCO_HV3        0x0004
287 #define ESCO_EV3        0x0008
288 #define ESCO_EV4        0x0010
289 #define ESCO_EV5        0x0020
290 #define ESCO_2EV3       0x0040
291 #define ESCO_3EV3       0x0080
292 #define ESCO_2EV5       0x0100
293 #define ESCO_3EV5       0x0200
294
295 #define SCO_ESCO_MASK  (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
296 #define EDR_ESCO_MASK  (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5)
297
298 /* ACL flags */
299 #define ACL_START_NO_FLUSH      0x00
300 #define ACL_CONT                0x01
301 #define ACL_START               0x02
302 #define ACL_COMPLETE            0x03
303 #define ACL_ACTIVE_BCAST        0x04
304 #define ACL_PICO_BCAST          0x08
305
306 /* Baseband links */
307 #define SCO_LINK        0x00
308 #define ACL_LINK        0x01
309 #define ESCO_LINK       0x02
310 /* Low Energy links do not have defined link type. Use invented one */
311 #define LE_LINK         0x80
312 #define AMP_LINK        0x81
313 #define INVALID_LINK    0xff
314
315 /* LMP features */
316 #define LMP_3SLOT       0x01
317 #define LMP_5SLOT       0x02
318 #define LMP_ENCRYPT     0x04
319 #define LMP_SOFFSET     0x08
320 #define LMP_TACCURACY   0x10
321 #define LMP_RSWITCH     0x20
322 #define LMP_HOLD        0x40
323 #define LMP_SNIFF       0x80
324
325 #define LMP_PARK        0x01
326 #define LMP_RSSI        0x02
327 #define LMP_QUALITY     0x04
328 #define LMP_SCO         0x08
329 #define LMP_HV2         0x10
330 #define LMP_HV3         0x20
331 #define LMP_ULAW        0x40
332 #define LMP_ALAW        0x80
333
334 #define LMP_CVSD        0x01
335 #define LMP_PSCHEME     0x02
336 #define LMP_PCONTROL    0x04
337 #define LMP_TRANSPARENT 0x08
338
339 #define LMP_RSSI_INQ    0x40
340 #define LMP_ESCO        0x80
341
342 #define LMP_EV4         0x01
343 #define LMP_EV5         0x02
344 #define LMP_NO_BREDR    0x20
345 #define LMP_LE          0x40
346
347 #define LMP_SNIFF_SUBR  0x02
348 #define LMP_PAUSE_ENC   0x04
349 #define LMP_EDR_ESCO_2M 0x20
350 #define LMP_EDR_ESCO_3M 0x40
351 #define LMP_EDR_3S_ESCO 0x80
352
353 #define LMP_EXT_INQ     0x01
354 #define LMP_SIMUL_LE_BR 0x02
355 #define LMP_SIMPLE_PAIR 0x08
356 #define LMP_NO_FLUSH    0x40
357
358 #define LMP_LSTO        0x01
359 #define LMP_INQ_TX_PWR  0x02
360 #define LMP_EXTFEATURES 0x80
361
362 /* Extended LMP features */
363 #define LMP_CSB_MASTER  0x01
364 #define LMP_CSB_SLAVE   0x02
365 #define LMP_SYNC_TRAIN  0x04
366 #define LMP_SYNC_SCAN   0x08
367
368 #define LMP_SC          0x01
369 #define LMP_PING        0x02
370
371 /* Host features */
372 #define LMP_HOST_SSP            0x01
373 #define LMP_HOST_LE             0x02
374 #define LMP_HOST_LE_BREDR       0x04
375 #define LMP_HOST_SC             0x08
376
377 /* LE features */
378 #define HCI_LE_ENCRYPTION               0x01
379 #define HCI_LE_CONN_PARAM_REQ_PROC      0x02
380 #define HCI_LE_SLAVE_FEATURES           0x08
381 #define HCI_LE_PING                     0x10
382 #define HCI_LE_DATA_LEN_EXT             0x20
383 #define HCI_LE_EXT_SCAN_POLICY          0x80
384
385 /* Connection modes */
386 #define HCI_CM_ACTIVE   0x0000
387 #define HCI_CM_HOLD     0x0001
388 #define HCI_CM_SNIFF    0x0002
389 #define HCI_CM_PARK     0x0003
390
391 /* Link policies */
392 #define HCI_LP_RSWITCH  0x0001
393 #define HCI_LP_HOLD     0x0002
394 #define HCI_LP_SNIFF    0x0004
395 #define HCI_LP_PARK     0x0008
396
397 /* Link modes */
398 #define HCI_LM_ACCEPT   0x8000
399 #define HCI_LM_MASTER   0x0001
400 #define HCI_LM_AUTH     0x0002
401 #define HCI_LM_ENCRYPT  0x0004
402 #define HCI_LM_TRUSTED  0x0008
403 #define HCI_LM_RELIABLE 0x0010
404 #define HCI_LM_SECURE   0x0020
405 #define HCI_LM_FIPS     0x0040
406
407 /* Authentication types */
408 #define HCI_AT_NO_BONDING               0x00
409 #define HCI_AT_NO_BONDING_MITM          0x01
410 #define HCI_AT_DEDICATED_BONDING        0x02
411 #define HCI_AT_DEDICATED_BONDING_MITM   0x03
412 #define HCI_AT_GENERAL_BONDING          0x04
413 #define HCI_AT_GENERAL_BONDING_MITM     0x05
414
415 /* I/O capabilities */
416 #define HCI_IO_DISPLAY_ONLY     0x00
417 #define HCI_IO_DISPLAY_YESNO    0x01
418 #define HCI_IO_KEYBOARD_ONLY    0x02
419 #define HCI_IO_NO_INPUT_OUTPUT  0x03
420
421 /* Link Key types */
422 #define HCI_LK_COMBINATION              0x00
423 #define HCI_LK_LOCAL_UNIT               0x01
424 #define HCI_LK_REMOTE_UNIT              0x02
425 #define HCI_LK_DEBUG_COMBINATION        0x03
426 #define HCI_LK_UNAUTH_COMBINATION_P192  0x04
427 #define HCI_LK_AUTH_COMBINATION_P192    0x05
428 #define HCI_LK_CHANGED_COMBINATION      0x06
429 #define HCI_LK_UNAUTH_COMBINATION_P256  0x07
430 #define HCI_LK_AUTH_COMBINATION_P256    0x08
431
432 /* ---- HCI Error Codes ---- */
433 #define HCI_ERROR_UNKNOWN_CONN_ID       0x02
434 #define HCI_ERROR_AUTH_FAILURE          0x05
435 #define HCI_ERROR_MEMORY_EXCEEDED       0x07
436 #define HCI_ERROR_CONNECTION_TIMEOUT    0x08
437 #define HCI_ERROR_REJ_LIMITED_RESOURCES 0x0d
438 #define HCI_ERROR_REJ_BAD_ADDR          0x0f
439 #define HCI_ERROR_REMOTE_USER_TERM      0x13
440 #define HCI_ERROR_REMOTE_LOW_RESOURCES  0x14
441 #define HCI_ERROR_REMOTE_POWER_OFF      0x15
442 #define HCI_ERROR_LOCAL_HOST_TERM       0x16
443 #define HCI_ERROR_PAIRING_NOT_ALLOWED   0x18
444 #define HCI_ERROR_INVALID_LL_PARAMS     0x1E
445 #define HCI_ERROR_ADVERTISING_TIMEOUT   0x3c
446
447 /* Flow control modes */
448 #define HCI_FLOW_CTL_MODE_PACKET_BASED  0x00
449 #define HCI_FLOW_CTL_MODE_BLOCK_BASED   0x01
450
451 /* The core spec defines 127 as the "not available" value */
452 #define HCI_TX_POWER_INVALID    127
453 #define HCI_RSSI_INVALID        127
454
455 #define HCI_ROLE_MASTER         0x00
456 #define HCI_ROLE_SLAVE          0x01
457
458 /* Extended Inquiry Response field types */
459 #define EIR_FLAGS               0x01 /* flags */
460 #define EIR_UUID16_SOME         0x02 /* 16-bit UUID, more available */
461 #define EIR_UUID16_ALL          0x03 /* 16-bit UUID, all listed */
462 #define EIR_UUID32_SOME         0x04 /* 32-bit UUID, more available */
463 #define EIR_UUID32_ALL          0x05 /* 32-bit UUID, all listed */
464 #define EIR_UUID128_SOME        0x06 /* 128-bit UUID, more available */
465 #define EIR_UUID128_ALL         0x07 /* 128-bit UUID, all listed */
466 #define EIR_NAME_SHORT          0x08 /* shortened local name */
467 #define EIR_NAME_COMPLETE       0x09 /* complete local name */
468 #define EIR_TX_POWER            0x0A /* transmit power level */
469 #define EIR_CLASS_OF_DEV        0x0D /* Class of Device */
470 #define EIR_SSP_HASH_C192       0x0E /* Simple Pairing Hash C-192 */
471 #define EIR_SSP_RAND_R192       0x0F /* Simple Pairing Randomizer R-192 */
472 #define EIR_DEVICE_ID           0x10 /* device ID */
473 #define EIR_APPEARANCE          0x19 /* Device appearance */
474 #define EIR_LE_BDADDR           0x1B /* LE Bluetooth device address */
475 #define EIR_LE_ROLE             0x1C /* LE role */
476 #define EIR_SSP_HASH_C256       0x1D /* Simple Pairing Hash C-256 */
477 #define EIR_SSP_RAND_R256       0x1E /* Simple Pairing Rand R-256 */
478 #define EIR_LE_SC_CONFIRM       0x22 /* LE SC Confirmation Value */
479 #define EIR_LE_SC_RANDOM        0x23 /* LE SC Random Value */
480
481 /* Low Energy Advertising Flags */
482 #define LE_AD_LIMITED           0x01 /* Limited Discoverable */
483 #define LE_AD_GENERAL           0x02 /* General Discoverable */
484 #define LE_AD_NO_BREDR          0x04 /* BR/EDR not supported */
485 #define LE_AD_SIM_LE_BREDR_CTRL 0x08 /* Simultaneous LE & BR/EDR Controller */
486 #define LE_AD_SIM_LE_BREDR_HOST 0x10 /* Simultaneous LE & BR/EDR Host */
487
488 /* -----  HCI Commands ---- */
489 #define HCI_OP_NOP                      0x0000
490
491 #define HCI_OP_INQUIRY                  0x0401
492 struct hci_cp_inquiry {
493         __u8     lap[3];
494         __u8     length;
495         __u8     num_rsp;
496 } __packed;
497
498 #define HCI_OP_INQUIRY_CANCEL           0x0402
499
500 #define HCI_OP_PERIODIC_INQ             0x0403
501
502 #define HCI_OP_EXIT_PERIODIC_INQ        0x0404
503
504 #define HCI_OP_CREATE_CONN              0x0405
505 struct hci_cp_create_conn {
506         bdaddr_t bdaddr;
507         __le16   pkt_type;
508         __u8     pscan_rep_mode;
509         __u8     pscan_mode;
510         __le16   clock_offset;
511         __u8     role_switch;
512 } __packed;
513
514 #define HCI_OP_DISCONNECT               0x0406
515 struct hci_cp_disconnect {
516         __le16   handle;
517         __u8     reason;
518 } __packed;
519
520 #define HCI_OP_ADD_SCO                  0x0407
521 struct hci_cp_add_sco {
522         __le16   handle;
523         __le16   pkt_type;
524 } __packed;
525
526 #define HCI_OP_CREATE_CONN_CANCEL       0x0408
527 struct hci_cp_create_conn_cancel {
528         bdaddr_t bdaddr;
529 } __packed;
530
531 #define HCI_OP_ACCEPT_CONN_REQ          0x0409
532 struct hci_cp_accept_conn_req {
533         bdaddr_t bdaddr;
534         __u8     role;
535 } __packed;
536
537 #define HCI_OP_REJECT_CONN_REQ          0x040a
538 struct hci_cp_reject_conn_req {
539         bdaddr_t bdaddr;
540         __u8     reason;
541 } __packed;
542
543 #define HCI_OP_LINK_KEY_REPLY           0x040b
544 struct hci_cp_link_key_reply {
545         bdaddr_t bdaddr;
546         __u8     link_key[HCI_LINK_KEY_SIZE];
547 } __packed;
548
549 #define HCI_OP_LINK_KEY_NEG_REPLY       0x040c
550 struct hci_cp_link_key_neg_reply {
551         bdaddr_t bdaddr;
552 } __packed;
553
554 #define HCI_OP_PIN_CODE_REPLY           0x040d
555 struct hci_cp_pin_code_reply {
556         bdaddr_t bdaddr;
557         __u8     pin_len;
558         __u8     pin_code[16];
559 } __packed;
560 struct hci_rp_pin_code_reply {
561         __u8     status;
562         bdaddr_t bdaddr;
563 } __packed;
564
565 #define HCI_OP_PIN_CODE_NEG_REPLY       0x040e
566 struct hci_cp_pin_code_neg_reply {
567         bdaddr_t bdaddr;
568 } __packed;
569 struct hci_rp_pin_code_neg_reply {
570         __u8     status;
571         bdaddr_t bdaddr;
572 } __packed;
573
574 #define HCI_OP_CHANGE_CONN_PTYPE        0x040f
575 struct hci_cp_change_conn_ptype {
576         __le16   handle;
577         __le16   pkt_type;
578 } __packed;
579
580 #define HCI_OP_AUTH_REQUESTED           0x0411
581 struct hci_cp_auth_requested {
582         __le16   handle;
583 } __packed;
584
585 #define HCI_OP_SET_CONN_ENCRYPT         0x0413
586 struct hci_cp_set_conn_encrypt {
587         __le16   handle;
588         __u8     encrypt;
589 } __packed;
590
591 #define HCI_OP_CHANGE_CONN_LINK_KEY     0x0415
592 struct hci_cp_change_conn_link_key {
593         __le16   handle;
594 } __packed;
595
596 #define HCI_OP_REMOTE_NAME_REQ          0x0419
597 struct hci_cp_remote_name_req {
598         bdaddr_t bdaddr;
599         __u8     pscan_rep_mode;
600         __u8     pscan_mode;
601         __le16   clock_offset;
602 } __packed;
603
604 #define HCI_OP_REMOTE_NAME_REQ_CANCEL   0x041a
605 struct hci_cp_remote_name_req_cancel {
606         bdaddr_t bdaddr;
607 } __packed;
608
609 #define HCI_OP_READ_REMOTE_FEATURES     0x041b
610 struct hci_cp_read_remote_features {
611         __le16   handle;
612 } __packed;
613
614 #define HCI_OP_READ_REMOTE_EXT_FEATURES 0x041c
615 struct hci_cp_read_remote_ext_features {
616         __le16   handle;
617         __u8     page;
618 } __packed;
619
620 #define HCI_OP_READ_REMOTE_VERSION      0x041d
621 struct hci_cp_read_remote_version {
622         __le16   handle;
623 } __packed;
624
625 #define HCI_OP_READ_CLOCK_OFFSET        0x041f
626 struct hci_cp_read_clock_offset {
627         __le16   handle;
628 } __packed;
629
630 #define HCI_OP_SETUP_SYNC_CONN          0x0428
631 struct hci_cp_setup_sync_conn {
632         __le16   handle;
633         __le32   tx_bandwidth;
634         __le32   rx_bandwidth;
635         __le16   max_latency;
636         __le16   voice_setting;
637         __u8     retrans_effort;
638         __le16   pkt_type;
639 } __packed;
640
641 #define HCI_OP_ACCEPT_SYNC_CONN_REQ     0x0429
642 struct hci_cp_accept_sync_conn_req {
643         bdaddr_t bdaddr;
644         __le32   tx_bandwidth;
645         __le32   rx_bandwidth;
646         __le16   max_latency;
647         __le16   content_format;
648         __u8     retrans_effort;
649         __le16   pkt_type;
650 } __packed;
651
652 #define HCI_OP_REJECT_SYNC_CONN_REQ     0x042a
653 struct hci_cp_reject_sync_conn_req {
654         bdaddr_t bdaddr;
655         __u8     reason;
656 } __packed;
657
658 #define HCI_OP_IO_CAPABILITY_REPLY      0x042b
659 struct hci_cp_io_capability_reply {
660         bdaddr_t bdaddr;
661         __u8     capability;
662         __u8     oob_data;
663         __u8     authentication;
664 } __packed;
665
666 #define HCI_OP_USER_CONFIRM_REPLY               0x042c
667 struct hci_cp_user_confirm_reply {
668         bdaddr_t bdaddr;
669 } __packed;
670 struct hci_rp_user_confirm_reply {
671         __u8     status;
672         bdaddr_t bdaddr;
673 } __packed;
674
675 #define HCI_OP_USER_CONFIRM_NEG_REPLY   0x042d
676
677 #define HCI_OP_USER_PASSKEY_REPLY               0x042e
678 struct hci_cp_user_passkey_reply {
679         bdaddr_t bdaddr;
680         __le32  passkey;
681 } __packed;
682
683 #define HCI_OP_USER_PASSKEY_NEG_REPLY   0x042f
684
685 #define HCI_OP_REMOTE_OOB_DATA_REPLY    0x0430
686 struct hci_cp_remote_oob_data_reply {
687         bdaddr_t bdaddr;
688         __u8     hash[16];
689         __u8     rand[16];
690 } __packed;
691
692 #define HCI_OP_REMOTE_OOB_DATA_NEG_REPLY        0x0433
693 struct hci_cp_remote_oob_data_neg_reply {
694         bdaddr_t bdaddr;
695 } __packed;
696
697 #define HCI_OP_IO_CAPABILITY_NEG_REPLY  0x0434
698 struct hci_cp_io_capability_neg_reply {
699         bdaddr_t bdaddr;
700         __u8     reason;
701 } __packed;
702
703 #define HCI_OP_CREATE_PHY_LINK          0x0435
704 struct hci_cp_create_phy_link {
705         __u8     phy_handle;
706         __u8     key_len;
707         __u8     key_type;
708         __u8     key[HCI_AMP_LINK_KEY_SIZE];
709 } __packed;
710
711 #define HCI_OP_ACCEPT_PHY_LINK          0x0436
712 struct hci_cp_accept_phy_link {
713         __u8     phy_handle;
714         __u8     key_len;
715         __u8     key_type;
716         __u8     key[HCI_AMP_LINK_KEY_SIZE];
717 } __packed;
718
719 #define HCI_OP_DISCONN_PHY_LINK         0x0437
720 struct hci_cp_disconn_phy_link {
721         __u8     phy_handle;
722         __u8     reason;
723 } __packed;
724
725 struct ext_flow_spec {
726         __u8       id;
727         __u8       stype;
728         __le16     msdu;
729         __le32     sdu_itime;
730         __le32     acc_lat;
731         __le32     flush_to;
732 } __packed;
733
734 #define HCI_OP_CREATE_LOGICAL_LINK      0x0438
735 #define HCI_OP_ACCEPT_LOGICAL_LINK      0x0439
736 struct hci_cp_create_accept_logical_link {
737         __u8                  phy_handle;
738         struct ext_flow_spec  tx_flow_spec;
739         struct ext_flow_spec  rx_flow_spec;
740 } __packed;
741
742 #define HCI_OP_DISCONN_LOGICAL_LINK     0x043a
743 struct hci_cp_disconn_logical_link {
744         __le16   log_handle;
745 } __packed;
746
747 #define HCI_OP_LOGICAL_LINK_CANCEL      0x043b
748 struct hci_cp_logical_link_cancel {
749         __u8     phy_handle;
750         __u8     flow_spec_id;
751 } __packed;
752
753 struct hci_rp_logical_link_cancel {
754         __u8     status;
755         __u8     phy_handle;
756         __u8     flow_spec_id;
757 } __packed;
758
759 #define HCI_OP_SET_CSB                  0x0441
760 struct hci_cp_set_csb {
761         __u8    enable;
762         __u8    lt_addr;
763         __u8    lpo_allowed;
764         __le16  packet_type;
765         __le16  interval_min;
766         __le16  interval_max;
767         __le16  csb_sv_tout;
768 } __packed;
769 struct hci_rp_set_csb {
770         __u8    status;
771         __u8    lt_addr;
772         __le16  interval;
773 } __packed;
774
775 #define HCI_OP_START_SYNC_TRAIN         0x0443
776
777 #define HCI_OP_REMOTE_OOB_EXT_DATA_REPLY        0x0445
778 struct hci_cp_remote_oob_ext_data_reply {
779         bdaddr_t bdaddr;
780         __u8     hash192[16];
781         __u8     rand192[16];
782         __u8     hash256[16];
783         __u8     rand256[16];
784 } __packed;
785
786 #define HCI_OP_SNIFF_MODE               0x0803
787 struct hci_cp_sniff_mode {
788         __le16   handle;
789         __le16   max_interval;
790         __le16   min_interval;
791         __le16   attempt;
792         __le16   timeout;
793 } __packed;
794
795 #define HCI_OP_EXIT_SNIFF_MODE          0x0804
796 struct hci_cp_exit_sniff_mode {
797         __le16   handle;
798 } __packed;
799
800 #define HCI_OP_ROLE_DISCOVERY           0x0809
801 struct hci_cp_role_discovery {
802         __le16   handle;
803 } __packed;
804 struct hci_rp_role_discovery {
805         __u8     status;
806         __le16   handle;
807         __u8     role;
808 } __packed;
809
810 #define HCI_OP_SWITCH_ROLE              0x080b
811 struct hci_cp_switch_role {
812         bdaddr_t bdaddr;
813         __u8     role;
814 } __packed;
815
816 #define HCI_OP_READ_LINK_POLICY         0x080c
817 struct hci_cp_read_link_policy {
818         __le16   handle;
819 } __packed;
820 struct hci_rp_read_link_policy {
821         __u8     status;
822         __le16   handle;
823         __le16   policy;
824 } __packed;
825
826 #define HCI_OP_WRITE_LINK_POLICY        0x080d
827 struct hci_cp_write_link_policy {
828         __le16   handle;
829         __le16   policy;
830 } __packed;
831 struct hci_rp_write_link_policy {
832         __u8     status;
833         __le16   handle;
834 } __packed;
835
836 #define HCI_OP_READ_DEF_LINK_POLICY     0x080e
837 struct hci_rp_read_def_link_policy {
838         __u8     status;
839         __le16   policy;
840 } __packed;
841
842 #define HCI_OP_WRITE_DEF_LINK_POLICY    0x080f
843 struct hci_cp_write_def_link_policy {
844         __le16   policy;
845 } __packed;
846
847 #define HCI_OP_SNIFF_SUBRATE            0x0811
848 struct hci_cp_sniff_subrate {
849         __le16   handle;
850         __le16   max_latency;
851         __le16   min_remote_timeout;
852         __le16   min_local_timeout;
853 } __packed;
854
855 #define HCI_OP_SET_EVENT_MASK           0x0c01
856
857 #define HCI_OP_RESET                    0x0c03
858
859 #define HCI_OP_SET_EVENT_FLT            0x0c05
860 struct hci_cp_set_event_flt {
861         __u8     flt_type;
862         __u8     cond_type;
863         __u8     condition[0];
864 } __packed;
865
866 /* Filter types */
867 #define HCI_FLT_CLEAR_ALL       0x00
868 #define HCI_FLT_INQ_RESULT      0x01
869 #define HCI_FLT_CONN_SETUP      0x02
870
871 /* CONN_SETUP Condition types */
872 #define HCI_CONN_SETUP_ALLOW_ALL        0x00
873 #define HCI_CONN_SETUP_ALLOW_CLASS      0x01
874 #define HCI_CONN_SETUP_ALLOW_BDADDR     0x02
875
876 /* CONN_SETUP Conditions */
877 #define HCI_CONN_SETUP_AUTO_OFF 0x01
878 #define HCI_CONN_SETUP_AUTO_ON  0x02
879
880 #define HCI_OP_READ_STORED_LINK_KEY     0x0c0d
881 struct hci_cp_read_stored_link_key {
882         bdaddr_t bdaddr;
883         __u8     read_all;
884 } __packed;
885 struct hci_rp_read_stored_link_key {
886         __u8     status;
887         __u8     max_keys;
888         __u8     num_keys;
889 } __packed;
890
891 #define HCI_OP_DELETE_STORED_LINK_KEY   0x0c12
892 struct hci_cp_delete_stored_link_key {
893         bdaddr_t bdaddr;
894         __u8     delete_all;
895 } __packed;
896 struct hci_rp_delete_stored_link_key {
897         __u8     status;
898         __u8     num_keys;
899 } __packed;
900
901 #define HCI_MAX_NAME_LENGTH             248
902
903 #define HCI_OP_WRITE_LOCAL_NAME         0x0c13
904 struct hci_cp_write_local_name {
905         __u8     name[HCI_MAX_NAME_LENGTH];
906 } __packed;
907
908 #define HCI_OP_READ_LOCAL_NAME          0x0c14
909 struct hci_rp_read_local_name {
910         __u8     status;
911         __u8     name[HCI_MAX_NAME_LENGTH];
912 } __packed;
913
914 #define HCI_OP_WRITE_CA_TIMEOUT         0x0c16
915
916 #define HCI_OP_WRITE_PG_TIMEOUT         0x0c18
917
918 #define HCI_OP_WRITE_SCAN_ENABLE        0x0c1a
919         #define SCAN_DISABLED           0x00
920         #define SCAN_INQUIRY            0x01
921         #define SCAN_PAGE               0x02
922
923 #define HCI_OP_READ_AUTH_ENABLE         0x0c1f
924
925 #define HCI_OP_WRITE_AUTH_ENABLE        0x0c20
926         #define AUTH_DISABLED           0x00
927         #define AUTH_ENABLED            0x01
928
929 #define HCI_OP_READ_ENCRYPT_MODE        0x0c21
930
931 #define HCI_OP_WRITE_ENCRYPT_MODE       0x0c22
932         #define ENCRYPT_DISABLED        0x00
933         #define ENCRYPT_P2P             0x01
934         #define ENCRYPT_BOTH            0x02
935
936 #define HCI_OP_READ_CLASS_OF_DEV        0x0c23
937 struct hci_rp_read_class_of_dev {
938         __u8     status;
939         __u8     dev_class[3];
940 } __packed;
941
942 #define HCI_OP_WRITE_CLASS_OF_DEV       0x0c24
943 struct hci_cp_write_class_of_dev {
944         __u8     dev_class[3];
945 } __packed;
946
947 #define HCI_OP_READ_VOICE_SETTING       0x0c25
948 struct hci_rp_read_voice_setting {
949         __u8     status;
950         __le16   voice_setting;
951 } __packed;
952
953 #define HCI_OP_WRITE_VOICE_SETTING      0x0c26
954 struct hci_cp_write_voice_setting {
955         __le16   voice_setting;
956 } __packed;
957
958 #define HCI_OP_HOST_BUFFER_SIZE         0x0c33
959 struct hci_cp_host_buffer_size {
960         __le16   acl_mtu;
961         __u8     sco_mtu;
962         __le16   acl_max_pkt;
963         __le16   sco_max_pkt;
964 } __packed;
965
966 #define HCI_OP_READ_NUM_SUPPORTED_IAC   0x0c38
967 struct hci_rp_read_num_supported_iac {
968         __u8    status;
969         __u8    num_iac;
970 } __packed;
971
972 #define HCI_OP_READ_CURRENT_IAC_LAP     0x0c39
973
974 #define HCI_OP_WRITE_CURRENT_IAC_LAP    0x0c3a
975 struct hci_cp_write_current_iac_lap {
976         __u8    num_iac;
977         __u8    iac_lap[6];
978 } __packed;
979
980 #define HCI_OP_WRITE_INQUIRY_MODE       0x0c45
981
982 #define HCI_MAX_EIR_LENGTH              240
983
984 #define HCI_OP_WRITE_EIR                0x0c52
985 struct hci_cp_write_eir {
986         __u8    fec;
987         __u8    data[HCI_MAX_EIR_LENGTH];
988 } __packed;
989
990 #define HCI_OP_READ_SSP_MODE            0x0c55
991 struct hci_rp_read_ssp_mode {
992         __u8     status;
993         __u8     mode;
994 } __packed;
995
996 #define HCI_OP_WRITE_SSP_MODE           0x0c56
997 struct hci_cp_write_ssp_mode {
998         __u8     mode;
999 } __packed;
1000
1001 #define HCI_OP_READ_LOCAL_OOB_DATA              0x0c57
1002 struct hci_rp_read_local_oob_data {
1003         __u8     status;
1004         __u8     hash[16];
1005         __u8     rand[16];
1006 } __packed;
1007
1008 #define HCI_OP_READ_INQ_RSP_TX_POWER    0x0c58
1009 struct hci_rp_read_inq_rsp_tx_power {
1010         __u8     status;
1011         __s8     tx_power;
1012 } __packed;
1013
1014 #define HCI_OP_SET_EVENT_MASK_PAGE_2    0x0c63
1015
1016 #define HCI_OP_READ_LOCATION_DATA       0x0c64
1017
1018 #define HCI_OP_READ_FLOW_CONTROL_MODE   0x0c66
1019 struct hci_rp_read_flow_control_mode {
1020         __u8     status;
1021         __u8     mode;
1022 } __packed;
1023
1024 #define HCI_OP_WRITE_LE_HOST_SUPPORTED  0x0c6d
1025 struct hci_cp_write_le_host_supported {
1026         __u8    le;
1027         __u8    simul;
1028 } __packed;
1029
1030 #define HCI_OP_SET_RESERVED_LT_ADDR     0x0c74
1031 struct hci_cp_set_reserved_lt_addr {
1032         __u8    lt_addr;
1033 } __packed;
1034 struct hci_rp_set_reserved_lt_addr {
1035         __u8    status;
1036         __u8    lt_addr;
1037 } __packed;
1038
1039 #define HCI_OP_DELETE_RESERVED_LT_ADDR  0x0c75
1040 struct hci_cp_delete_reserved_lt_addr {
1041         __u8    lt_addr;
1042 } __packed;
1043 struct hci_rp_delete_reserved_lt_addr {
1044         __u8    status;
1045         __u8    lt_addr;
1046 } __packed;
1047
1048 #define HCI_OP_SET_CSB_DATA             0x0c76
1049 struct hci_cp_set_csb_data {
1050         __u8    lt_addr;
1051         __u8    fragment;
1052         __u8    data_length;
1053         __u8    data[HCI_MAX_CSB_DATA_SIZE];
1054 } __packed;
1055 struct hci_rp_set_csb_data {
1056         __u8    status;
1057         __u8    lt_addr;
1058 } __packed;
1059
1060 #define HCI_OP_READ_SYNC_TRAIN_PARAMS   0x0c77
1061
1062 #define HCI_OP_WRITE_SYNC_TRAIN_PARAMS  0x0c78
1063 struct hci_cp_write_sync_train_params {
1064         __le16  interval_min;
1065         __le16  interval_max;
1066         __le32  sync_train_tout;
1067         __u8    service_data;
1068 } __packed;
1069 struct hci_rp_write_sync_train_params {
1070         __u8    status;
1071         __le16  sync_train_int;
1072 } __packed;
1073
1074 #define HCI_OP_READ_SC_SUPPORT          0x0c79
1075 struct hci_rp_read_sc_support {
1076         __u8    status;
1077         __u8    support;
1078 } __packed;
1079
1080 #define HCI_OP_WRITE_SC_SUPPORT         0x0c7a
1081 struct hci_cp_write_sc_support {
1082         __u8    support;
1083 } __packed;
1084
1085 #define HCI_OP_READ_LOCAL_OOB_EXT_DATA  0x0c7d
1086 struct hci_rp_read_local_oob_ext_data {
1087         __u8     status;
1088         __u8     hash192[16];
1089         __u8     rand192[16];
1090         __u8     hash256[16];
1091         __u8     rand256[16];
1092 } __packed;
1093
1094 #define HCI_OP_READ_LOCAL_VERSION       0x1001
1095 struct hci_rp_read_local_version {
1096         __u8     status;
1097         __u8     hci_ver;
1098         __le16   hci_rev;
1099         __u8     lmp_ver;
1100         __le16   manufacturer;
1101         __le16   lmp_subver;
1102 } __packed;
1103
1104 #define HCI_OP_READ_LOCAL_COMMANDS      0x1002
1105 struct hci_rp_read_local_commands {
1106         __u8     status;
1107         __u8     commands[64];
1108 } __packed;
1109
1110 #define HCI_OP_READ_LOCAL_FEATURES      0x1003
1111 struct hci_rp_read_local_features {
1112         __u8     status;
1113         __u8     features[8];
1114 } __packed;
1115
1116 #define HCI_OP_READ_LOCAL_EXT_FEATURES  0x1004
1117 struct hci_cp_read_local_ext_features {
1118         __u8     page;
1119 } __packed;
1120 struct hci_rp_read_local_ext_features {
1121         __u8     status;
1122         __u8     page;
1123         __u8     max_page;
1124         __u8     features[8];
1125 } __packed;
1126
1127 #define HCI_OP_READ_BUFFER_SIZE         0x1005
1128 struct hci_rp_read_buffer_size {
1129         __u8     status;
1130         __le16   acl_mtu;
1131         __u8     sco_mtu;
1132         __le16   acl_max_pkt;
1133         __le16   sco_max_pkt;
1134 } __packed;
1135
1136 #define HCI_OP_READ_BD_ADDR             0x1009
1137 struct hci_rp_read_bd_addr {
1138         __u8     status;
1139         bdaddr_t bdaddr;
1140 } __packed;
1141
1142 #define HCI_OP_READ_DATA_BLOCK_SIZE     0x100a
1143 struct hci_rp_read_data_block_size {
1144         __u8     status;
1145         __le16   max_acl_len;
1146         __le16   block_len;
1147         __le16   num_blocks;
1148 } __packed;
1149
1150 #define HCI_OP_READ_LOCAL_CODECS        0x100b
1151
1152 #define HCI_OP_READ_PAGE_SCAN_ACTIVITY  0x0c1b
1153 struct hci_rp_read_page_scan_activity {
1154         __u8     status;
1155         __le16   interval;
1156         __le16   window;
1157 } __packed;
1158
1159 #define HCI_OP_WRITE_PAGE_SCAN_ACTIVITY 0x0c1c
1160 struct hci_cp_write_page_scan_activity {
1161         __le16   interval;
1162         __le16   window;
1163 } __packed;
1164
1165 #define HCI_OP_READ_TX_POWER            0x0c2d
1166 struct hci_cp_read_tx_power {
1167         __le16   handle;
1168         __u8     type;
1169 } __packed;
1170 struct hci_rp_read_tx_power {
1171         __u8     status;
1172         __le16   handle;
1173         __s8     tx_power;
1174 } __packed;
1175
1176 #define HCI_OP_READ_PAGE_SCAN_TYPE      0x0c46
1177 struct hci_rp_read_page_scan_type {
1178         __u8     status;
1179         __u8     type;
1180 } __packed;
1181
1182 #define HCI_OP_WRITE_PAGE_SCAN_TYPE     0x0c47
1183         #define PAGE_SCAN_TYPE_STANDARD         0x00
1184         #define PAGE_SCAN_TYPE_INTERLACED       0x01
1185
1186 #define HCI_OP_READ_RSSI                0x1405
1187 struct hci_cp_read_rssi {
1188         __le16   handle;
1189 } __packed;
1190 struct hci_rp_read_rssi {
1191         __u8     status;
1192         __le16   handle;
1193         __s8     rssi;
1194 } __packed;
1195
1196 #define HCI_OP_READ_CLOCK               0x1407
1197 struct hci_cp_read_clock {
1198         __le16   handle;
1199         __u8     which;
1200 } __packed;
1201 struct hci_rp_read_clock {
1202         __u8     status;
1203         __le16   handle;
1204         __le32   clock;
1205         __le16   accuracy;
1206 } __packed;
1207
1208 #define HCI_OP_READ_ENC_KEY_SIZE        0x1408
1209 struct hci_cp_read_enc_key_size {
1210         __le16   handle;
1211 } __packed;
1212 struct hci_rp_read_enc_key_size {
1213         __u8     status;
1214         __le16   handle;
1215         __u8     key_size;
1216 } __packed;
1217
1218 #define HCI_OP_READ_LOCAL_AMP_INFO      0x1409
1219 struct hci_rp_read_local_amp_info {
1220         __u8     status;
1221         __u8     amp_status;
1222         __le32   total_bw;
1223         __le32   max_bw;
1224         __le32   min_latency;
1225         __le32   max_pdu;
1226         __u8     amp_type;
1227         __le16   pal_cap;
1228         __le16   max_assoc_size;
1229         __le32   max_flush_to;
1230         __le32   be_flush_to;
1231 } __packed;
1232
1233 #define HCI_OP_READ_LOCAL_AMP_ASSOC     0x140a
1234 struct hci_cp_read_local_amp_assoc {
1235         __u8     phy_handle;
1236         __le16   len_so_far;
1237         __le16   max_len;
1238 } __packed;
1239 struct hci_rp_read_local_amp_assoc {
1240         __u8     status;
1241         __u8     phy_handle;
1242         __le16   rem_len;
1243         __u8     frag[0];
1244 } __packed;
1245
1246 #define HCI_OP_WRITE_REMOTE_AMP_ASSOC   0x140b
1247 struct hci_cp_write_remote_amp_assoc {
1248         __u8     phy_handle;
1249         __le16   len_so_far;
1250         __le16   rem_len;
1251         __u8     frag[0];
1252 } __packed;
1253 struct hci_rp_write_remote_amp_assoc {
1254         __u8     status;
1255         __u8     phy_handle;
1256 } __packed;
1257
1258 #define HCI_OP_GET_MWS_TRANSPORT_CONFIG 0x140c
1259
1260 #define HCI_OP_ENABLE_DUT_MODE          0x1803
1261
1262 #define HCI_OP_WRITE_SSP_DEBUG_MODE     0x1804
1263
1264 #define HCI_OP_LE_SET_EVENT_MASK        0x2001
1265 struct hci_cp_le_set_event_mask {
1266         __u8     mask[8];
1267 } __packed;
1268
1269 #define HCI_OP_LE_READ_BUFFER_SIZE      0x2002
1270 struct hci_rp_le_read_buffer_size {
1271         __u8     status;
1272         __le16   le_mtu;
1273         __u8     le_max_pkt;
1274 } __packed;
1275
1276 #define HCI_OP_LE_READ_LOCAL_FEATURES   0x2003
1277 struct hci_rp_le_read_local_features {
1278         __u8     status;
1279         __u8     features[8];
1280 } __packed;
1281
1282 #define HCI_OP_LE_SET_RANDOM_ADDR       0x2005
1283
1284 #define HCI_OP_LE_SET_ADV_PARAM         0x2006
1285 struct hci_cp_le_set_adv_param {
1286         __le16   min_interval;
1287         __le16   max_interval;
1288         __u8     type;
1289         __u8     own_address_type;
1290         __u8     direct_addr_type;
1291         bdaddr_t direct_addr;
1292         __u8     channel_map;
1293         __u8     filter_policy;
1294 } __packed;
1295
1296 #define HCI_OP_LE_READ_ADV_TX_POWER     0x2007
1297 struct hci_rp_le_read_adv_tx_power {
1298         __u8    status;
1299         __s8    tx_power;
1300 } __packed;
1301
1302 #define HCI_MAX_AD_LENGTH               31
1303
1304 #define HCI_OP_LE_SET_ADV_DATA          0x2008
1305 struct hci_cp_le_set_adv_data {
1306         __u8    length;
1307         __u8    data[HCI_MAX_AD_LENGTH];
1308 } __packed;
1309
1310 #define HCI_OP_LE_SET_SCAN_RSP_DATA     0x2009
1311 struct hci_cp_le_set_scan_rsp_data {
1312         __u8    length;
1313         __u8    data[HCI_MAX_AD_LENGTH];
1314 } __packed;
1315
1316 #define HCI_OP_LE_SET_ADV_ENABLE        0x200a
1317
1318 #define LE_SCAN_PASSIVE                 0x00
1319 #define LE_SCAN_ACTIVE                  0x01
1320
1321 #define HCI_OP_LE_SET_SCAN_PARAM        0x200b
1322 struct hci_cp_le_set_scan_param {
1323         __u8    type;
1324         __le16  interval;
1325         __le16  window;
1326         __u8    own_address_type;
1327         __u8    filter_policy;
1328 } __packed;
1329
1330 #define LE_SCAN_DISABLE                 0x00
1331 #define LE_SCAN_ENABLE                  0x01
1332 #define LE_SCAN_FILTER_DUP_DISABLE      0x00
1333 #define LE_SCAN_FILTER_DUP_ENABLE       0x01
1334
1335 #define HCI_OP_LE_SET_SCAN_ENABLE       0x200c
1336 struct hci_cp_le_set_scan_enable {
1337         __u8     enable;
1338         __u8     filter_dup;
1339 } __packed;
1340
1341 #define HCI_LE_USE_PEER_ADDR            0x00
1342 #define HCI_LE_USE_WHITELIST            0x01
1343
1344 #define HCI_OP_LE_CREATE_CONN           0x200d
1345 struct hci_cp_le_create_conn {
1346         __le16   scan_interval;
1347         __le16   scan_window;
1348         __u8     filter_policy;
1349         __u8     peer_addr_type;
1350         bdaddr_t peer_addr;
1351         __u8     own_address_type;
1352         __le16   conn_interval_min;
1353         __le16   conn_interval_max;
1354         __le16   conn_latency;
1355         __le16   supervision_timeout;
1356         __le16   min_ce_len;
1357         __le16   max_ce_len;
1358 } __packed;
1359
1360 #define HCI_OP_LE_CREATE_CONN_CANCEL    0x200e
1361
1362 #define HCI_OP_LE_READ_WHITE_LIST_SIZE  0x200f
1363 struct hci_rp_le_read_white_list_size {
1364         __u8    status;
1365         __u8    size;
1366 } __packed;
1367
1368 #define HCI_OP_LE_CLEAR_WHITE_LIST      0x2010
1369
1370 #define HCI_OP_LE_ADD_TO_WHITE_LIST     0x2011
1371 struct hci_cp_le_add_to_white_list {
1372         __u8     bdaddr_type;
1373         bdaddr_t bdaddr;
1374 } __packed;
1375
1376 #define HCI_OP_LE_DEL_FROM_WHITE_LIST   0x2012
1377 struct hci_cp_le_del_from_white_list {
1378         __u8     bdaddr_type;
1379         bdaddr_t bdaddr;
1380 } __packed;
1381
1382 #define HCI_OP_LE_CONN_UPDATE           0x2013
1383 struct hci_cp_le_conn_update {
1384         __le16   handle;
1385         __le16   conn_interval_min;
1386         __le16   conn_interval_max;
1387         __le16   conn_latency;
1388         __le16   supervision_timeout;
1389         __le16   min_ce_len;
1390         __le16   max_ce_len;
1391 } __packed;
1392
1393 #define HCI_OP_LE_READ_REMOTE_FEATURES  0x2016
1394 struct hci_cp_le_read_remote_features {
1395         __le16   handle;
1396 } __packed;
1397
1398 #define HCI_OP_LE_START_ENC             0x2019
1399 struct hci_cp_le_start_enc {
1400         __le16  handle;
1401         __le64  rand;
1402         __le16  ediv;
1403         __u8    ltk[16];
1404 } __packed;
1405
1406 #define HCI_OP_LE_LTK_REPLY             0x201a
1407 struct hci_cp_le_ltk_reply {
1408         __le16  handle;
1409         __u8    ltk[16];
1410 } __packed;
1411 struct hci_rp_le_ltk_reply {
1412         __u8    status;
1413         __le16  handle;
1414 } __packed;
1415
1416 #define HCI_OP_LE_LTK_NEG_REPLY         0x201b
1417 struct hci_cp_le_ltk_neg_reply {
1418         __le16  handle;
1419 } __packed;
1420 struct hci_rp_le_ltk_neg_reply {
1421         __u8    status;
1422         __le16  handle;
1423 } __packed;
1424
1425 #define HCI_OP_LE_READ_SUPPORTED_STATES 0x201c
1426 struct hci_rp_le_read_supported_states {
1427         __u8    status;
1428         __u8    le_states[8];
1429 } __packed;
1430
1431 #define HCI_OP_LE_CONN_PARAM_REQ_REPLY  0x2020
1432 struct hci_cp_le_conn_param_req_reply {
1433         __le16  handle;
1434         __le16  interval_min;
1435         __le16  interval_max;
1436         __le16  latency;
1437         __le16  timeout;
1438         __le16  min_ce_len;
1439         __le16  max_ce_len;
1440 } __packed;
1441
1442 #define HCI_OP_LE_CONN_PARAM_REQ_NEG_REPLY      0x2021
1443 struct hci_cp_le_conn_param_req_neg_reply {
1444         __le16  handle;
1445         __u8    reason;
1446 } __packed;
1447
1448 #define HCI_OP_LE_SET_DATA_LEN          0x2022
1449 struct hci_cp_le_set_data_len {
1450         __le16  handle;
1451         __le16  tx_len;
1452         __le16  tx_time;
1453 } __packed;
1454 struct hci_rp_le_set_data_len {
1455         __u8    status;
1456         __le16  handle;
1457 } __packed;
1458
1459 #define HCI_OP_LE_READ_DEF_DATA_LEN     0x2023
1460 struct hci_rp_le_read_def_data_len {
1461         __u8    status;
1462         __le16  tx_len;
1463         __le16  tx_time;
1464 } __packed;
1465
1466 #define HCI_OP_LE_WRITE_DEF_DATA_LEN    0x2024
1467 struct hci_cp_le_write_def_data_len {
1468         __le16  tx_len;
1469         __le16  tx_time;
1470 } __packed;
1471
1472 #define HCI_OP_LE_READ_MAX_DATA_LEN     0x202f
1473 struct hci_rp_le_read_max_data_len {
1474         __u8    status;
1475         __le16  tx_len;
1476         __le16  tx_time;
1477         __le16  rx_len;
1478         __le16  rx_time;
1479 } __packed;
1480
1481 /* ---- HCI Events ---- */
1482 #define HCI_EV_INQUIRY_COMPLETE         0x01
1483
1484 #define HCI_EV_INQUIRY_RESULT           0x02
1485 struct inquiry_info {
1486         bdaddr_t bdaddr;
1487         __u8     pscan_rep_mode;
1488         __u8     pscan_period_mode;
1489         __u8     pscan_mode;
1490         __u8     dev_class[3];
1491         __le16   clock_offset;
1492 } __packed;
1493
1494 #define HCI_EV_CONN_COMPLETE            0x03
1495 struct hci_ev_conn_complete {
1496         __u8     status;
1497         __le16   handle;
1498         bdaddr_t bdaddr;
1499         __u8     link_type;
1500         __u8     encr_mode;
1501 } __packed;
1502
1503 #define HCI_EV_CONN_REQUEST             0x04
1504 struct hci_ev_conn_request {
1505         bdaddr_t bdaddr;
1506         __u8     dev_class[3];
1507         __u8     link_type;
1508 } __packed;
1509
1510 #define HCI_EV_DISCONN_COMPLETE         0x05
1511 struct hci_ev_disconn_complete {
1512         __u8     status;
1513         __le16   handle;
1514         __u8     reason;
1515 } __packed;
1516
1517 #define HCI_EV_AUTH_COMPLETE            0x06
1518 struct hci_ev_auth_complete {
1519         __u8     status;
1520         __le16   handle;
1521 } __packed;
1522
1523 #define HCI_EV_REMOTE_NAME              0x07
1524 struct hci_ev_remote_name {
1525         __u8     status;
1526         bdaddr_t bdaddr;
1527         __u8     name[HCI_MAX_NAME_LENGTH];
1528 } __packed;
1529
1530 #define HCI_EV_ENCRYPT_CHANGE           0x08
1531 struct hci_ev_encrypt_change {
1532         __u8     status;
1533         __le16   handle;
1534         __u8     encrypt;
1535 } __packed;
1536
1537 #define HCI_EV_CHANGE_LINK_KEY_COMPLETE 0x09
1538 struct hci_ev_change_link_key_complete {
1539         __u8     status;
1540         __le16   handle;
1541 } __packed;
1542
1543 #define HCI_EV_REMOTE_FEATURES          0x0b
1544 struct hci_ev_remote_features {
1545         __u8     status;
1546         __le16   handle;
1547         __u8     features[8];
1548 } __packed;
1549
1550 #define HCI_EV_REMOTE_VERSION           0x0c
1551 struct hci_ev_remote_version {
1552         __u8     status;
1553         __le16   handle;
1554         __u8     lmp_ver;
1555         __le16   manufacturer;
1556         __le16   lmp_subver;
1557 } __packed;
1558
1559 #define HCI_EV_QOS_SETUP_COMPLETE       0x0d
1560 struct hci_qos {
1561         __u8     service_type;
1562         __u32    token_rate;
1563         __u32    peak_bandwidth;
1564         __u32    latency;
1565         __u32    delay_variation;
1566 } __packed;
1567 struct hci_ev_qos_setup_complete {
1568         __u8     status;
1569         __le16   handle;
1570         struct   hci_qos qos;
1571 } __packed;
1572
1573 #define HCI_EV_CMD_COMPLETE             0x0e
1574 struct hci_ev_cmd_complete {
1575         __u8     ncmd;
1576         __le16   opcode;
1577 } __packed;
1578
1579 #define HCI_EV_CMD_STATUS               0x0f
1580 struct hci_ev_cmd_status {
1581         __u8     status;
1582         __u8     ncmd;
1583         __le16   opcode;
1584 } __packed;
1585
1586 #define HCI_EV_HARDWARE_ERROR           0x10
1587 struct hci_ev_hardware_error {
1588         __u8     code;
1589 } __packed;
1590
1591 #define HCI_EV_ROLE_CHANGE              0x12
1592 struct hci_ev_role_change {
1593         __u8     status;
1594         bdaddr_t bdaddr;
1595         __u8     role;
1596 } __packed;
1597
1598 #define HCI_EV_NUM_COMP_PKTS            0x13
1599 struct hci_comp_pkts_info {
1600         __le16   handle;
1601         __le16   count;
1602 } __packed;
1603
1604 struct hci_ev_num_comp_pkts {
1605         __u8     num_hndl;
1606         struct hci_comp_pkts_info handles[0];
1607 } __packed;
1608
1609 #define HCI_EV_MODE_CHANGE              0x14
1610 struct hci_ev_mode_change {
1611         __u8     status;
1612         __le16   handle;
1613         __u8     mode;
1614         __le16   interval;
1615 } __packed;
1616
1617 #define HCI_EV_PIN_CODE_REQ             0x16
1618 struct hci_ev_pin_code_req {
1619         bdaddr_t bdaddr;
1620 } __packed;
1621
1622 #define HCI_EV_LINK_KEY_REQ             0x17
1623 struct hci_ev_link_key_req {
1624         bdaddr_t bdaddr;
1625 } __packed;
1626
1627 #define HCI_EV_LINK_KEY_NOTIFY          0x18
1628 struct hci_ev_link_key_notify {
1629         bdaddr_t bdaddr;
1630         __u8     link_key[HCI_LINK_KEY_SIZE];
1631         __u8     key_type;
1632 } __packed;
1633
1634 #define HCI_EV_CLOCK_OFFSET             0x1c
1635 struct hci_ev_clock_offset {
1636         __u8     status;
1637         __le16   handle;
1638         __le16   clock_offset;
1639 } __packed;
1640
1641 #define HCI_EV_PKT_TYPE_CHANGE          0x1d
1642 struct hci_ev_pkt_type_change {
1643         __u8     status;
1644         __le16   handle;
1645         __le16   pkt_type;
1646 } __packed;
1647
1648 #define HCI_EV_PSCAN_REP_MODE           0x20
1649 struct hci_ev_pscan_rep_mode {
1650         bdaddr_t bdaddr;
1651         __u8     pscan_rep_mode;
1652 } __packed;
1653
1654 #define HCI_EV_INQUIRY_RESULT_WITH_RSSI 0x22
1655 struct inquiry_info_with_rssi {
1656         bdaddr_t bdaddr;
1657         __u8     pscan_rep_mode;
1658         __u8     pscan_period_mode;
1659         __u8     dev_class[3];
1660         __le16   clock_offset;
1661         __s8     rssi;
1662 } __packed;
1663 struct inquiry_info_with_rssi_and_pscan_mode {
1664         bdaddr_t bdaddr;
1665         __u8     pscan_rep_mode;
1666         __u8     pscan_period_mode;
1667         __u8     pscan_mode;
1668         __u8     dev_class[3];
1669         __le16   clock_offset;
1670         __s8     rssi;
1671 } __packed;
1672
1673 #define HCI_EV_REMOTE_EXT_FEATURES      0x23
1674 struct hci_ev_remote_ext_features {
1675         __u8     status;
1676         __le16   handle;
1677         __u8     page;
1678         __u8     max_page;
1679         __u8     features[8];
1680 } __packed;
1681
1682 #define HCI_EV_SYNC_CONN_COMPLETE       0x2c
1683 struct hci_ev_sync_conn_complete {
1684         __u8     status;
1685         __le16   handle;
1686         bdaddr_t bdaddr;
1687         __u8     link_type;
1688         __u8     tx_interval;
1689         __u8     retrans_window;
1690         __le16   rx_pkt_len;
1691         __le16   tx_pkt_len;
1692         __u8     air_mode;
1693 } __packed;
1694
1695 #define HCI_EV_SYNC_CONN_CHANGED        0x2d
1696 struct hci_ev_sync_conn_changed {
1697         __u8     status;
1698         __le16   handle;
1699         __u8     tx_interval;
1700         __u8     retrans_window;
1701         __le16   rx_pkt_len;
1702         __le16   tx_pkt_len;
1703 } __packed;
1704
1705 #define HCI_EV_SNIFF_SUBRATE            0x2e
1706 struct hci_ev_sniff_subrate {
1707         __u8     status;
1708         __le16   handle;
1709         __le16   max_tx_latency;
1710         __le16   max_rx_latency;
1711         __le16   max_remote_timeout;
1712         __le16   max_local_timeout;
1713 } __packed;
1714
1715 #define HCI_EV_EXTENDED_INQUIRY_RESULT  0x2f
1716 struct extended_inquiry_info {
1717         bdaddr_t bdaddr;
1718         __u8     pscan_rep_mode;
1719         __u8     pscan_period_mode;
1720         __u8     dev_class[3];
1721         __le16   clock_offset;
1722         __s8     rssi;
1723         __u8     data[240];
1724 } __packed;
1725
1726 #define HCI_EV_KEY_REFRESH_COMPLETE     0x30
1727 struct hci_ev_key_refresh_complete {
1728         __u8    status;
1729         __le16  handle;
1730 } __packed;
1731
1732 #define HCI_EV_IO_CAPA_REQUEST          0x31
1733 struct hci_ev_io_capa_request {
1734         bdaddr_t bdaddr;
1735 } __packed;
1736
1737 #define HCI_EV_IO_CAPA_REPLY            0x32
1738 struct hci_ev_io_capa_reply {
1739         bdaddr_t bdaddr;
1740         __u8     capability;
1741         __u8     oob_data;
1742         __u8     authentication;
1743 } __packed;
1744
1745 #define HCI_EV_USER_CONFIRM_REQUEST     0x33
1746 struct hci_ev_user_confirm_req {
1747         bdaddr_t        bdaddr;
1748         __le32          passkey;
1749 } __packed;
1750
1751 #define HCI_EV_USER_PASSKEY_REQUEST     0x34
1752 struct hci_ev_user_passkey_req {
1753         bdaddr_t        bdaddr;
1754 } __packed;
1755
1756 #define HCI_EV_REMOTE_OOB_DATA_REQUEST  0x35
1757 struct hci_ev_remote_oob_data_request {
1758         bdaddr_t bdaddr;
1759 } __packed;
1760
1761 #define HCI_EV_SIMPLE_PAIR_COMPLETE     0x36
1762 struct hci_ev_simple_pair_complete {
1763         __u8     status;
1764         bdaddr_t bdaddr;
1765 } __packed;
1766
1767 #define HCI_EV_USER_PASSKEY_NOTIFY      0x3b
1768 struct hci_ev_user_passkey_notify {
1769         bdaddr_t        bdaddr;
1770         __le32          passkey;
1771 } __packed;
1772
1773 #define HCI_KEYPRESS_STARTED            0
1774 #define HCI_KEYPRESS_ENTERED            1
1775 #define HCI_KEYPRESS_ERASED             2
1776 #define HCI_KEYPRESS_CLEARED            3
1777 #define HCI_KEYPRESS_COMPLETED          4
1778
1779 #define HCI_EV_KEYPRESS_NOTIFY          0x3c
1780 struct hci_ev_keypress_notify {
1781         bdaddr_t        bdaddr;
1782         __u8            type;
1783 } __packed;
1784
1785 #define HCI_EV_REMOTE_HOST_FEATURES     0x3d
1786 struct hci_ev_remote_host_features {
1787         bdaddr_t bdaddr;
1788         __u8     features[8];
1789 } __packed;
1790
1791 #define HCI_EV_LE_META                  0x3e
1792 struct hci_ev_le_meta {
1793         __u8     subevent;
1794 } __packed;
1795
1796 #define HCI_EV_PHY_LINK_COMPLETE        0x40
1797 struct hci_ev_phy_link_complete {
1798         __u8     status;
1799         __u8     phy_handle;
1800 } __packed;
1801
1802 #define HCI_EV_CHANNEL_SELECTED         0x41
1803 struct hci_ev_channel_selected {
1804         __u8     phy_handle;
1805 } __packed;
1806
1807 #define HCI_EV_DISCONN_PHY_LINK_COMPLETE        0x42
1808 struct hci_ev_disconn_phy_link_complete {
1809         __u8     status;
1810         __u8     phy_handle;
1811         __u8     reason;
1812 } __packed;
1813
1814 #define HCI_EV_LOGICAL_LINK_COMPLETE            0x45
1815 struct hci_ev_logical_link_complete {
1816         __u8     status;
1817         __le16   handle;
1818         __u8     phy_handle;
1819         __u8     flow_spec_id;
1820 } __packed;
1821
1822 #define HCI_EV_DISCONN_LOGICAL_LINK_COMPLETE    0x46
1823 struct hci_ev_disconn_logical_link_complete {
1824         __u8     status;
1825         __le16   handle;
1826         __u8     reason;
1827 } __packed;
1828
1829 #define HCI_EV_NUM_COMP_BLOCKS          0x48
1830 struct hci_comp_blocks_info {
1831         __le16   handle;
1832         __le16   pkts;
1833         __le16   blocks;
1834 } __packed;
1835
1836 struct hci_ev_num_comp_blocks {
1837         __le16   num_blocks;
1838         __u8     num_hndl;
1839         struct hci_comp_blocks_info handles[0];
1840 } __packed;
1841
1842 #define HCI_EV_SYNC_TRAIN_COMPLETE      0x4F
1843 struct hci_ev_sync_train_complete {
1844         __u8    status;
1845 } __packed;
1846
1847 #define HCI_EV_SLAVE_PAGE_RESP_TIMEOUT  0x54
1848
1849 #define HCI_EV_LE_CONN_COMPLETE         0x01
1850 struct hci_ev_le_conn_complete {
1851         __u8     status;
1852         __le16   handle;
1853         __u8     role;
1854         __u8     bdaddr_type;
1855         bdaddr_t bdaddr;
1856         __le16   interval;
1857         __le16   latency;
1858         __le16   supervision_timeout;
1859         __u8     clk_accurancy;
1860 } __packed;
1861
1862 /* Advertising report event types */
1863 #define LE_ADV_IND              0x00
1864 #define LE_ADV_DIRECT_IND       0x01
1865 #define LE_ADV_SCAN_IND         0x02
1866 #define LE_ADV_NONCONN_IND      0x03
1867 #define LE_ADV_SCAN_RSP         0x04
1868
1869 #define ADDR_LE_DEV_PUBLIC      0x00
1870 #define ADDR_LE_DEV_RANDOM      0x01
1871
1872 #define HCI_EV_LE_ADVERTISING_REPORT    0x02
1873 struct hci_ev_le_advertising_info {
1874         __u8     evt_type;
1875         __u8     bdaddr_type;
1876         bdaddr_t bdaddr;
1877         __u8     length;
1878         __u8     data[0];
1879 } __packed;
1880
1881 #define HCI_EV_LE_CONN_UPDATE_COMPLETE  0x03
1882 struct hci_ev_le_conn_update_complete {
1883         __u8     status;
1884         __le16   handle;
1885         __le16   interval;
1886         __le16   latency;
1887         __le16   supervision_timeout;
1888 } __packed;
1889
1890 #define HCI_EV_LE_REMOTE_FEAT_COMPLETE  0x04
1891 struct hci_ev_le_remote_feat_complete {
1892         __u8     status;
1893         __le16   handle;
1894         __u8     features[8];
1895 } __packed;
1896
1897 #define HCI_EV_LE_LTK_REQ               0x05
1898 struct hci_ev_le_ltk_req {
1899         __le16  handle;
1900         __le64  rand;
1901         __le16  ediv;
1902 } __packed;
1903
1904 #define HCI_EV_LE_REMOTE_CONN_PARAM_REQ 0x06
1905 struct hci_ev_le_remote_conn_param_req {
1906         __le16 handle;
1907         __le16 interval_min;
1908         __le16 interval_max;
1909         __le16 latency;
1910         __le16 timeout;
1911 } __packed;
1912
1913 #define HCI_EV_LE_DATA_LEN_CHANGE       0x07
1914 struct hci_ev_le_data_len_change {
1915         __le16  handle;
1916         __le16  tx_len;
1917         __le16  tx_time;
1918         __le16  rx_len;
1919         __le16  rx_time;
1920 } __packed;
1921
1922 #define HCI_EV_LE_DIRECT_ADV_REPORT     0x0B
1923 struct hci_ev_le_direct_adv_info {
1924         __u8     evt_type;
1925         __u8     bdaddr_type;
1926         bdaddr_t bdaddr;
1927         __u8     direct_addr_type;
1928         bdaddr_t direct_addr;
1929         __s8     rssi;
1930 } __packed;
1931
1932 /* Internal events generated by Bluetooth stack */
1933 #define HCI_EV_STACK_INTERNAL   0xfd
1934 struct hci_ev_stack_internal {
1935         __u16    type;
1936         __u8     data[0];
1937 } __packed;
1938
1939 #define HCI_EV_SI_DEVICE        0x01
1940 struct hci_ev_si_device {
1941         __u16    event;
1942         __u16    dev_id;
1943 } __packed;
1944
1945 #define HCI_EV_SI_SECURITY      0x02
1946 struct hci_ev_si_security {
1947         __u16    event;
1948         __u16    proto;
1949         __u16    subproto;
1950         __u8     incoming;
1951 } __packed;
1952
1953 /* ---- HCI Packet structures ---- */
1954 #define HCI_COMMAND_HDR_SIZE 3
1955 #define HCI_EVENT_HDR_SIZE   2
1956 #define HCI_ACL_HDR_SIZE     4
1957 #define HCI_SCO_HDR_SIZE     3
1958
1959 struct hci_command_hdr {
1960         __le16  opcode;         /* OCF & OGF */
1961         __u8    plen;
1962 } __packed;
1963
1964 struct hci_event_hdr {
1965         __u8    evt;
1966         __u8    plen;
1967 } __packed;
1968
1969 struct hci_acl_hdr {
1970         __le16  handle;         /* Handle & Flags(PB, BC) */
1971         __le16  dlen;
1972 } __packed;
1973
1974 struct hci_sco_hdr {
1975         __le16  handle;
1976         __u8    dlen;
1977 } __packed;
1978
1979 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb)
1980 {
1981         return (struct hci_event_hdr *) skb->data;
1982 }
1983
1984 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb)
1985 {
1986         return (struct hci_acl_hdr *) skb->data;
1987 }
1988
1989 static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb)
1990 {
1991         return (struct hci_sco_hdr *) skb->data;
1992 }
1993
1994 /* Command opcode pack/unpack */
1995 #define hci_opcode_pack(ogf, ocf)       ((__u16) ((ocf & 0x03ff)|(ogf << 10)))
1996 #define hci_opcode_ogf(op)              (op >> 10)
1997 #define hci_opcode_ocf(op)              (op & 0x03ff)
1998
1999 /* ACL handle and flags pack/unpack */
2000 #define hci_handle_pack(h, f)   ((__u16) ((h & 0x0fff)|(f << 12)))
2001 #define hci_handle(h)           (h & 0x0fff)
2002 #define hci_flags(h)            (h >> 12)
2003
2004 #endif /* __HCI_H */