xref: /openbmc/linux/include/net/bluetooth/hci.h (revision 039d4e410c06ed446566105a0a1c6ce9cad6b56b)
11da177e4SLinus Torvalds /*
21da177e4SLinus Torvalds    BlueZ - Bluetooth protocol stack for Linux
31da177e4SLinus Torvalds    Copyright (C) 2000-2001 Qualcomm Incorporated
41da177e4SLinus Torvalds 
51da177e4SLinus Torvalds    Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
61da177e4SLinus Torvalds 
71da177e4SLinus Torvalds    This program is free software; you can redistribute it and/or modify
81da177e4SLinus Torvalds    it under the terms of the GNU General Public License version 2 as
91da177e4SLinus Torvalds    published by the Free Software Foundation;
101da177e4SLinus Torvalds 
111da177e4SLinus Torvalds    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
121da177e4SLinus Torvalds    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
131da177e4SLinus Torvalds    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
141da177e4SLinus Torvalds    IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) AND AUTHOR(S) BE LIABLE FOR ANY
151da177e4SLinus Torvalds    CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
161da177e4SLinus Torvalds    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
171da177e4SLinus Torvalds    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
181da177e4SLinus Torvalds    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
191da177e4SLinus Torvalds 
201da177e4SLinus Torvalds    ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PATENTS,
211da177e4SLinus Torvalds    COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS
221da177e4SLinus Torvalds    SOFTWARE IS DISCLAIMED.
231da177e4SLinus Torvalds */
241da177e4SLinus Torvalds 
251da177e4SLinus Torvalds #ifndef __HCI_H
261da177e4SLinus Torvalds #define __HCI_H
271da177e4SLinus Torvalds 
281da177e4SLinus Torvalds #define HCI_MAX_ACL_SIZE	1024
291da177e4SLinus Torvalds #define HCI_MAX_SCO_SIZE	255
301da177e4SLinus Torvalds #define HCI_MAX_EVENT_SIZE	260
311da177e4SLinus Torvalds #define HCI_MAX_FRAME_SIZE	(HCI_MAX_ACL_SIZE + 4)
321da177e4SLinus Torvalds 
339b3b4460SAndrei Emeltchenko #define HCI_LINK_KEY_SIZE	16
34523e93cdSAndrei Emeltchenko #define HCI_AMP_LINK_KEY_SIZE	(2 * HCI_LINK_KEY_SIZE)
359b3b4460SAndrei Emeltchenko 
36903e4541SAndrei Emeltchenko #define HCI_MAX_AMP_ASSOC_SIZE	672
37903e4541SAndrei Emeltchenko 
387d1dab49SDoHyun Pyun #define HCI_MAX_CSB_DATA_SIZE	252
397d1dab49SDoHyun Pyun 
401da177e4SLinus Torvalds /* HCI dev events */
411da177e4SLinus Torvalds #define HCI_DEV_REG			1
421da177e4SLinus Torvalds #define HCI_DEV_UNREG			2
431da177e4SLinus Torvalds #define HCI_DEV_UP			3
441da177e4SLinus Torvalds #define HCI_DEV_DOWN			4
451da177e4SLinus Torvalds #define HCI_DEV_SUSPEND			5
461da177e4SLinus Torvalds #define HCI_DEV_RESUME			6
471da177e4SLinus Torvalds 
481da177e4SLinus Torvalds /* HCI notify events */
491da177e4SLinus Torvalds #define HCI_NOTIFY_CONN_ADD		1
501da177e4SLinus Torvalds #define HCI_NOTIFY_CONN_DEL		2
511da177e4SLinus Torvalds #define HCI_NOTIFY_VOICE_SETTING	3
521da177e4SLinus Torvalds 
53c13854ceSMarcel Holtmann /* HCI bus types */
540ac53939SMarcel Holtmann #define HCI_VIRTUAL	0
551da177e4SLinus Torvalds #define HCI_USB		1
561da177e4SLinus Torvalds #define HCI_PCCARD	2
571da177e4SLinus Torvalds #define HCI_UART	3
581da177e4SLinus Torvalds #define HCI_RS232	4
591da177e4SLinus Torvalds #define HCI_PCI		5
600ac53939SMarcel Holtmann #define HCI_SDIO	6
611da177e4SLinus Torvalds 
62943da25dSMarcel Holtmann /* HCI controller types */
63943da25dSMarcel Holtmann #define HCI_BREDR	0x00
648f1e1742SDavid Vrabel #define HCI_AMP		0x01
65943da25dSMarcel Holtmann 
668598d064SAndrei Emeltchenko /* First BR/EDR Controller shall have ID = 0 */
676ed971caSMarcel Holtmann #define AMP_ID_BREDR	0x00
688598d064SAndrei Emeltchenko 
697c13823dSMarcel Holtmann /* AMP controller types */
707c13823dSMarcel Holtmann #define AMP_TYPE_BREDR	0x00
717c13823dSMarcel Holtmann #define AMP_TYPE_80211	0x01
727c13823dSMarcel Holtmann 
73ab846ec4SAndrei Emeltchenko /* AMP controller status */
74536619e8SMarcel Holtmann #define AMP_STATUS_POWERED_DOWN			0x00
75536619e8SMarcel Holtmann #define AMP_STATUS_BLUETOOTH_ONLY		0x01
76536619e8SMarcel Holtmann #define AMP_STATUS_NO_CAPACITY			0x02
77536619e8SMarcel Holtmann #define AMP_STATUS_LOW_CAPACITY			0x03
78536619e8SMarcel Holtmann #define AMP_STATUS_MEDIUM_CAPACITY		0x04
79536619e8SMarcel Holtmann #define AMP_STATUS_HIGH_CAPACITY		0x05
80536619e8SMarcel Holtmann #define AMP_STATUS_FULL_CAPACITY		0x06
81ab846ec4SAndrei Emeltchenko 
821da177e4SLinus Torvalds /* HCI device quirks */
831da177e4SLinus Torvalds enum {
84118305b5SMarcel Holtmann 	/* When this quirk is set, the HCI Reset command is send when
85118305b5SMarcel Holtmann 	 * closing the transport instead of when opening it.
86118305b5SMarcel Holtmann 	 *
87118305b5SMarcel Holtmann 	 * This quirk must be set before hci_register_dev is called.
88118305b5SMarcel Holtmann 	 */
89a6c511c6SSzymon Janc 	HCI_QUIRK_RESET_ON_CLOSE,
90118305b5SMarcel Holtmann 
91118305b5SMarcel Holtmann 	/* When this quirk is set, the device is turned into a raw-only
92118305b5SMarcel Holtmann 	 * device and it will stay in unconfigured state.
93118305b5SMarcel Holtmann 	 *
94118305b5SMarcel Holtmann 	 * This quirk must be set before hci_register_dev is called.
95118305b5SMarcel Holtmann 	 */
96da1f5198SMarcel Holtmann 	HCI_QUIRK_RAW_DEVICE,
97118305b5SMarcel Holtmann 
98118305b5SMarcel Holtmann 	/* When this quirk is set, the buffer sizes reported by
99118305b5SMarcel Holtmann 	 * HCI Read Buffer Size command are corrected if invalid.
100118305b5SMarcel Holtmann 	 *
101118305b5SMarcel Holtmann 	 * This quirk must be set before hci_register_dev is called.
102118305b5SMarcel Holtmann 	 */
103f9f462faSMarcel Holtmann 	HCI_QUIRK_FIXUP_BUFFER_SIZE,
104118305b5SMarcel Holtmann 
105043ec9bfSMarcel Holtmann 	/* When this quirk is set, then a controller that does not
106043ec9bfSMarcel Holtmann 	 * indicate support for Inquiry Result with RSSI is assumed to
107043ec9bfSMarcel Holtmann 	 * support it anyway. Some early Bluetooth 1.2 controllers had
108043ec9bfSMarcel Holtmann 	 * wrongly configured local features that will require forcing
109043ec9bfSMarcel Holtmann 	 * them to enable this mode. Getting RSSI information with the
110043ec9bfSMarcel Holtmann 	 * inquiry responses is preferred since it allows for a better
111043ec9bfSMarcel Holtmann 	 * user expierence.
112043ec9bfSMarcel Holtmann 	 *
113043ec9bfSMarcel Holtmann 	 * This quirk must be set before hci_register_dev is called.
114043ec9bfSMarcel Holtmann 	 */
115043ec9bfSMarcel Holtmann 	HCI_QUIRK_FIXUP_INQUIRY_MODE,
116043ec9bfSMarcel Holtmann 
117711ffa78SMarcel Holtmann 	/* When this quirk is set, then the HCI Read Local Supported
118711ffa78SMarcel Holtmann 	 * Commands command is not supported. In general Bluetooth 1.2
119711ffa78SMarcel Holtmann 	 * and later controllers should support this command. However
120711ffa78SMarcel Holtmann 	 * some controllers indicate Bluetooth 1.2 support, but do
121711ffa78SMarcel Holtmann 	 * not support this command.
122711ffa78SMarcel Holtmann 	 *
123711ffa78SMarcel Holtmann 	 * This quirk must be set before hci_register_dev is called.
124711ffa78SMarcel Holtmann 	 */
125711ffa78SMarcel Holtmann 	HCI_QUIRK_BROKEN_LOCAL_COMMANDS,
126711ffa78SMarcel Holtmann 
127118305b5SMarcel Holtmann 	/* When this quirk is set, then no stored link key handling
128118305b5SMarcel Holtmann 	 * is performed. This is mainly due to the fact that the
129118305b5SMarcel Holtmann 	 * HCI Delete Stored Link Key command is advertised, but
130118305b5SMarcel Holtmann 	 * not supported.
131118305b5SMarcel Holtmann 	 *
132118305b5SMarcel Holtmann 	 * This quirk must be set before hci_register_dev is called.
133118305b5SMarcel Holtmann 	 */
134f9f462faSMarcel Holtmann 	HCI_QUIRK_BROKEN_STORED_LINK_KEY,
13589bc22d2SMarcel Holtmann 
136eb1904f4SMarcel Holtmann 	/* When this quirk is set, an external configuration step
137eb1904f4SMarcel Holtmann 	 * is required and will be indicated with the controller
138eb1904f4SMarcel Holtmann 	 * configuation.
139eb1904f4SMarcel Holtmann 	 *
140eb1904f4SMarcel Holtmann 	 * This quirk can be set before hci_register_dev is called or
141eb1904f4SMarcel Holtmann 	 * during the hdev->setup vendor callback.
142eb1904f4SMarcel Holtmann 	 */
143eb1904f4SMarcel Holtmann 	HCI_QUIRK_EXTERNAL_CONFIG,
144eb1904f4SMarcel Holtmann 
14589bc22d2SMarcel Holtmann 	/* When this quirk is set, the public Bluetooth address
14689bc22d2SMarcel Holtmann 	 * initially reported by HCI Read BD Address command
14789bc22d2SMarcel Holtmann 	 * is considered invalid. Controller configuration is
14889bc22d2SMarcel Holtmann 	 * required before this device can be used.
14989bc22d2SMarcel Holtmann 	 *
15089bc22d2SMarcel Holtmann 	 * This quirk can be set before hci_register_dev is called or
15189bc22d2SMarcel Holtmann 	 * during the hdev->setup vendor callback.
15289bc22d2SMarcel Holtmann 	 */
15389bc22d2SMarcel Holtmann 	HCI_QUIRK_INVALID_BDADDR,
15443d6bc46SMarcel Holtmann 
15543d6bc46SMarcel Holtmann 	/* When this quirk is set, the duplicate filtering during
15643d6bc46SMarcel Holtmann 	 * scanning is based on Bluetooth devices addresses. To allow
15743d6bc46SMarcel Holtmann 	 * RSSI based updates, restart scanning if needed.
15843d6bc46SMarcel Holtmann 	 *
15943d6bc46SMarcel Holtmann 	 * This quirk can be set before hci_register_dev is called or
16043d6bc46SMarcel Holtmann 	 * during the hdev->setup vendor callback.
16143d6bc46SMarcel Holtmann 	 */
16243d6bc46SMarcel Holtmann 	HCI_QUIRK_STRICT_DUPLICATE_FILTER,
1631da177e4SLinus Torvalds };
1641da177e4SLinus Torvalds 
1651da177e4SLinus Torvalds /* HCI device flags */
1661da177e4SLinus Torvalds enum {
1671da177e4SLinus Torvalds 	HCI_UP,
1681da177e4SLinus Torvalds 	HCI_INIT,
1691da177e4SLinus Torvalds 	HCI_RUNNING,
1701da177e4SLinus Torvalds 
1711da177e4SLinus Torvalds 	HCI_PSCAN,
1721da177e4SLinus Torvalds 	HCI_ISCAN,
1731da177e4SLinus Torvalds 	HCI_AUTH,
1741da177e4SLinus Torvalds 	HCI_ENCRYPT,
1751da177e4SLinus Torvalds 	HCI_INQUIRY,
1761da177e4SLinus Torvalds 
1771da177e4SLinus Torvalds 	HCI_RAW,
178ab81cbf9SJohan Hedberg 
17910572132SGustavo F. Padovan 	HCI_RESET,
1801da177e4SLinus Torvalds };
1811da177e4SLinus Torvalds 
182111902f7SMarcel Holtmann /* BR/EDR and/or LE controller flags: the flags defined here should represent
183111902f7SMarcel Holtmann  * states configured via debugfs for debugging and testing purposes only.
184111902f7SMarcel Holtmann  */
185111902f7SMarcel Holtmann enum {
186111902f7SMarcel Holtmann 	HCI_DUT_MODE,
187300acfdeSMarcel Holtmann 	HCI_FORCE_BREDR_SMP,
188111902f7SMarcel Holtmann 	HCI_FORCE_STATIC_ADDR,
189111902f7SMarcel Holtmann };
190111902f7SMarcel Holtmann 
191d23264a8SAndre Guedes /*
192d23264a8SAndre Guedes  * BR/EDR and/or LE controller flags: the flags defined here should represent
193d23264a8SAndre Guedes  * states from the controller.
194d23264a8SAndre Guedes  */
195d23264a8SAndre Guedes enum {
196a8b2d5c2SJohan Hedberg 	HCI_SETUP,
197d603b76bSMarcel Holtmann 	HCI_CONFIG,
198a8b2d5c2SJohan Hedberg 	HCI_AUTO_OFF,
1995e130367SJohan Hedberg 	HCI_RFKILLED,
200a8b2d5c2SJohan Hedberg 	HCI_MGMT,
201b6ae8457SJohan Hedberg 	HCI_BONDABLE,
202a8b2d5c2SJohan Hedberg 	HCI_SERVICE_CACHE,
2030663b297SJohan Hedberg 	HCI_KEEP_DEBUG_KEYS,
2043769972bSJohan Hedberg 	HCI_USE_DEBUG_KEYS,
20594324962SJohan Hovold 	HCI_UNREGISTER,
2064a964404SMarcel Holtmann 	HCI_UNCONFIGURED,
2070736cfa8SMarcel Holtmann 	HCI_USER_CHANNEL,
208dbece37aSMarcel Holtmann 	HCI_EXT_CONFIGURED,
20966c417c1SJohan Hedberg 	HCI_LE_ADV,
210d23264a8SAndre Guedes 	HCI_LE_SCAN,
21184bde9d6SJohan Hedberg 	HCI_SSP_ENABLED,
212e98d2ce2SMarcel Holtmann 	HCI_SC_ENABLED,
213134c2a89SMarcel Holtmann 	HCI_SC_ONLY,
214863efaf2SJohan Hedberg 	HCI_PRIVACY,
215d6bfd59cSJohan Hedberg 	HCI_RPA_EXPIRED,
21641edf160SJohan Hedberg 	HCI_RPA_RESOLVING,
2176d80dfd0SJohan Hedberg 	HCI_HS_ENABLED,
21806199cf8SJohan Hedberg 	HCI_LE_ENABLED,
219f3d3444aSJohan Hedberg 	HCI_ADVERTISING,
2205e5282bbSJohan Hedberg 	HCI_CONNECTABLE,
2215e5282bbSJohan Hedberg 	HCI_DISCOVERABLE,
2226acd7db4SMarcel Holtmann 	HCI_LIMITED_DISCOVERABLE,
22347990ea0SJohan Hedberg 	HCI_LINK_SECURITY,
22421693c15SAndre Guedes 	HCI_PERIODIC_INQ,
2251a4d3c4bSJohan Hedberg 	HCI_FAST_CONNECTABLE,
22656f87901SJohan Hedberg 	HCI_BREDR_ENABLED,
22781ad6fd9SJohan Hedberg 	HCI_LE_SCAN_INTERRUPTED,
228d23264a8SAndre Guedes };
229d23264a8SAndre Guedes 
2302cc6fb00SJohan Hedberg /* A mask for the flags that are supposed to remain when a reset happens
2312cc6fb00SJohan Hedberg  * or the HCI device is closed.
2322cc6fb00SJohan Hedberg  */
2331a4d3c4bSJohan Hedberg #define HCI_PERSISTENT_MASK (BIT(HCI_LE_SCAN) | BIT(HCI_PERIODIC_INQ) | \
23466c417c1SJohan Hedberg 			      BIT(HCI_FAST_CONNECTABLE) | BIT(HCI_LE_ADV))
2352cc6fb00SJohan Hedberg 
2361da177e4SLinus Torvalds /* HCI timeouts */
2375f246e89SAndrei Emeltchenko #define HCI_DISCONN_TIMEOUT	msecs_to_jiffies(2000)	/* 2 seconds */
2385f246e89SAndrei Emeltchenko #define HCI_PAIRING_TIMEOUT	msecs_to_jiffies(60000)	/* 60 seconds */
2395f246e89SAndrei Emeltchenko #define HCI_INIT_TIMEOUT	msecs_to_jiffies(10000)	/* 10 seconds */
240d1244adcSSzymon Janc #define HCI_CMD_TIMEOUT		msecs_to_jiffies(2000)	/* 2 seconds */
2415f246e89SAndrei Emeltchenko #define HCI_ACL_TX_TIMEOUT	msecs_to_jiffies(45000)	/* 45 seconds */
2429345d40cSAndrei Emeltchenko #define HCI_AUTO_OFF_TIMEOUT	msecs_to_jiffies(2000)	/* 2 seconds */
243a3172b7eSJohan Hedberg #define HCI_POWER_OFF_TIMEOUT	msecs_to_jiffies(5000)	/* 5 seconds */
2449489eca4SJohan Hedberg #define HCI_LE_CONN_TIMEOUT	msecs_to_jiffies(20000)	/* 20 seconds */
24509ae260bSJohan Hedberg #define HCI_LE_AUTOCONN_TIMEOUT	msecs_to_jiffies(2000)	/* 2 seconds */
2461da177e4SLinus Torvalds 
2475b7f9909SMarcel Holtmann /* HCI data types */
2481da177e4SLinus Torvalds #define HCI_COMMAND_PKT		0x01
2491da177e4SLinus Torvalds #define HCI_ACLDATA_PKT		0x02
2501da177e4SLinus Torvalds #define HCI_SCODATA_PKT		0x03
2511da177e4SLinus Torvalds #define HCI_EVENT_PKT		0x04
2521da177e4SLinus Torvalds #define HCI_VENDOR_PKT		0xff
2531da177e4SLinus Torvalds 
2545b7f9909SMarcel Holtmann /* HCI packet types */
2551da177e4SLinus Torvalds #define HCI_DM1		0x0008
2561da177e4SLinus Torvalds #define HCI_DM3		0x0400
2571da177e4SLinus Torvalds #define HCI_DM5		0x4000
2581da177e4SLinus Torvalds #define HCI_DH1		0x0010
2591da177e4SLinus Torvalds #define HCI_DH3		0x0800
2601da177e4SLinus Torvalds #define HCI_DH5		0x8000
2611da177e4SLinus Torvalds 
2621da177e4SLinus Torvalds #define HCI_HV1		0x0020
2631da177e4SLinus Torvalds #define HCI_HV2		0x0040
2641da177e4SLinus Torvalds #define HCI_HV3		0x0080
2651da177e4SLinus Torvalds 
2661da177e4SLinus Torvalds #define SCO_PTYPE_MASK	(HCI_HV1 | HCI_HV2 | HCI_HV3)
2671da177e4SLinus Torvalds #define ACL_PTYPE_MASK	(~SCO_PTYPE_MASK)
2681da177e4SLinus Torvalds 
2695b7f9909SMarcel Holtmann /* eSCO packet types */
2705b7f9909SMarcel Holtmann #define ESCO_HV1	0x0001
2715b7f9909SMarcel Holtmann #define ESCO_HV2	0x0002
2725b7f9909SMarcel Holtmann #define ESCO_HV3	0x0004
2735b7f9909SMarcel Holtmann #define ESCO_EV3	0x0008
2745b7f9909SMarcel Holtmann #define ESCO_EV4	0x0010
2755b7f9909SMarcel Holtmann #define ESCO_EV5	0x0020
276efc7688bSMarcel Holtmann #define ESCO_2EV3	0x0040
277efc7688bSMarcel Holtmann #define ESCO_3EV3	0x0080
278efc7688bSMarcel Holtmann #define ESCO_2EV5	0x0100
279efc7688bSMarcel Holtmann #define ESCO_3EV5	0x0200
2805b7f9909SMarcel Holtmann 
281a8746417SMarcel Holtmann #define SCO_ESCO_MASK  (ESCO_HV1 | ESCO_HV2 | ESCO_HV3)
282efc7688bSMarcel Holtmann #define EDR_ESCO_MASK  (ESCO_2EV3 | ESCO_3EV3 | ESCO_2EV5 | ESCO_3EV5)
283a8746417SMarcel Holtmann 
2841da177e4SLinus Torvalds /* ACL flags */
285e702112fSAndrei Emeltchenko #define ACL_START_NO_FLUSH	0x00
2861da177e4SLinus Torvalds #define ACL_CONT		0x01
2871da177e4SLinus Torvalds #define ACL_START		0x02
288d73a0988SAndrei Emeltchenko #define ACL_COMPLETE		0x03
2891da177e4SLinus Torvalds #define ACL_ACTIVE_BCAST	0x04
2901da177e4SLinus Torvalds #define ACL_PICO_BCAST		0x08
2911da177e4SLinus Torvalds 
2921da177e4SLinus Torvalds /* Baseband links */
2931da177e4SLinus Torvalds #define SCO_LINK	0x00
2941da177e4SLinus Torvalds #define ACL_LINK	0x01
2955b7f9909SMarcel Holtmann #define ESCO_LINK	0x02
296fcd89c09SVille Tervo /* Low Energy links do not have defined link type. Use invented one */
297fcd89c09SVille Tervo #define LE_LINK		0x80
2983161ae1cSAndrei Emeltchenko #define AMP_LINK	0x81
299845472e8SMarcel Holtmann #define INVALID_LINK	0xff
3001da177e4SLinus Torvalds 
3011da177e4SLinus Torvalds /* LMP features */
3021da177e4SLinus Torvalds #define LMP_3SLOT	0x01
3031da177e4SLinus Torvalds #define LMP_5SLOT	0x02
3041da177e4SLinus Torvalds #define LMP_ENCRYPT	0x04
3051da177e4SLinus Torvalds #define LMP_SOFFSET	0x08
3061da177e4SLinus Torvalds #define LMP_TACCURACY	0x10
3071da177e4SLinus Torvalds #define LMP_RSWITCH	0x20
3081da177e4SLinus Torvalds #define LMP_HOLD	0x40
30904837f64SMarcel Holtmann #define LMP_SNIFF	0x80
3101da177e4SLinus Torvalds 
3111da177e4SLinus Torvalds #define LMP_PARK	0x01
3121da177e4SLinus Torvalds #define LMP_RSSI	0x02
3131da177e4SLinus Torvalds #define LMP_QUALITY	0x04
3141da177e4SLinus Torvalds #define LMP_SCO		0x08
3151da177e4SLinus Torvalds #define LMP_HV2		0x10
3161da177e4SLinus Torvalds #define LMP_HV3		0x20
3171da177e4SLinus Torvalds #define LMP_ULAW	0x40
3181da177e4SLinus Torvalds #define LMP_ALAW	0x80
3191da177e4SLinus Torvalds 
3201da177e4SLinus Torvalds #define LMP_CVSD	0x01
3211da177e4SLinus Torvalds #define LMP_PSCHEME	0x02
3221da177e4SLinus Torvalds #define LMP_PCONTROL	0x04
32307a5c61eSFrédéric Dalleau #define LMP_TRANSPARENT	0x08
3241da177e4SLinus Torvalds 
325d5859e22SJohan Hedberg #define LMP_RSSI_INQ	0x40
3265b7f9909SMarcel Holtmann #define LMP_ESCO	0x80
3275b7f9909SMarcel Holtmann 
3285b7f9909SMarcel Holtmann #define LMP_EV4		0x01
3295b7f9909SMarcel Holtmann #define LMP_EV5		0x02
33069ab39eaSJohan Hedberg #define LMP_NO_BREDR	0x20
331d5859e22SJohan Hedberg #define LMP_LE		0x40
3325b7f9909SMarcel Holtmann 
33304837f64SMarcel Holtmann #define LMP_SNIFF_SUBR	0x02
334d5859e22SJohan Hedberg #define LMP_PAUSE_ENC	0x04
335efc7688bSMarcel Holtmann #define LMP_EDR_ESCO_2M	0x20
336efc7688bSMarcel Holtmann #define LMP_EDR_ESCO_3M	0x40
337efc7688bSMarcel Holtmann #define LMP_EDR_3S_ESCO	0x80
33804837f64SMarcel Holtmann 
339d5859e22SJohan Hedberg #define LMP_EXT_INQ	0x01
340e6100a25SAndre Guedes #define LMP_SIMUL_LE_BR	0x02
341769be974SMarcel Holtmann #define LMP_SIMPLE_PAIR	0x08
342e702112fSAndrei Emeltchenko #define LMP_NO_FLUSH	0x40
343769be974SMarcel Holtmann 
344d5859e22SJohan Hedberg #define LMP_LSTO	0x01
345d5859e22SJohan Hedberg #define LMP_INQ_TX_PWR	0x02
346971e3a4bSAndre Guedes #define LMP_EXTFEATURES	0x80
347d5859e22SJohan Hedberg 
348eead27daSAndre Guedes /* Extended LMP features */
34953b834d2SMarcel Holtmann #define LMP_CSB_MASTER	0x01
35053b834d2SMarcel Holtmann #define LMP_CSB_SLAVE	0x02
35153b834d2SMarcel Holtmann #define LMP_SYNC_TRAIN	0x04
35253b834d2SMarcel Holtmann #define LMP_SYNC_SCAN	0x08
35353b834d2SMarcel Holtmann 
354d5991585SMarcel Holtmann #define LMP_SC		0x01
355d5991585SMarcel Holtmann #define LMP_PING	0x02
356d5991585SMarcel Holtmann 
35753b834d2SMarcel Holtmann /* Host features */
358cc2c04ecSJohan Hedberg #define LMP_HOST_SSP		0x01
359eead27daSAndre Guedes #define LMP_HOST_LE		0x02
360cc2c04ecSJohan Hedberg #define LMP_HOST_LE_BREDR	0x04
361d5991585SMarcel Holtmann #define LMP_HOST_SC		0x08
362eead27daSAndre Guedes 
363662bc2e6SAndre Guedes /* LE features */
3640da71f1bSMarcel Holtmann #define HCI_LE_ENCRYPTION		0x01
365662bc2e6SAndre Guedes #define HCI_LE_CONN_PARAM_REQ_PROC	0x02
366cd7ca0ecSMarcel Holtmann #define HCI_LE_PING			0x10
36794a3bd02SMarcel Holtmann #define HCI_LE_DATA_LEN_EXT		0x20
3684b71bba4SMarcel Holtmann #define HCI_LE_EXT_SCAN_POLICY		0x80
369662bc2e6SAndre Guedes 
37004837f64SMarcel Holtmann /* Connection modes */
37104837f64SMarcel Holtmann #define HCI_CM_ACTIVE	0x0000
37204837f64SMarcel Holtmann #define HCI_CM_HOLD	0x0001
37304837f64SMarcel Holtmann #define HCI_CM_SNIFF	0x0002
37404837f64SMarcel Holtmann #define HCI_CM_PARK	0x0003
37504837f64SMarcel Holtmann 
3761da177e4SLinus Torvalds /* Link policies */
3771da177e4SLinus Torvalds #define HCI_LP_RSWITCH	0x0001
3781da177e4SLinus Torvalds #define HCI_LP_HOLD	0x0002
3791da177e4SLinus Torvalds #define HCI_LP_SNIFF	0x0004
3801da177e4SLinus Torvalds #define HCI_LP_PARK	0x0008
3811da177e4SLinus Torvalds 
38204837f64SMarcel Holtmann /* Link modes */
3831da177e4SLinus Torvalds #define HCI_LM_ACCEPT	0x8000
3841da177e4SLinus Torvalds #define HCI_LM_MASTER	0x0001
3851da177e4SLinus Torvalds #define HCI_LM_AUTH	0x0002
3861da177e4SLinus Torvalds #define HCI_LM_ENCRYPT	0x0004
3871da177e4SLinus Torvalds #define HCI_LM_TRUSTED	0x0008
3881da177e4SLinus Torvalds #define HCI_LM_RELIABLE	0x0010
3891da177e4SLinus Torvalds #define HCI_LM_SECURE	0x0020
3907b5a9241SMarcel Holtmann #define HCI_LM_FIPS	0x0040
3911da177e4SLinus Torvalds 
39240be492fSMarcel Holtmann /* Authentication types */
39340be492fSMarcel Holtmann #define HCI_AT_NO_BONDING		0x00
39440be492fSMarcel Holtmann #define HCI_AT_NO_BONDING_MITM		0x01
39540be492fSMarcel Holtmann #define HCI_AT_DEDICATED_BONDING	0x02
39640be492fSMarcel Holtmann #define HCI_AT_DEDICATED_BONDING_MITM	0x03
39740be492fSMarcel Holtmann #define HCI_AT_GENERAL_BONDING		0x04
39840be492fSMarcel Holtmann #define HCI_AT_GENERAL_BONDING_MITM	0x05
39940be492fSMarcel Holtmann 
400a77b15a6SMikel Astiz /* I/O capabilities */
401a77b15a6SMikel Astiz #define HCI_IO_DISPLAY_ONLY	0x00
402a77b15a6SMikel Astiz #define HCI_IO_DISPLAY_YESNO	0x01
403a77b15a6SMikel Astiz #define HCI_IO_KEYBOARD_ONLY	0x02
404a77b15a6SMikel Astiz #define HCI_IO_NO_INPUT_OUTPUT	0x03
405a77b15a6SMikel Astiz 
406b6020ba0SWaldemar Rymarkiewicz /* Link Key types */
407b6020ba0SWaldemar Rymarkiewicz #define HCI_LK_COMBINATION		0x00
408b6020ba0SWaldemar Rymarkiewicz #define HCI_LK_LOCAL_UNIT		0x01
409b6020ba0SWaldemar Rymarkiewicz #define HCI_LK_REMOTE_UNIT		0x02
410b6020ba0SWaldemar Rymarkiewicz #define HCI_LK_DEBUG_COMBINATION	0x03
41111015c79SMarcel Holtmann #define HCI_LK_UNAUTH_COMBINATION_P192	0x04
41211015c79SMarcel Holtmann #define HCI_LK_AUTH_COMBINATION_P192	0x05
413b6020ba0SWaldemar Rymarkiewicz #define HCI_LK_CHANGED_COMBINATION	0x06
41411015c79SMarcel Holtmann #define HCI_LK_UNAUTH_COMBINATION_P256	0x07
41511015c79SMarcel Holtmann #define HCI_LK_AUTH_COMBINATION_P256	0x08
416b6020ba0SWaldemar Rymarkiewicz 
4179f5a0d7bSAndrei Emeltchenko /* ---- HCI Error Codes ---- */
4188e75b46aSAndre Guedes #define HCI_ERROR_UNKNOWN_CONN_ID	0x02
4199f5a0d7bSAndrei Emeltchenko #define HCI_ERROR_AUTH_FAILURE		0x05
4202acf3d90SAndre Guedes #define HCI_ERROR_MEMORY_EXCEEDED	0x07
421cdcba7c6SMikel Astiz #define HCI_ERROR_CONNECTION_TIMEOUT	0x08
422d41c15cfSJohan Hedberg #define HCI_ERROR_REJ_LIMITED_RESOURCES	0x0d
4239f5a0d7bSAndrei Emeltchenko #define HCI_ERROR_REJ_BAD_ADDR		0x0f
4249f5a0d7bSAndrei Emeltchenko #define HCI_ERROR_REMOTE_USER_TERM	0x13
425cdcba7c6SMikel Astiz #define HCI_ERROR_REMOTE_LOW_RESOURCES	0x14
426cdcba7c6SMikel Astiz #define HCI_ERROR_REMOTE_POWER_OFF	0x15
4279f5a0d7bSAndrei Emeltchenko #define HCI_ERROR_LOCAL_HOST_TERM	0x16
4289f5a0d7bSAndrei Emeltchenko #define HCI_ERROR_PAIRING_NOT_ALLOWED	0x18
4298e75b46aSAndre Guedes #define HCI_ERROR_INVALID_LL_PARAMS	0x1E
4303c857757SJohan Hedberg #define HCI_ERROR_ADVERTISING_TIMEOUT	0x3c
4319f5a0d7bSAndrei Emeltchenko 
4322455a3eaSAndrei Emeltchenko /* Flow control modes */
4332455a3eaSAndrei Emeltchenko #define HCI_FLOW_CTL_MODE_PACKET_BASED	0x00
4342455a3eaSAndrei Emeltchenko #define HCI_FLOW_CTL_MODE_BLOCK_BASED	0x01
4352455a3eaSAndrei Emeltchenko 
436bbaf444aSJohan Hedberg /* The core spec defines 127 as the "not available" value */
437bbaf444aSJohan Hedberg #define HCI_TX_POWER_INVALID	127
438a89612aaSMarcel Holtmann #define HCI_RSSI_INVALID	127
439bbaf444aSJohan Hedberg 
440ba165a90SJohan Hedberg #define HCI_ROLE_MASTER		0x00
441ba165a90SJohan Hedberg #define HCI_ROLE_SLAVE		0x01
442ba165a90SJohan Hedberg 
44332748db0SJohan Hedberg /* Extended Inquiry Response field types */
44432748db0SJohan Hedberg #define EIR_FLAGS		0x01 /* flags */
44532748db0SJohan Hedberg #define EIR_UUID16_SOME		0x02 /* 16-bit UUID, more available */
44632748db0SJohan Hedberg #define EIR_UUID16_ALL		0x03 /* 16-bit UUID, all listed */
44732748db0SJohan Hedberg #define EIR_UUID32_SOME		0x04 /* 32-bit UUID, more available */
44832748db0SJohan Hedberg #define EIR_UUID32_ALL		0x05 /* 32-bit UUID, all listed */
44932748db0SJohan Hedberg #define EIR_UUID128_SOME	0x06 /* 128-bit UUID, more available */
45032748db0SJohan Hedberg #define EIR_UUID128_ALL		0x07 /* 128-bit UUID, all listed */
45132748db0SJohan Hedberg #define EIR_NAME_SHORT		0x08 /* shortened local name */
45232748db0SJohan Hedberg #define EIR_NAME_COMPLETE	0x09 /* complete local name */
45332748db0SJohan Hedberg #define EIR_TX_POWER		0x0A /* transmit power level */
4549ec9fc8aSJohan Hedberg #define EIR_CLASS_OF_DEV	0x0D /* Class of Device */
4559ec9fc8aSJohan Hedberg #define EIR_SSP_HASH_C		0x0E /* Simple Pairing Hash C */
4569ec9fc8aSJohan Hedberg #define EIR_SSP_RAND_R		0x0F /* Simple Pairing Randomizer R */
45732748db0SJohan Hedberg #define EIR_DEVICE_ID		0x10 /* device ID */
45832748db0SJohan Hedberg 
4593f0f524bSJohan Hedberg /* Low Energy Advertising Flags */
4603f0f524bSJohan Hedberg #define LE_AD_LIMITED		0x01 /* Limited Discoverable */
4613f0f524bSJohan Hedberg #define LE_AD_GENERAL		0x02 /* General Discoverable */
4623f0f524bSJohan Hedberg #define LE_AD_NO_BREDR		0x04 /* BR/EDR not supported */
4633f0f524bSJohan Hedberg #define LE_AD_SIM_LE_BREDR_CTRL	0x08 /* Simultaneous LE & BR/EDR Controller */
4643f0f524bSJohan Hedberg #define LE_AD_SIM_LE_BREDR_HOST	0x10 /* Simultaneous LE & BR/EDR Host */
4653f0f524bSJohan Hedberg 
4661da177e4SLinus Torvalds /* -----  HCI Commands ---- */
4676bd32326SVille Tervo #define HCI_OP_NOP			0x0000
4686bd32326SVille Tervo 
469a9de9248SMarcel Holtmann #define HCI_OP_INQUIRY			0x0401
470a9de9248SMarcel Holtmann struct hci_cp_inquiry {
471a9de9248SMarcel Holtmann 	__u8     lap[3];
472a9de9248SMarcel Holtmann 	__u8     length;
473a9de9248SMarcel Holtmann 	__u8     num_rsp;
47466c853ccSGustavo F. Padovan } __packed;
4751da177e4SLinus Torvalds 
476a9de9248SMarcel Holtmann #define HCI_OP_INQUIRY_CANCEL		0x0402
477a9de9248SMarcel Holtmann 
47879d6e068SAndre Guedes #define HCI_OP_PERIODIC_INQ		0x0403
47979d6e068SAndre Guedes 
480a9de9248SMarcel Holtmann #define HCI_OP_EXIT_PERIODIC_INQ	0x0404
481a9de9248SMarcel Holtmann 
482a9de9248SMarcel Holtmann #define HCI_OP_CREATE_CONN		0x0405
483a9de9248SMarcel Holtmann struct hci_cp_create_conn {
484a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
485a9de9248SMarcel Holtmann 	__le16   pkt_type;
486a9de9248SMarcel Holtmann 	__u8     pscan_rep_mode;
487a9de9248SMarcel Holtmann 	__u8     pscan_mode;
488a9de9248SMarcel Holtmann 	__le16   clock_offset;
489a9de9248SMarcel Holtmann 	__u8     role_switch;
49066c853ccSGustavo F. Padovan } __packed;
4911da177e4SLinus Torvalds 
492a9de9248SMarcel Holtmann #define HCI_OP_DISCONNECT		0x0406
493a9de9248SMarcel Holtmann struct hci_cp_disconnect {
494a9de9248SMarcel Holtmann 	__le16   handle;
495a9de9248SMarcel Holtmann 	__u8     reason;
49666c853ccSGustavo F. Padovan } __packed;
4971da177e4SLinus Torvalds 
498a9de9248SMarcel Holtmann #define HCI_OP_ADD_SCO			0x0407
499a9de9248SMarcel Holtmann struct hci_cp_add_sco {
500a9de9248SMarcel Holtmann 	__le16   handle;
501a9de9248SMarcel Holtmann 	__le16   pkt_type;
50266c853ccSGustavo F. Padovan } __packed;
503a9de9248SMarcel Holtmann 
504a9de9248SMarcel Holtmann #define HCI_OP_CREATE_CONN_CANCEL	0x0408
505a9de9248SMarcel Holtmann struct hci_cp_create_conn_cancel {
5061da177e4SLinus Torvalds 	bdaddr_t bdaddr;
50766c853ccSGustavo F. Padovan } __packed;
5081da177e4SLinus Torvalds 
509a9de9248SMarcel Holtmann #define HCI_OP_ACCEPT_CONN_REQ		0x0409
510a9de9248SMarcel Holtmann struct hci_cp_accept_conn_req {
511a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
512a9de9248SMarcel Holtmann 	__u8     role;
51366c853ccSGustavo F. Padovan } __packed;
5141da177e4SLinus Torvalds 
515a9de9248SMarcel Holtmann #define HCI_OP_REJECT_CONN_REQ		0x040a
516a9de9248SMarcel Holtmann struct hci_cp_reject_conn_req {
517a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
518a9de9248SMarcel Holtmann 	__u8     reason;
51966c853ccSGustavo F. Padovan } __packed;
5201da177e4SLinus Torvalds 
521a9de9248SMarcel Holtmann #define HCI_OP_LINK_KEY_REPLY		0x040b
522a9de9248SMarcel Holtmann struct hci_cp_link_key_reply {
523a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
5249b3b4460SAndrei Emeltchenko 	__u8     link_key[HCI_LINK_KEY_SIZE];
52566c853ccSGustavo F. Padovan } __packed;
5261da177e4SLinus Torvalds 
527a9de9248SMarcel Holtmann #define HCI_OP_LINK_KEY_NEG_REPLY	0x040c
528a9de9248SMarcel Holtmann struct hci_cp_link_key_neg_reply {
529a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
53066c853ccSGustavo F. Padovan } __packed;
5311da177e4SLinus Torvalds 
532a9de9248SMarcel Holtmann #define HCI_OP_PIN_CODE_REPLY		0x040d
533a9de9248SMarcel Holtmann struct hci_cp_pin_code_reply {
534a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
535a9de9248SMarcel Holtmann 	__u8     pin_len;
536a9de9248SMarcel Holtmann 	__u8     pin_code[16];
53766c853ccSGustavo F. Padovan } __packed;
538980e1a53SJohan Hedberg struct hci_rp_pin_code_reply {
539980e1a53SJohan Hedberg 	__u8     status;
540980e1a53SJohan Hedberg 	bdaddr_t bdaddr;
541980e1a53SJohan Hedberg } __packed;
542a9de9248SMarcel Holtmann 
543a9de9248SMarcel Holtmann #define HCI_OP_PIN_CODE_NEG_REPLY	0x040e
544a9de9248SMarcel Holtmann struct hci_cp_pin_code_neg_reply {
545a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
54666c853ccSGustavo F. Padovan } __packed;
547980e1a53SJohan Hedberg struct hci_rp_pin_code_neg_reply {
548980e1a53SJohan Hedberg 	__u8     status;
549980e1a53SJohan Hedberg 	bdaddr_t bdaddr;
550980e1a53SJohan Hedberg } __packed;
551a9de9248SMarcel Holtmann 
552a9de9248SMarcel Holtmann #define HCI_OP_CHANGE_CONN_PTYPE	0x040f
553a9de9248SMarcel Holtmann struct hci_cp_change_conn_ptype {
554a9de9248SMarcel Holtmann 	__le16   handle;
555a9de9248SMarcel Holtmann 	__le16   pkt_type;
55666c853ccSGustavo F. Padovan } __packed;
557a9de9248SMarcel Holtmann 
558a9de9248SMarcel Holtmann #define HCI_OP_AUTH_REQUESTED		0x0411
559a9de9248SMarcel Holtmann struct hci_cp_auth_requested {
560a9de9248SMarcel Holtmann 	__le16   handle;
56166c853ccSGustavo F. Padovan } __packed;
562a9de9248SMarcel Holtmann 
563a9de9248SMarcel Holtmann #define HCI_OP_SET_CONN_ENCRYPT		0x0413
564a9de9248SMarcel Holtmann struct hci_cp_set_conn_encrypt {
565a9de9248SMarcel Holtmann 	__le16   handle;
566a9de9248SMarcel Holtmann 	__u8     encrypt;
56766c853ccSGustavo F. Padovan } __packed;
568a9de9248SMarcel Holtmann 
569a9de9248SMarcel Holtmann #define HCI_OP_CHANGE_CONN_LINK_KEY	0x0415
570a9de9248SMarcel Holtmann struct hci_cp_change_conn_link_key {
571a9de9248SMarcel Holtmann 	__le16   handle;
57266c853ccSGustavo F. Padovan } __packed;
573a9de9248SMarcel Holtmann 
574a9de9248SMarcel Holtmann #define HCI_OP_REMOTE_NAME_REQ		0x0419
575a9de9248SMarcel Holtmann struct hci_cp_remote_name_req {
576a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
577a9de9248SMarcel Holtmann 	__u8     pscan_rep_mode;
578a9de9248SMarcel Holtmann 	__u8     pscan_mode;
579a9de9248SMarcel Holtmann 	__le16   clock_offset;
58066c853ccSGustavo F. Padovan } __packed;
581a9de9248SMarcel Holtmann 
582a9de9248SMarcel Holtmann #define HCI_OP_REMOTE_NAME_REQ_CANCEL	0x041a
583a9de9248SMarcel Holtmann struct hci_cp_remote_name_req_cancel {
584a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
58566c853ccSGustavo F. Padovan } __packed;
586a9de9248SMarcel Holtmann 
587a9de9248SMarcel Holtmann #define HCI_OP_READ_REMOTE_FEATURES	0x041b
588a9de9248SMarcel Holtmann struct hci_cp_read_remote_features {
589a9de9248SMarcel Holtmann 	__le16   handle;
59066c853ccSGustavo F. Padovan } __packed;
591a9de9248SMarcel Holtmann 
592a9de9248SMarcel Holtmann #define HCI_OP_READ_REMOTE_EXT_FEATURES	0x041c
593a9de9248SMarcel Holtmann struct hci_cp_read_remote_ext_features {
594a9de9248SMarcel Holtmann 	__le16   handle;
595a9de9248SMarcel Holtmann 	__u8     page;
59666c853ccSGustavo F. Padovan } __packed;
597a9de9248SMarcel Holtmann 
598a9de9248SMarcel Holtmann #define HCI_OP_READ_REMOTE_VERSION	0x041d
599a9de9248SMarcel Holtmann struct hci_cp_read_remote_version {
600a9de9248SMarcel Holtmann 	__le16   handle;
60166c853ccSGustavo F. Padovan } __packed;
602a9de9248SMarcel Holtmann 
603df935429SMarcel Holtmann #define HCI_OP_READ_CLOCK_OFFSET	0x041f
604df935429SMarcel Holtmann struct hci_cp_read_clock_offset {
605df935429SMarcel Holtmann 	__le16   handle;
606df935429SMarcel Holtmann } __packed;
607df935429SMarcel Holtmann 
608a9de9248SMarcel Holtmann #define HCI_OP_SETUP_SYNC_CONN		0x0428
609a9de9248SMarcel Holtmann struct hci_cp_setup_sync_conn {
610a9de9248SMarcel Holtmann 	__le16   handle;
611a9de9248SMarcel Holtmann 	__le32   tx_bandwidth;
612a9de9248SMarcel Holtmann 	__le32   rx_bandwidth;
613a9de9248SMarcel Holtmann 	__le16   max_latency;
614a9de9248SMarcel Holtmann 	__le16   voice_setting;
615a9de9248SMarcel Holtmann 	__u8     retrans_effort;
616a9de9248SMarcel Holtmann 	__le16   pkt_type;
61766c853ccSGustavo F. Padovan } __packed;
618a9de9248SMarcel Holtmann 
619a9de9248SMarcel Holtmann #define HCI_OP_ACCEPT_SYNC_CONN_REQ	0x0429
620a9de9248SMarcel Holtmann struct hci_cp_accept_sync_conn_req {
621a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
622a9de9248SMarcel Holtmann 	__le32   tx_bandwidth;
623a9de9248SMarcel Holtmann 	__le32   rx_bandwidth;
624a9de9248SMarcel Holtmann 	__le16   max_latency;
625a9de9248SMarcel Holtmann 	__le16   content_format;
626a9de9248SMarcel Holtmann 	__u8     retrans_effort;
627a9de9248SMarcel Holtmann 	__le16   pkt_type;
62866c853ccSGustavo F. Padovan } __packed;
629a9de9248SMarcel Holtmann 
630a9de9248SMarcel Holtmann #define HCI_OP_REJECT_SYNC_CONN_REQ	0x042a
631a9de9248SMarcel Holtmann struct hci_cp_reject_sync_conn_req {
632a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
633a9de9248SMarcel Holtmann 	__u8     reason;
63466c853ccSGustavo F. Padovan } __packed;
635a9de9248SMarcel Holtmann 
63617fa4b9dSJohan Hedberg #define HCI_OP_IO_CAPABILITY_REPLY	0x042b
63717fa4b9dSJohan Hedberg struct hci_cp_io_capability_reply {
63817fa4b9dSJohan Hedberg 	bdaddr_t bdaddr;
63917fa4b9dSJohan Hedberg 	__u8     capability;
64017fa4b9dSJohan Hedberg 	__u8     oob_data;
64117fa4b9dSJohan Hedberg 	__u8     authentication;
64217fa4b9dSJohan Hedberg } __packed;
64317fa4b9dSJohan Hedberg 
644a5c29683SJohan Hedberg #define HCI_OP_USER_CONFIRM_REPLY		0x042c
645a5c29683SJohan Hedberg struct hci_cp_user_confirm_reply {
646a5c29683SJohan Hedberg 	bdaddr_t bdaddr;
647a5c29683SJohan Hedberg } __packed;
648a5c29683SJohan Hedberg struct hci_rp_user_confirm_reply {
649a5c29683SJohan Hedberg 	__u8     status;
650a5c29683SJohan Hedberg 	bdaddr_t bdaddr;
651a5c29683SJohan Hedberg } __packed;
652a5c29683SJohan Hedberg 
653a5c29683SJohan Hedberg #define HCI_OP_USER_CONFIRM_NEG_REPLY	0x042d
654a5c29683SJohan Hedberg 
6559ad4019aSBrian Gix #define HCI_OP_USER_PASSKEY_REPLY		0x042e
6569ad4019aSBrian Gix struct hci_cp_user_passkey_reply {
6579ad4019aSBrian Gix 	bdaddr_t bdaddr;
6589ad4019aSBrian Gix 	__le32	passkey;
6599ad4019aSBrian Gix } __packed;
6609ad4019aSBrian Gix 
6619ad4019aSBrian Gix #define HCI_OP_USER_PASSKEY_NEG_REPLY	0x042f
6629ad4019aSBrian Gix 
6632763eda6SSzymon Janc #define HCI_OP_REMOTE_OOB_DATA_REPLY	0x0430
6642763eda6SSzymon Janc struct hci_cp_remote_oob_data_reply {
6652763eda6SSzymon Janc 	bdaddr_t bdaddr;
6662763eda6SSzymon Janc 	__u8     hash[16];
66738da1703SJohan Hedberg 	__u8     rand[16];
6682763eda6SSzymon Janc } __packed;
6692763eda6SSzymon Janc 
6702763eda6SSzymon Janc #define HCI_OP_REMOTE_OOB_DATA_NEG_REPLY	0x0433
6712763eda6SSzymon Janc struct hci_cp_remote_oob_data_neg_reply {
6722763eda6SSzymon Janc 	bdaddr_t bdaddr;
6732763eda6SSzymon Janc } __packed;
6742763eda6SSzymon Janc 
67503b555e1SJohan Hedberg #define HCI_OP_IO_CAPABILITY_NEG_REPLY	0x0434
67603b555e1SJohan Hedberg struct hci_cp_io_capability_neg_reply {
67703b555e1SJohan Hedberg 	bdaddr_t bdaddr;
67803b555e1SJohan Hedberg 	__u8     reason;
67903b555e1SJohan Hedberg } __packed;
68003b555e1SJohan Hedberg 
681523e93cdSAndrei Emeltchenko #define HCI_OP_CREATE_PHY_LINK		0x0435
682523e93cdSAndrei Emeltchenko struct hci_cp_create_phy_link {
683523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
684523e93cdSAndrei Emeltchenko 	__u8     key_len;
685523e93cdSAndrei Emeltchenko 	__u8     key_type;
686523e93cdSAndrei Emeltchenko 	__u8     key[HCI_AMP_LINK_KEY_SIZE];
687523e93cdSAndrei Emeltchenko } __packed;
688523e93cdSAndrei Emeltchenko 
689523e93cdSAndrei Emeltchenko #define HCI_OP_ACCEPT_PHY_LINK		0x0436
690523e93cdSAndrei Emeltchenko struct hci_cp_accept_phy_link {
691523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
692523e93cdSAndrei Emeltchenko 	__u8     key_len;
693523e93cdSAndrei Emeltchenko 	__u8     key_type;
694523e93cdSAndrei Emeltchenko 	__u8     key[HCI_AMP_LINK_KEY_SIZE];
695523e93cdSAndrei Emeltchenko } __packed;
696523e93cdSAndrei Emeltchenko 
697523e93cdSAndrei Emeltchenko #define HCI_OP_DISCONN_PHY_LINK		0x0437
698523e93cdSAndrei Emeltchenko struct hci_cp_disconn_phy_link {
699523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
700523e93cdSAndrei Emeltchenko 	__u8     reason;
701b078b564SAndrei Emeltchenko } __packed;
702b078b564SAndrei Emeltchenko 
703b078b564SAndrei Emeltchenko struct ext_flow_spec {
704b078b564SAndrei Emeltchenko 	__u8       id;
705b078b564SAndrei Emeltchenko 	__u8       stype;
706b078b564SAndrei Emeltchenko 	__le16     msdu;
707b078b564SAndrei Emeltchenko 	__le32     sdu_itime;
708b078b564SAndrei Emeltchenko 	__le32     acc_lat;
709b078b564SAndrei Emeltchenko 	__le32     flush_to;
710b078b564SAndrei Emeltchenko } __packed;
711b078b564SAndrei Emeltchenko 
712b078b564SAndrei Emeltchenko #define HCI_OP_CREATE_LOGICAL_LINK	0x0438
713b078b564SAndrei Emeltchenko #define HCI_OP_ACCEPT_LOGICAL_LINK	0x0439
714b078b564SAndrei Emeltchenko struct hci_cp_create_accept_logical_link {
715b078b564SAndrei Emeltchenko 	__u8                  phy_handle;
716b078b564SAndrei Emeltchenko 	struct ext_flow_spec  tx_flow_spec;
717b078b564SAndrei Emeltchenko 	struct ext_flow_spec  rx_flow_spec;
718b078b564SAndrei Emeltchenko } __packed;
719b078b564SAndrei Emeltchenko 
720b078b564SAndrei Emeltchenko #define HCI_OP_DISCONN_LOGICAL_LINK	0x043a
721b078b564SAndrei Emeltchenko struct hci_cp_disconn_logical_link {
722b078b564SAndrei Emeltchenko 	__le16   log_handle;
723b078b564SAndrei Emeltchenko } __packed;
724b078b564SAndrei Emeltchenko 
725b078b564SAndrei Emeltchenko #define HCI_OP_LOGICAL_LINK_CANCEL	0x043b
726b078b564SAndrei Emeltchenko struct hci_cp_logical_link_cancel {
727b078b564SAndrei Emeltchenko 	__u8     phy_handle;
728b078b564SAndrei Emeltchenko 	__u8     flow_spec_id;
729b078b564SAndrei Emeltchenko } __packed;
730b078b564SAndrei Emeltchenko 
731b078b564SAndrei Emeltchenko struct hci_rp_logical_link_cancel {
732b078b564SAndrei Emeltchenko 	__u8     status;
733b078b564SAndrei Emeltchenko 	__u8     phy_handle;
734b078b564SAndrei Emeltchenko 	__u8     flow_spec_id;
735523e93cdSAndrei Emeltchenko } __packed;
736523e93cdSAndrei Emeltchenko 
7378c9a041bSDoHyun Pyun #define HCI_OP_SET_CSB			0x0441
7388c9a041bSDoHyun Pyun struct hci_cp_set_csb {
7398c9a041bSDoHyun Pyun 	__u8	enable;
7408c9a041bSDoHyun Pyun 	__u8	lt_addr;
7418c9a041bSDoHyun Pyun 	__u8	lpo_allowed;
7428c9a041bSDoHyun Pyun 	__le16	packet_type;
7438c9a041bSDoHyun Pyun 	__le16	interval_min;
7448c9a041bSDoHyun Pyun 	__le16	interval_max;
7458c9a041bSDoHyun Pyun 	__le16	csb_sv_tout;
7468c9a041bSDoHyun Pyun } __packed;
7478c9a041bSDoHyun Pyun struct hci_rp_set_csb {
7488c9a041bSDoHyun Pyun 	__u8	status;
7498c9a041bSDoHyun Pyun 	__u8	lt_addr;
7508c9a041bSDoHyun Pyun 	__le16	interval;
7518c9a041bSDoHyun Pyun } __packed;
7528c9a041bSDoHyun Pyun 
753cefded98SDoHyun Pyun #define HCI_OP_START_SYNC_TRAIN		0x0443
754cefded98SDoHyun Pyun 
755e2f99131SMarcel Holtmann #define HCI_OP_REMOTE_OOB_EXT_DATA_REPLY	0x0445
756e2f99131SMarcel Holtmann struct hci_cp_remote_oob_ext_data_reply {
757e2f99131SMarcel Holtmann 	bdaddr_t bdaddr;
758e2f99131SMarcel Holtmann 	__u8     hash192[16];
75938da1703SJohan Hedberg 	__u8     rand192[16];
760e2f99131SMarcel Holtmann 	__u8     hash256[16];
76138da1703SJohan Hedberg 	__u8     rand256[16];
762e2f99131SMarcel Holtmann } __packed;
763e2f99131SMarcel Holtmann 
764a9de9248SMarcel Holtmann #define HCI_OP_SNIFF_MODE		0x0803
765a9de9248SMarcel Holtmann struct hci_cp_sniff_mode {
766a9de9248SMarcel Holtmann 	__le16   handle;
767a9de9248SMarcel Holtmann 	__le16   max_interval;
768a9de9248SMarcel Holtmann 	__le16   min_interval;
769a9de9248SMarcel Holtmann 	__le16   attempt;
770a9de9248SMarcel Holtmann 	__le16   timeout;
77166c853ccSGustavo F. Padovan } __packed;
772a9de9248SMarcel Holtmann 
773a9de9248SMarcel Holtmann #define HCI_OP_EXIT_SNIFF_MODE		0x0804
774a9de9248SMarcel Holtmann struct hci_cp_exit_sniff_mode {
775a9de9248SMarcel Holtmann 	__le16   handle;
77666c853ccSGustavo F. Padovan } __packed;
777a9de9248SMarcel Holtmann 
778a9de9248SMarcel Holtmann #define HCI_OP_ROLE_DISCOVERY		0x0809
779a9de9248SMarcel Holtmann struct hci_cp_role_discovery {
780a9de9248SMarcel Holtmann 	__le16   handle;
78166c853ccSGustavo F. Padovan } __packed;
782a9de9248SMarcel Holtmann struct hci_rp_role_discovery {
783a9de9248SMarcel Holtmann 	__u8     status;
784a9de9248SMarcel Holtmann 	__le16   handle;
785a9de9248SMarcel Holtmann 	__u8     role;
78666c853ccSGustavo F. Padovan } __packed;
787a9de9248SMarcel Holtmann 
788a9de9248SMarcel Holtmann #define HCI_OP_SWITCH_ROLE		0x080b
789a9de9248SMarcel Holtmann struct hci_cp_switch_role {
790a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
791a9de9248SMarcel Holtmann 	__u8     role;
79266c853ccSGustavo F. Padovan } __packed;
793a9de9248SMarcel Holtmann 
794a9de9248SMarcel Holtmann #define HCI_OP_READ_LINK_POLICY		0x080c
795a9de9248SMarcel Holtmann struct hci_cp_read_link_policy {
796a9de9248SMarcel Holtmann 	__le16   handle;
79766c853ccSGustavo F. Padovan } __packed;
798a9de9248SMarcel Holtmann struct hci_rp_read_link_policy {
799a9de9248SMarcel Holtmann 	__u8     status;
800a9de9248SMarcel Holtmann 	__le16   handle;
801a9de9248SMarcel Holtmann 	__le16   policy;
80266c853ccSGustavo F. Padovan } __packed;
803a9de9248SMarcel Holtmann 
804a9de9248SMarcel Holtmann #define HCI_OP_WRITE_LINK_POLICY	0x080d
805a9de9248SMarcel Holtmann struct hci_cp_write_link_policy {
806a9de9248SMarcel Holtmann 	__le16   handle;
807a9de9248SMarcel Holtmann 	__le16   policy;
80866c853ccSGustavo F. Padovan } __packed;
809a9de9248SMarcel Holtmann struct hci_rp_write_link_policy {
810a9de9248SMarcel Holtmann 	__u8     status;
811a9de9248SMarcel Holtmann 	__le16   handle;
81266c853ccSGustavo F. Padovan } __packed;
813a9de9248SMarcel Holtmann 
814e4e8e37cSMarcel Holtmann #define HCI_OP_READ_DEF_LINK_POLICY	0x080e
815e4e8e37cSMarcel Holtmann struct hci_rp_read_def_link_policy {
816e4e8e37cSMarcel Holtmann 	__u8     status;
817e4e8e37cSMarcel Holtmann 	__le16   policy;
81866c853ccSGustavo F. Padovan } __packed;
819e4e8e37cSMarcel Holtmann 
820e4e8e37cSMarcel Holtmann #define HCI_OP_WRITE_DEF_LINK_POLICY	0x080f
821e4e8e37cSMarcel Holtmann struct hci_cp_write_def_link_policy {
822e4e8e37cSMarcel Holtmann 	__le16   policy;
82366c853ccSGustavo F. Padovan } __packed;
824e4e8e37cSMarcel Holtmann 
825a9de9248SMarcel Holtmann #define HCI_OP_SNIFF_SUBRATE		0x0811
826a9de9248SMarcel Holtmann struct hci_cp_sniff_subrate {
827a9de9248SMarcel Holtmann 	__le16   handle;
828a9de9248SMarcel Holtmann 	__le16   max_latency;
829a9de9248SMarcel Holtmann 	__le16   min_remote_timeout;
830a9de9248SMarcel Holtmann 	__le16   min_local_timeout;
83166c853ccSGustavo F. Padovan } __packed;
832a9de9248SMarcel Holtmann 
833a9de9248SMarcel Holtmann #define HCI_OP_SET_EVENT_MASK		0x0c01
834a9de9248SMarcel Holtmann 
835a9de9248SMarcel Holtmann #define HCI_OP_RESET			0x0c03
836a9de9248SMarcel Holtmann 
837a9de9248SMarcel Holtmann #define HCI_OP_SET_EVENT_FLT		0x0c05
8381da177e4SLinus Torvalds struct hci_cp_set_event_flt {
8391da177e4SLinus Torvalds 	__u8     flt_type;
8401da177e4SLinus Torvalds 	__u8     cond_type;
8411da177e4SLinus Torvalds 	__u8     condition[0];
84266c853ccSGustavo F. Padovan } __packed;
8431da177e4SLinus Torvalds 
8441da177e4SLinus Torvalds /* Filter types */
8451da177e4SLinus Torvalds #define HCI_FLT_CLEAR_ALL	0x00
8461da177e4SLinus Torvalds #define HCI_FLT_INQ_RESULT	0x01
8471da177e4SLinus Torvalds #define HCI_FLT_CONN_SETUP	0x02
8481da177e4SLinus Torvalds 
8491da177e4SLinus Torvalds /* CONN_SETUP Condition types */
8501da177e4SLinus Torvalds #define HCI_CONN_SETUP_ALLOW_ALL	0x00
8511da177e4SLinus Torvalds #define HCI_CONN_SETUP_ALLOW_CLASS	0x01
8521da177e4SLinus Torvalds #define HCI_CONN_SETUP_ALLOW_BDADDR	0x02
8531da177e4SLinus Torvalds 
8541da177e4SLinus Torvalds /* CONN_SETUP Conditions */
8551da177e4SLinus Torvalds #define HCI_CONN_SETUP_AUTO_OFF	0x01
8561da177e4SLinus Torvalds #define HCI_CONN_SETUP_AUTO_ON	0x02
8571da177e4SLinus Torvalds 
858cb962780SMarcel Holtmann #define HCI_OP_READ_STORED_LINK_KEY	0x0c0d
859cb962780SMarcel Holtmann struct hci_cp_read_stored_link_key {
860cb962780SMarcel Holtmann 	bdaddr_t bdaddr;
861cb962780SMarcel Holtmann 	__u8     read_all;
862cb962780SMarcel Holtmann } __packed;
863cb962780SMarcel Holtmann struct hci_rp_read_stored_link_key {
864cb962780SMarcel Holtmann 	__u8     status;
865cb962780SMarcel Holtmann 	__u8     max_keys;
866cb962780SMarcel Holtmann 	__u8     num_keys;
867cb962780SMarcel Holtmann } __packed;
868cb962780SMarcel Holtmann 
869b0916ea0SJohan Hedberg #define HCI_OP_DELETE_STORED_LINK_KEY	0x0c12
870b0916ea0SJohan Hedberg struct hci_cp_delete_stored_link_key {
871b0916ea0SJohan Hedberg 	bdaddr_t bdaddr;
872b0916ea0SJohan Hedberg 	__u8     delete_all;
873b0916ea0SJohan Hedberg } __packed;
874*039d4e41SMarcel Holtmann struct hci_rp_delete_stored_link_key {
875*039d4e41SMarcel Holtmann 	__u8     status;
876*039d4e41SMarcel Holtmann 	__u8     num_keys;
877*039d4e41SMarcel Holtmann } __packed;
878b0916ea0SJohan Hedberg 
8791f6c6378SJohan Hedberg #define HCI_MAX_NAME_LENGTH		248
8801f6c6378SJohan Hedberg 
881a9de9248SMarcel Holtmann #define HCI_OP_WRITE_LOCAL_NAME		0x0c13
882a9de9248SMarcel Holtmann struct hci_cp_write_local_name {
8831f6c6378SJohan Hedberg 	__u8     name[HCI_MAX_NAME_LENGTH];
88466c853ccSGustavo F. Padovan } __packed;
885a9de9248SMarcel Holtmann 
886a9de9248SMarcel Holtmann #define HCI_OP_READ_LOCAL_NAME		0x0c14
887a9de9248SMarcel Holtmann struct hci_rp_read_local_name {
888a9de9248SMarcel Holtmann 	__u8     status;
8891f6c6378SJohan Hedberg 	__u8     name[HCI_MAX_NAME_LENGTH];
89066c853ccSGustavo F. Padovan } __packed;
891a9de9248SMarcel Holtmann 
892a9de9248SMarcel Holtmann #define HCI_OP_WRITE_CA_TIMEOUT		0x0c16
893a9de9248SMarcel Holtmann 
894a9de9248SMarcel Holtmann #define HCI_OP_WRITE_PG_TIMEOUT		0x0c18
895a9de9248SMarcel Holtmann 
896a9de9248SMarcel Holtmann #define HCI_OP_WRITE_SCAN_ENABLE	0x0c1a
897a9de9248SMarcel Holtmann 	#define SCAN_DISABLED		0x00
898a9de9248SMarcel Holtmann 	#define SCAN_INQUIRY		0x01
899a9de9248SMarcel Holtmann 	#define SCAN_PAGE		0x02
900a9de9248SMarcel Holtmann 
901a9de9248SMarcel Holtmann #define HCI_OP_READ_AUTH_ENABLE		0x0c1f
902a9de9248SMarcel Holtmann 
903a9de9248SMarcel Holtmann #define HCI_OP_WRITE_AUTH_ENABLE	0x0c20
904a9de9248SMarcel Holtmann 	#define AUTH_DISABLED		0x00
905a9de9248SMarcel Holtmann 	#define AUTH_ENABLED		0x01
906a9de9248SMarcel Holtmann 
907a9de9248SMarcel Holtmann #define HCI_OP_READ_ENCRYPT_MODE	0x0c21
908a9de9248SMarcel Holtmann 
909a9de9248SMarcel Holtmann #define HCI_OP_WRITE_ENCRYPT_MODE	0x0c22
910a9de9248SMarcel Holtmann 	#define ENCRYPT_DISABLED	0x00
911a9de9248SMarcel Holtmann 	#define ENCRYPT_P2P		0x01
912a9de9248SMarcel Holtmann 	#define ENCRYPT_BOTH		0x02
913a9de9248SMarcel Holtmann 
914a9de9248SMarcel Holtmann #define HCI_OP_READ_CLASS_OF_DEV	0x0c23
915a9de9248SMarcel Holtmann struct hci_rp_read_class_of_dev {
9161da177e4SLinus Torvalds 	__u8     status;
9171da177e4SLinus Torvalds 	__u8     dev_class[3];
91866c853ccSGustavo F. Padovan } __packed;
9191da177e4SLinus Torvalds 
920a9de9248SMarcel Holtmann #define HCI_OP_WRITE_CLASS_OF_DEV	0x0c24
921a9de9248SMarcel Holtmann struct hci_cp_write_class_of_dev {
9221da177e4SLinus Torvalds 	__u8     dev_class[3];
92366c853ccSGustavo F. Padovan } __packed;
9241da177e4SLinus Torvalds 
925a9de9248SMarcel Holtmann #define HCI_OP_READ_VOICE_SETTING	0x0c25
9261da177e4SLinus Torvalds struct hci_rp_read_voice_setting {
9271da177e4SLinus Torvalds 	__u8     status;
9281ebb9252SMarcel Holtmann 	__le16   voice_setting;
92966c853ccSGustavo F. Padovan } __packed;
9301da177e4SLinus Torvalds 
931a9de9248SMarcel Holtmann #define HCI_OP_WRITE_VOICE_SETTING	0x0c26
9321da177e4SLinus Torvalds struct hci_cp_write_voice_setting {
9331ebb9252SMarcel Holtmann 	__le16   voice_setting;
93466c853ccSGustavo F. Padovan } __packed;
9351da177e4SLinus Torvalds 
936a9de9248SMarcel Holtmann #define HCI_OP_HOST_BUFFER_SIZE		0x0c33
9371da177e4SLinus Torvalds struct hci_cp_host_buffer_size {
9381ebb9252SMarcel Holtmann 	__le16   acl_mtu;
9391da177e4SLinus Torvalds 	__u8     sco_mtu;
9401ebb9252SMarcel Holtmann 	__le16   acl_max_pkt;
9411ebb9252SMarcel Holtmann 	__le16   sco_max_pkt;
94266c853ccSGustavo F. Padovan } __packed;
9431da177e4SLinus Torvalds 
944b4cb9fb2SMarcel Holtmann #define HCI_OP_READ_NUM_SUPPORTED_IAC	0x0c38
945b4cb9fb2SMarcel Holtmann struct hci_rp_read_num_supported_iac {
946b4cb9fb2SMarcel Holtmann 	__u8	status;
947b4cb9fb2SMarcel Holtmann 	__u8	num_iac;
948b4cb9fb2SMarcel Holtmann } __packed;
949b4cb9fb2SMarcel Holtmann 
9504b836f39SMarcel Holtmann #define HCI_OP_READ_CURRENT_IAC_LAP	0x0c39
9514b836f39SMarcel Holtmann 
9523d505312SMarcel Holtmann #define HCI_OP_WRITE_CURRENT_IAC_LAP	0x0c3a
9533d505312SMarcel Holtmann struct hci_cp_write_current_iac_lap {
9543d505312SMarcel Holtmann 	__u8	num_iac;
9553d505312SMarcel Holtmann 	__u8	iac_lap[6];
9563d505312SMarcel Holtmann } __packed;
9573d505312SMarcel Holtmann 
958d5859e22SJohan Hedberg #define HCI_OP_WRITE_INQUIRY_MODE	0x0c45
959d5859e22SJohan Hedberg 
96080a1e1dbSJohan Hedberg #define HCI_MAX_EIR_LENGTH		240
96180a1e1dbSJohan Hedberg 
96280a1e1dbSJohan Hedberg #define HCI_OP_WRITE_EIR		0x0c52
96380a1e1dbSJohan Hedberg struct hci_cp_write_eir {
964816a11d5SJohan Hedberg 	__u8	fec;
965816a11d5SJohan Hedberg 	__u8	data[HCI_MAX_EIR_LENGTH];
96680a1e1dbSJohan Hedberg } __packed;
96780a1e1dbSJohan Hedberg 
968333140b5SMarcel Holtmann #define HCI_OP_READ_SSP_MODE		0x0c55
969333140b5SMarcel Holtmann struct hci_rp_read_ssp_mode {
970333140b5SMarcel Holtmann 	__u8     status;
971333140b5SMarcel Holtmann 	__u8     mode;
97266c853ccSGustavo F. Padovan } __packed;
973333140b5SMarcel Holtmann 
974333140b5SMarcel Holtmann #define HCI_OP_WRITE_SSP_MODE		0x0c56
975333140b5SMarcel Holtmann struct hci_cp_write_ssp_mode {
976333140b5SMarcel Holtmann 	__u8     mode;
97766c853ccSGustavo F. Padovan } __packed;
978333140b5SMarcel Holtmann 
979c35938b2SSzymon Janc #define HCI_OP_READ_LOCAL_OOB_DATA		0x0c57
980c35938b2SSzymon Janc struct hci_rp_read_local_oob_data {
981c35938b2SSzymon Janc 	__u8     status;
982c35938b2SSzymon Janc 	__u8     hash[16];
98338da1703SJohan Hedberg 	__u8     rand[16];
984c35938b2SSzymon Janc } __packed;
985c35938b2SSzymon Janc 
986d5859e22SJohan Hedberg #define HCI_OP_READ_INQ_RSP_TX_POWER	0x0c58
98791c4e9b1SMarcel Holtmann struct hci_rp_read_inq_rsp_tx_power {
98891c4e9b1SMarcel Holtmann 	__u8     status;
98991c4e9b1SMarcel Holtmann 	__s8     tx_power;
99091c4e9b1SMarcel Holtmann } __packed;
991d5859e22SJohan Hedberg 
992d62e6d67SJohan Hedberg #define HCI_OP_SET_EVENT_MASK_PAGE_2	0x0c63
993d62e6d67SJohan Hedberg 
9947528ca1cSMarcel Holtmann #define HCI_OP_READ_LOCATION_DATA	0x0c64
9957528ca1cSMarcel Holtmann 
9961e89cffbSAndrei Emeltchenko #define HCI_OP_READ_FLOW_CONTROL_MODE	0x0c66
9971e89cffbSAndrei Emeltchenko struct hci_rp_read_flow_control_mode {
9981e89cffbSAndrei Emeltchenko 	__u8     status;
9991e89cffbSAndrei Emeltchenko 	__u8     mode;
10001e89cffbSAndrei Emeltchenko } __packed;
10011e89cffbSAndrei Emeltchenko 
1002f9b49306SAndre Guedes #define HCI_OP_WRITE_LE_HOST_SUPPORTED	0x0c6d
1003f9b49306SAndre Guedes struct hci_cp_write_le_host_supported {
1004f9b49306SAndre Guedes 	__u8	le;
1005f9b49306SAndre Guedes 	__u8	simul;
1006f9b49306SAndre Guedes } __packed;
1007f9b49306SAndre Guedes 
1008d0bf75a5SDoHyun Pyun #define HCI_OP_SET_RESERVED_LT_ADDR	0x0c74
1009d0bf75a5SDoHyun Pyun struct hci_cp_set_reserved_lt_addr {
1010d0bf75a5SDoHyun Pyun 	__u8	lt_addr;
1011d0bf75a5SDoHyun Pyun } __packed;
1012d0bf75a5SDoHyun Pyun struct hci_rp_set_reserved_lt_addr {
1013d0bf75a5SDoHyun Pyun 	__u8	status;
1014d0bf75a5SDoHyun Pyun 	__u8	lt_addr;
1015d0bf75a5SDoHyun Pyun } __packed;
1016d0bf75a5SDoHyun Pyun 
10176a20eaf4SDoHyun Pyun #define HCI_OP_DELETE_RESERVED_LT_ADDR	0x0c75
10186a20eaf4SDoHyun Pyun struct hci_cp_delete_reserved_lt_addr {
10196a20eaf4SDoHyun Pyun 	__u8	lt_addr;
10206a20eaf4SDoHyun Pyun } __packed;
10216a20eaf4SDoHyun Pyun struct hci_rp_delete_reserved_lt_addr {
10226a20eaf4SDoHyun Pyun 	__u8	status;
10236a20eaf4SDoHyun Pyun 	__u8	lt_addr;
10246a20eaf4SDoHyun Pyun } __packed;
10256a20eaf4SDoHyun Pyun 
10267d1dab49SDoHyun Pyun #define HCI_OP_SET_CSB_DATA		0x0c76
10277d1dab49SDoHyun Pyun struct hci_cp_set_csb_data {
10287d1dab49SDoHyun Pyun 	__u8	lt_addr;
10297d1dab49SDoHyun Pyun 	__u8	fragment;
10307d1dab49SDoHyun Pyun 	__u8	data_length;
10317d1dab49SDoHyun Pyun 	__u8	data[HCI_MAX_CSB_DATA_SIZE];
10327d1dab49SDoHyun Pyun } __packed;
10337d1dab49SDoHyun Pyun struct hci_rp_set_csb_data {
10347d1dab49SDoHyun Pyun 	__u8	status;
10357d1dab49SDoHyun Pyun 	__u8	lt_addr;
10367d1dab49SDoHyun Pyun } __packed;
10377d1dab49SDoHyun Pyun 
10385d4e7e8dSJohan Hedberg #define HCI_OP_READ_SYNC_TRAIN_PARAMS	0x0c77
10395d4e7e8dSJohan Hedberg 
1040a9b07a64SDoHyun Pyun #define HCI_OP_WRITE_SYNC_TRAIN_PARAMS	0x0c78
1041a9b07a64SDoHyun Pyun struct hci_cp_write_sync_train_params {
1042a9b07a64SDoHyun Pyun 	__le16	interval_min;
1043a9b07a64SDoHyun Pyun 	__le16	interval_max;
1044a9b07a64SDoHyun Pyun 	__le32	sync_train_tout;
1045a9b07a64SDoHyun Pyun 	__u8	service_data;
1046a9b07a64SDoHyun Pyun } __packed;
1047a9b07a64SDoHyun Pyun struct hci_rp_write_sync_train_params {
1048a9b07a64SDoHyun Pyun 	__u8	status;
1049a9b07a64SDoHyun Pyun 	__le16	sync_train_int;
1050a9b07a64SDoHyun Pyun } __packed;
1051a9b07a64SDoHyun Pyun 
1052eb4b95c6SMarcel Holtmann #define HCI_OP_READ_SC_SUPPORT		0x0c79
1053eb4b95c6SMarcel Holtmann struct hci_rp_read_sc_support {
1054eb4b95c6SMarcel Holtmann 	__u8	status;
1055eb4b95c6SMarcel Holtmann 	__u8	support;
1056eb4b95c6SMarcel Holtmann } __packed;
1057eb4b95c6SMarcel Holtmann 
1058eb4b95c6SMarcel Holtmann #define HCI_OP_WRITE_SC_SUPPORT		0x0c7a
1059eb4b95c6SMarcel Holtmann struct hci_cp_write_sc_support {
1060eb4b95c6SMarcel Holtmann 	__u8	support;
1061eb4b95c6SMarcel Holtmann } __packed;
1062eb4b95c6SMarcel Holtmann 
1063e2f99131SMarcel Holtmann #define HCI_OP_READ_LOCAL_OOB_EXT_DATA	0x0c7d
1064e2f99131SMarcel Holtmann struct hci_rp_read_local_oob_ext_data {
1065e2f99131SMarcel Holtmann 	__u8     status;
1066e2f99131SMarcel Holtmann 	__u8     hash192[16];
106738da1703SJohan Hedberg 	__u8     rand192[16];
1068e2f99131SMarcel Holtmann 	__u8     hash256[16];
106938da1703SJohan Hedberg 	__u8     rand256[16];
1070e2f99131SMarcel Holtmann } __packed;
1071e2f99131SMarcel Holtmann 
1072a9de9248SMarcel Holtmann #define HCI_OP_READ_LOCAL_VERSION	0x1001
1073a9de9248SMarcel Holtmann struct hci_rp_read_local_version {
10741da177e4SLinus Torvalds 	__u8     status;
1075a9de9248SMarcel Holtmann 	__u8     hci_ver;
1076a9de9248SMarcel Holtmann 	__le16   hci_rev;
1077a9de9248SMarcel Holtmann 	__u8     lmp_ver;
1078a9de9248SMarcel Holtmann 	__le16   manufacturer;
1079a9de9248SMarcel Holtmann 	__le16   lmp_subver;
108066c853ccSGustavo F. Padovan } __packed;
10811da177e4SLinus Torvalds 
1082a9de9248SMarcel Holtmann #define HCI_OP_READ_LOCAL_COMMANDS	0x1002
1083a9de9248SMarcel Holtmann struct hci_rp_read_local_commands {
10841da177e4SLinus Torvalds 	__u8     status;
1085a9de9248SMarcel Holtmann 	__u8     commands[64];
108666c853ccSGustavo F. Padovan } __packed;
10871da177e4SLinus Torvalds 
1088a9de9248SMarcel Holtmann #define HCI_OP_READ_LOCAL_FEATURES	0x1003
1089a9de9248SMarcel Holtmann struct hci_rp_read_local_features {
1090a9de9248SMarcel Holtmann 	__u8     status;
1091a9de9248SMarcel Holtmann 	__u8     features[8];
109266c853ccSGustavo F. Padovan } __packed;
1093a9de9248SMarcel Holtmann 
1094a9de9248SMarcel Holtmann #define HCI_OP_READ_LOCAL_EXT_FEATURES	0x1004
1095971e3a4bSAndre Guedes struct hci_cp_read_local_ext_features {
1096971e3a4bSAndre Guedes 	__u8     page;
1097971e3a4bSAndre Guedes } __packed;
1098a9de9248SMarcel Holtmann struct hci_rp_read_local_ext_features {
1099a9de9248SMarcel Holtmann 	__u8     status;
1100a9de9248SMarcel Holtmann 	__u8     page;
1101a9de9248SMarcel Holtmann 	__u8     max_page;
1102a9de9248SMarcel Holtmann 	__u8     features[8];
110366c853ccSGustavo F. Padovan } __packed;
1104a9de9248SMarcel Holtmann 
1105a9de9248SMarcel Holtmann #define HCI_OP_READ_BUFFER_SIZE		0x1005
1106a9de9248SMarcel Holtmann struct hci_rp_read_buffer_size {
1107a9de9248SMarcel Holtmann 	__u8     status;
1108a9de9248SMarcel Holtmann 	__le16   acl_mtu;
1109a9de9248SMarcel Holtmann 	__u8     sco_mtu;
1110a9de9248SMarcel Holtmann 	__le16   acl_max_pkt;
1111a9de9248SMarcel Holtmann 	__le16   sco_max_pkt;
111266c853ccSGustavo F. Padovan } __packed;
1113a9de9248SMarcel Holtmann 
1114a9de9248SMarcel Holtmann #define HCI_OP_READ_BD_ADDR		0x1009
1115a9de9248SMarcel Holtmann struct hci_rp_read_bd_addr {
1116a9de9248SMarcel Holtmann 	__u8     status;
11171da177e4SLinus Torvalds 	bdaddr_t bdaddr;
111866c853ccSGustavo F. Padovan } __packed;
11191da177e4SLinus Torvalds 
1120350ee4cfSAndrei Emeltchenko #define HCI_OP_READ_DATA_BLOCK_SIZE	0x100a
1121350ee4cfSAndrei Emeltchenko struct hci_rp_read_data_block_size {
1122350ee4cfSAndrei Emeltchenko 	__u8     status;
1123350ee4cfSAndrei Emeltchenko 	__le16   max_acl_len;
1124350ee4cfSAndrei Emeltchenko 	__le16   block_len;
1125350ee4cfSAndrei Emeltchenko 	__le16   num_blocks;
1126350ee4cfSAndrei Emeltchenko } __packed;
1127350ee4cfSAndrei Emeltchenko 
1128109e3191SMarcel Holtmann #define HCI_OP_READ_LOCAL_CODECS	0x100b
1129109e3191SMarcel Holtmann 
1130f332ec66SJohan Hedberg #define HCI_OP_READ_PAGE_SCAN_ACTIVITY	0x0c1b
1131f332ec66SJohan Hedberg struct hci_rp_read_page_scan_activity {
1132f332ec66SJohan Hedberg 	__u8     status;
1133f332ec66SJohan Hedberg 	__le16   interval;
1134f332ec66SJohan Hedberg 	__le16   window;
1135f332ec66SJohan Hedberg } __packed;
1136f332ec66SJohan Hedberg 
1137f6422ec6SAntti Julku #define HCI_OP_WRITE_PAGE_SCAN_ACTIVITY	0x0c1c
1138f6422ec6SAntti Julku struct hci_cp_write_page_scan_activity {
1139f6422ec6SAntti Julku 	__le16   interval;
1140f6422ec6SAntti Julku 	__le16   window;
1141f6422ec6SAntti Julku } __packed;
1142f6422ec6SAntti Julku 
11435a134faeSAndrzej Kaczmarek #define HCI_OP_READ_TX_POWER		0x0c2d
11445a134faeSAndrzej Kaczmarek struct hci_cp_read_tx_power {
11455a134faeSAndrzej Kaczmarek 	__le16   handle;
11465a134faeSAndrzej Kaczmarek 	__u8     type;
11475a134faeSAndrzej Kaczmarek } __packed;
11485a134faeSAndrzej Kaczmarek struct hci_rp_read_tx_power {
11495a134faeSAndrzej Kaczmarek 	__u8     status;
11505a134faeSAndrzej Kaczmarek 	__le16   handle;
11515a134faeSAndrzej Kaczmarek 	__s8     tx_power;
11525a134faeSAndrzej Kaczmarek } __packed;
11535a134faeSAndrzej Kaczmarek 
1154f332ec66SJohan Hedberg #define HCI_OP_READ_PAGE_SCAN_TYPE	0x0c46
1155f332ec66SJohan Hedberg struct hci_rp_read_page_scan_type {
1156f332ec66SJohan Hedberg 	__u8     status;
1157f332ec66SJohan Hedberg 	__u8     type;
1158f332ec66SJohan Hedberg } __packed;
1159f332ec66SJohan Hedberg 
1160f6422ec6SAntti Julku #define HCI_OP_WRITE_PAGE_SCAN_TYPE	0x0c47
1161f6422ec6SAntti Julku 	#define PAGE_SCAN_TYPE_STANDARD		0x00
1162f6422ec6SAntti Julku 	#define PAGE_SCAN_TYPE_INTERLACED	0x01
1163f6422ec6SAntti Julku 
11645ae76a94SAndrzej Kaczmarek #define HCI_OP_READ_RSSI		0x1405
11655ae76a94SAndrzej Kaczmarek struct hci_cp_read_rssi {
11665ae76a94SAndrzej Kaczmarek 	__le16   handle;
11675ae76a94SAndrzej Kaczmarek } __packed;
11685ae76a94SAndrzej Kaczmarek struct hci_rp_read_rssi {
11695ae76a94SAndrzej Kaczmarek 	__u8     status;
11705ae76a94SAndrzej Kaczmarek 	__le16   handle;
11715ae76a94SAndrzej Kaczmarek 	__s8     rssi;
11725ae76a94SAndrzej Kaczmarek } __packed;
11735ae76a94SAndrzej Kaczmarek 
117433f35721SJohan Hedberg #define HCI_OP_READ_CLOCK		0x1407
117533f35721SJohan Hedberg struct hci_cp_read_clock {
117633f35721SJohan Hedberg 	__le16   handle;
117733f35721SJohan Hedberg 	__u8     which;
117833f35721SJohan Hedberg } __packed;
117933f35721SJohan Hedberg struct hci_rp_read_clock {
118033f35721SJohan Hedberg 	__u8     status;
118133f35721SJohan Hedberg 	__le16   handle;
118233f35721SJohan Hedberg 	__le32   clock;
118333f35721SJohan Hedberg 	__le16   accuracy;
118433f35721SJohan Hedberg } __packed;
118533f35721SJohan Hedberg 
1186928abaa7SAndrei Emeltchenko #define HCI_OP_READ_LOCAL_AMP_INFO	0x1409
1187928abaa7SAndrei Emeltchenko struct hci_rp_read_local_amp_info {
1188928abaa7SAndrei Emeltchenko 	__u8     status;
1189928abaa7SAndrei Emeltchenko 	__u8     amp_status;
1190928abaa7SAndrei Emeltchenko 	__le32   total_bw;
1191928abaa7SAndrei Emeltchenko 	__le32   max_bw;
1192928abaa7SAndrei Emeltchenko 	__le32   min_latency;
1193928abaa7SAndrei Emeltchenko 	__le32   max_pdu;
1194928abaa7SAndrei Emeltchenko 	__u8     amp_type;
1195928abaa7SAndrei Emeltchenko 	__le16   pal_cap;
1196928abaa7SAndrei Emeltchenko 	__le16   max_assoc_size;
1197928abaa7SAndrei Emeltchenko 	__le32   max_flush_to;
1198928abaa7SAndrei Emeltchenko 	__le32   be_flush_to;
1199928abaa7SAndrei Emeltchenko } __packed;
1200928abaa7SAndrei Emeltchenko 
1201523e93cdSAndrei Emeltchenko #define HCI_OP_READ_LOCAL_AMP_ASSOC	0x140a
1202523e93cdSAndrei Emeltchenko struct hci_cp_read_local_amp_assoc {
1203523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
1204523e93cdSAndrei Emeltchenko 	__le16   len_so_far;
1205523e93cdSAndrei Emeltchenko 	__le16   max_len;
1206523e93cdSAndrei Emeltchenko } __packed;
1207523e93cdSAndrei Emeltchenko struct hci_rp_read_local_amp_assoc {
1208523e93cdSAndrei Emeltchenko 	__u8     status;
1209523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
1210523e93cdSAndrei Emeltchenko 	__le16   rem_len;
1211523e93cdSAndrei Emeltchenko 	__u8     frag[0];
1212523e93cdSAndrei Emeltchenko } __packed;
1213523e93cdSAndrei Emeltchenko 
1214523e93cdSAndrei Emeltchenko #define HCI_OP_WRITE_REMOTE_AMP_ASSOC	0x140b
1215523e93cdSAndrei Emeltchenko struct hci_cp_write_remote_amp_assoc {
1216523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
1217523e93cdSAndrei Emeltchenko 	__le16   len_so_far;
1218523e93cdSAndrei Emeltchenko 	__le16   rem_len;
1219523e93cdSAndrei Emeltchenko 	__u8     frag[0];
1220523e93cdSAndrei Emeltchenko } __packed;
1221523e93cdSAndrei Emeltchenko struct hci_rp_write_remote_amp_assoc {
1222523e93cdSAndrei Emeltchenko 	__u8     status;
1223523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
1224523e93cdSAndrei Emeltchenko } __packed;
1225523e93cdSAndrei Emeltchenko 
1226f4fe73edSMarcel Holtmann #define HCI_OP_GET_MWS_TRANSPORT_CONFIG	0x140c
1227f4fe73edSMarcel Holtmann 
12284b4148e9SMarcel Holtmann #define HCI_OP_ENABLE_DUT_MODE		0x1803
12294b4148e9SMarcel Holtmann 
123006f5b778SMarcel Holtmann #define HCI_OP_WRITE_SSP_DEBUG_MODE	0x1804
123106f5b778SMarcel Holtmann 
123263185f64SVille Tervo #define HCI_OP_LE_SET_EVENT_MASK	0x2001
123363185f64SVille Tervo struct hci_cp_le_set_event_mask {
123463185f64SVille Tervo 	__u8     mask[8];
123563185f64SVille Tervo } __packed;
123663185f64SVille Tervo 
123763185f64SVille Tervo #define HCI_OP_LE_READ_BUFFER_SIZE	0x2002
123863185f64SVille Tervo struct hci_rp_le_read_buffer_size {
123963185f64SVille Tervo 	__u8     status;
124063185f64SVille Tervo 	__le16   le_mtu;
124163185f64SVille Tervo 	__u8     le_max_pkt;
124263185f64SVille Tervo } __packed;
124363185f64SVille Tervo 
124460e77321SJohan Hedberg #define HCI_OP_LE_READ_LOCAL_FEATURES	0x2003
124560e77321SJohan Hedberg struct hci_rp_le_read_local_features {
124660e77321SJohan Hedberg 	__u8     status;
124760e77321SJohan Hedberg 	__u8     features[8];
124860e77321SJohan Hedberg } __packed;
124960e77321SJohan Hedberg 
1250d13eafceSMarcel Holtmann #define HCI_OP_LE_SET_RANDOM_ADDR	0x2005
1251d13eafceSMarcel Holtmann 
12521e191893SMarcel Holtmann #define HCI_OP_LE_SET_ADV_PARAM		0x2006
12531e191893SMarcel Holtmann struct hci_cp_le_set_adv_param {
12541e191893SMarcel Holtmann 	__le16   min_interval;
12551e191893SMarcel Holtmann 	__le16   max_interval;
12561e191893SMarcel Holtmann 	__u8     type;
12571e191893SMarcel Holtmann 	__u8     own_address_type;
12581e191893SMarcel Holtmann 	__u8     direct_addr_type;
12591e191893SMarcel Holtmann 	bdaddr_t direct_addr;
12601e191893SMarcel Holtmann 	__u8     channel_map;
12611e191893SMarcel Holtmann 	__u8     filter_policy;
12621e191893SMarcel Holtmann } __packed;
12631e191893SMarcel Holtmann 
12648fa19098SJohan Hedberg #define HCI_OP_LE_READ_ADV_TX_POWER	0x2007
12658fa19098SJohan Hedberg struct hci_rp_le_read_adv_tx_power {
12668fa19098SJohan Hedberg 	__u8	status;
12678fa19098SJohan Hedberg 	__s8	tx_power;
12688fa19098SJohan Hedberg } __packed;
12698fa19098SJohan Hedberg 
12703f0f524bSJohan Hedberg #define HCI_MAX_AD_LENGTH		31
12713f0f524bSJohan Hedberg 
12723f0f524bSJohan Hedberg #define HCI_OP_LE_SET_ADV_DATA		0x2008
12733f0f524bSJohan Hedberg struct hci_cp_le_set_adv_data {
12743f0f524bSJohan Hedberg 	__u8	length;
12753f0f524bSJohan Hedberg 	__u8	data[HCI_MAX_AD_LENGTH];
12763f0f524bSJohan Hedberg } __packed;
12773f0f524bSJohan Hedberg 
1278f14d8f64SMarcel Holtmann #define HCI_OP_LE_SET_SCAN_RSP_DATA	0x2009
1279f14d8f64SMarcel Holtmann struct hci_cp_le_set_scan_rsp_data {
1280f14d8f64SMarcel Holtmann 	__u8	length;
1281f14d8f64SMarcel Holtmann 	__u8	data[HCI_MAX_AD_LENGTH];
1282f14d8f64SMarcel Holtmann } __packed;
1283f14d8f64SMarcel Holtmann 
1284c1d5dc4aSJohan Hedberg #define HCI_OP_LE_SET_ADV_ENABLE	0x200a
1285c1d5dc4aSJohan Hedberg 
12865df480b5SAndre Guedes #define LE_SCAN_PASSIVE			0x00
12875df480b5SAndre Guedes #define LE_SCAN_ACTIVE			0x01
12885df480b5SAndre Guedes 
128907f7fa5dSAndre Guedes #define HCI_OP_LE_SET_SCAN_PARAM	0x200b
129007f7fa5dSAndre Guedes struct hci_cp_le_set_scan_param {
129107f7fa5dSAndre Guedes 	__u8    type;
129207f7fa5dSAndre Guedes 	__le16  interval;
129307f7fa5dSAndre Guedes 	__le16  window;
129407f7fa5dSAndre Guedes 	__u8    own_address_type;
129507f7fa5dSAndre Guedes 	__u8    filter_policy;
129607f7fa5dSAndre Guedes } __packed;
129707f7fa5dSAndre Guedes 
129876a388beSAndre Guedes #define LE_SCAN_DISABLE			0x00
129976a388beSAndre Guedes #define LE_SCAN_ENABLE			0x01
1300525e296aSAndre Guedes #define LE_SCAN_FILTER_DUP_DISABLE	0x00
1301525e296aSAndre Guedes #define LE_SCAN_FILTER_DUP_ENABLE	0x01
130268a8aea4SAndrei Emeltchenko 
1303eb9d91f5SAndre Guedes #define HCI_OP_LE_SET_SCAN_ENABLE	0x200c
1304eb9d91f5SAndre Guedes struct hci_cp_le_set_scan_enable {
1305eb9d91f5SAndre Guedes 	__u8     enable;
1306eb9d91f5SAndre Guedes 	__u8     filter_dup;
1307eb9d91f5SAndre Guedes } __packed;
1308eb9d91f5SAndre Guedes 
1309a7139eddSJohan Hedberg #define HCI_LE_USE_PEER_ADDR		0x00
1310a7139eddSJohan Hedberg #define HCI_LE_USE_WHITELIST		0x01
1311a7139eddSJohan Hedberg 
131263185f64SVille Tervo #define HCI_OP_LE_CREATE_CONN		0x200d
131363185f64SVille Tervo struct hci_cp_le_create_conn {
131463185f64SVille Tervo 	__le16   scan_interval;
131563185f64SVille Tervo 	__le16   scan_window;
131663185f64SVille Tervo 	__u8     filter_policy;
131763185f64SVille Tervo 	__u8     peer_addr_type;
131863185f64SVille Tervo 	bdaddr_t peer_addr;
131963185f64SVille Tervo 	__u8     own_address_type;
132063185f64SVille Tervo 	__le16   conn_interval_min;
132163185f64SVille Tervo 	__le16   conn_interval_max;
132263185f64SVille Tervo 	__le16   conn_latency;
132363185f64SVille Tervo 	__le16   supervision_timeout;
132463185f64SVille Tervo 	__le16   min_ce_len;
132563185f64SVille Tervo 	__le16   max_ce_len;
132663185f64SVille Tervo } __packed;
132763185f64SVille Tervo 
132863185f64SVille Tervo #define HCI_OP_LE_CREATE_CONN_CANCEL	0x200e
132963185f64SVille Tervo 
1330cf1d081fSJohan Hedberg #define HCI_OP_LE_READ_WHITE_LIST_SIZE	0x200f
1331cf1d081fSJohan Hedberg struct hci_rp_le_read_white_list_size {
1332cf1d081fSJohan Hedberg 	__u8	status;
1333cf1d081fSJohan Hedberg 	__u8	size;
1334cf1d081fSJohan Hedberg } __packed;
1335cf1d081fSJohan Hedberg 
1336d9a7b0a5SMarcel Holtmann #define HCI_OP_LE_CLEAR_WHITE_LIST	0x2010
1337d9a7b0a5SMarcel Holtmann 
1338d9a7b0a5SMarcel Holtmann #define HCI_OP_LE_ADD_TO_WHITE_LIST	0x2011
1339d9a7b0a5SMarcel Holtmann struct hci_cp_le_add_to_white_list {
1340d9a7b0a5SMarcel Holtmann 	__u8     bdaddr_type;
1341d9a7b0a5SMarcel Holtmann 	bdaddr_t bdaddr;
1342d9a7b0a5SMarcel Holtmann } __packed;
1343d9a7b0a5SMarcel Holtmann 
1344d9a7b0a5SMarcel Holtmann #define HCI_OP_LE_DEL_FROM_WHITE_LIST	0x2012
1345d9a7b0a5SMarcel Holtmann struct hci_cp_le_del_from_white_list {
1346d9a7b0a5SMarcel Holtmann 	__u8     bdaddr_type;
1347d9a7b0a5SMarcel Holtmann 	bdaddr_t bdaddr;
1348d9a7b0a5SMarcel Holtmann } __packed;
1349d9a7b0a5SMarcel Holtmann 
13502ce603ebSClaudio Takahasi #define HCI_OP_LE_CONN_UPDATE		0x2013
13512ce603ebSClaudio Takahasi struct hci_cp_le_conn_update {
13522ce603ebSClaudio Takahasi 	__le16   handle;
13532ce603ebSClaudio Takahasi 	__le16   conn_interval_min;
13542ce603ebSClaudio Takahasi 	__le16   conn_interval_max;
13552ce603ebSClaudio Takahasi 	__le16   conn_latency;
13562ce603ebSClaudio Takahasi 	__le16   supervision_timeout;
13572ce603ebSClaudio Takahasi 	__le16   min_ce_len;
13582ce603ebSClaudio Takahasi 	__le16   max_ce_len;
13592ce603ebSClaudio Takahasi } __packed;
13602ce603ebSClaudio Takahasi 
1361a7a595f6SVinicius Costa Gomes #define HCI_OP_LE_START_ENC		0x2019
1362a7a595f6SVinicius Costa Gomes struct hci_cp_le_start_enc {
1363a7a595f6SVinicius Costa Gomes 	__le16	handle;
1364fe39c7b2SMarcel Holtmann 	__le64	rand;
1365a7a595f6SVinicius Costa Gomes 	__le16	ediv;
1366a7a595f6SVinicius Costa Gomes 	__u8	ltk[16];
1367a7a595f6SVinicius Costa Gomes } __packed;
1368a7a595f6SVinicius Costa Gomes 
1369a7a595f6SVinicius Costa Gomes #define HCI_OP_LE_LTK_REPLY		0x201a
1370a7a595f6SVinicius Costa Gomes struct hci_cp_le_ltk_reply {
1371a7a595f6SVinicius Costa Gomes 	__le16	handle;
1372a7a595f6SVinicius Costa Gomes 	__u8	ltk[16];
1373a7a595f6SVinicius Costa Gomes } __packed;
1374a7a595f6SVinicius Costa Gomes struct hci_rp_le_ltk_reply {
1375a7a595f6SVinicius Costa Gomes 	__u8	status;
1376a7a595f6SVinicius Costa Gomes 	__le16	handle;
1377a7a595f6SVinicius Costa Gomes } __packed;
1378a7a595f6SVinicius Costa Gomes 
1379a7a595f6SVinicius Costa Gomes #define HCI_OP_LE_LTK_NEG_REPLY		0x201b
1380a7a595f6SVinicius Costa Gomes struct hci_cp_le_ltk_neg_reply {
1381a7a595f6SVinicius Costa Gomes 	__le16	handle;
1382a7a595f6SVinicius Costa Gomes } __packed;
1383a7a595f6SVinicius Costa Gomes struct hci_rp_le_ltk_neg_reply {
1384a7a595f6SVinicius Costa Gomes 	__u8	status;
1385a7a595f6SVinicius Costa Gomes 	__le16	handle;
1386a7a595f6SVinicius Costa Gomes } __packed;
1387a7a595f6SVinicius Costa Gomes 
13889b008c04SJohan Hedberg #define HCI_OP_LE_READ_SUPPORTED_STATES	0x201c
13899b008c04SJohan Hedberg struct hci_rp_le_read_supported_states {
13909b008c04SJohan Hedberg 	__u8	status;
13919b008c04SJohan Hedberg 	__u8	le_states[8];
13929b008c04SJohan Hedberg } __packed;
13939b008c04SJohan Hedberg 
13948e75b46aSAndre Guedes #define HCI_OP_LE_CONN_PARAM_REQ_REPLY	0x2020
13958e75b46aSAndre Guedes struct hci_cp_le_conn_param_req_reply {
13968e75b46aSAndre Guedes 	__le16	handle;
13978e75b46aSAndre Guedes 	__le16	interval_min;
13988e75b46aSAndre Guedes 	__le16	interval_max;
13998e75b46aSAndre Guedes 	__le16	latency;
14008e75b46aSAndre Guedes 	__le16	timeout;
14018e75b46aSAndre Guedes 	__le16	min_ce_len;
14028e75b46aSAndre Guedes 	__le16	max_ce_len;
14038e75b46aSAndre Guedes } __packed;
14048e75b46aSAndre Guedes 
14058e75b46aSAndre Guedes #define HCI_OP_LE_CONN_PARAM_REQ_NEG_REPLY	0x2021
14068e75b46aSAndre Guedes struct hci_cp_le_conn_param_req_neg_reply {
14078e75b46aSAndre Guedes 	__le16	handle;
14088e75b46aSAndre Guedes 	__u8	reason;
14098e75b46aSAndre Guedes } __packed;
14108e75b46aSAndre Guedes 
141194a3bd02SMarcel Holtmann #define HCI_OP_LE_SET_DATA_LEN		0x2022
141294a3bd02SMarcel Holtmann struct hci_cp_le_set_data_len {
141394a3bd02SMarcel Holtmann 	__le16	handle;
141494a3bd02SMarcel Holtmann 	__le16	tx_len;
141594a3bd02SMarcel Holtmann 	__le16	tx_time;
141694a3bd02SMarcel Holtmann } __packed;
141794a3bd02SMarcel Holtmann struct hci_rp_le_set_data_len {
141894a3bd02SMarcel Holtmann 	__u8	status;
141994a3bd02SMarcel Holtmann 	__le16	handle;
142094a3bd02SMarcel Holtmann } __packed;
142194a3bd02SMarcel Holtmann 
142294a3bd02SMarcel Holtmann #define HCI_OP_LE_READ_DEF_DATA_LEN	0x2023
142394a3bd02SMarcel Holtmann struct hci_rp_le_read_def_data_len {
142494a3bd02SMarcel Holtmann 	__u8	status;
142594a3bd02SMarcel Holtmann 	__le16	tx_len;
142694a3bd02SMarcel Holtmann 	__le16	tx_time;
142794a3bd02SMarcel Holtmann } __packed;
142894a3bd02SMarcel Holtmann 
142994a3bd02SMarcel Holtmann #define HCI_OP_LE_WRITE_DEF_DATA_LEN	0x2024
143094a3bd02SMarcel Holtmann struct hci_cp_le_write_def_data_len {
143194a3bd02SMarcel Holtmann 	__le16	tx_len;
143294a3bd02SMarcel Holtmann 	__le16	tx_time;
143394a3bd02SMarcel Holtmann } __packed;
143494a3bd02SMarcel Holtmann 
143594a3bd02SMarcel Holtmann #define HCI_OP_LE_READ_MAX_DATA_LEN	0x202f
143694a3bd02SMarcel Holtmann struct hci_rp_le_read_max_data_len {
143794a3bd02SMarcel Holtmann 	__u8	status;
143894a3bd02SMarcel Holtmann 	__le16	tx_len;
143994a3bd02SMarcel Holtmann 	__le16	tx_time;
144094a3bd02SMarcel Holtmann 	__le16	rx_len;
144194a3bd02SMarcel Holtmann 	__le16	rx_time;
144294a3bd02SMarcel Holtmann } __packed;
144394a3bd02SMarcel Holtmann 
14441da177e4SLinus Torvalds /* ---- HCI Events ---- */
14451da177e4SLinus Torvalds #define HCI_EV_INQUIRY_COMPLETE		0x01
14461da177e4SLinus Torvalds 
14471da177e4SLinus Torvalds #define HCI_EV_INQUIRY_RESULT		0x02
14481da177e4SLinus Torvalds struct inquiry_info {
14491da177e4SLinus Torvalds 	bdaddr_t bdaddr;
14501da177e4SLinus Torvalds 	__u8     pscan_rep_mode;
14511da177e4SLinus Torvalds 	__u8     pscan_period_mode;
14521da177e4SLinus Torvalds 	__u8     pscan_mode;
14531da177e4SLinus Torvalds 	__u8     dev_class[3];
14541ebb9252SMarcel Holtmann 	__le16   clock_offset;
145566c853ccSGustavo F. Padovan } __packed;
14561da177e4SLinus Torvalds 
14571da177e4SLinus Torvalds #define HCI_EV_CONN_COMPLETE		0x03
14581da177e4SLinus Torvalds struct hci_ev_conn_complete {
14591da177e4SLinus Torvalds 	__u8     status;
14601ebb9252SMarcel Holtmann 	__le16   handle;
14611da177e4SLinus Torvalds 	bdaddr_t bdaddr;
14621da177e4SLinus Torvalds 	__u8     link_type;
14631da177e4SLinus Torvalds 	__u8     encr_mode;
146466c853ccSGustavo F. Padovan } __packed;
14651da177e4SLinus Torvalds 
14661da177e4SLinus Torvalds #define HCI_EV_CONN_REQUEST		0x04
14671da177e4SLinus Torvalds struct hci_ev_conn_request {
14681da177e4SLinus Torvalds 	bdaddr_t bdaddr;
14691da177e4SLinus Torvalds 	__u8     dev_class[3];
14701da177e4SLinus Torvalds 	__u8     link_type;
147166c853ccSGustavo F. Padovan } __packed;
14721da177e4SLinus Torvalds 
14731da177e4SLinus Torvalds #define HCI_EV_DISCONN_COMPLETE		0x05
14741da177e4SLinus Torvalds struct hci_ev_disconn_complete {
14751da177e4SLinus Torvalds 	__u8     status;
14761ebb9252SMarcel Holtmann 	__le16   handle;
14771da177e4SLinus Torvalds 	__u8     reason;
147866c853ccSGustavo F. Padovan } __packed;
14791da177e4SLinus Torvalds 
14801da177e4SLinus Torvalds #define HCI_EV_AUTH_COMPLETE		0x06
14811da177e4SLinus Torvalds struct hci_ev_auth_complete {
14821da177e4SLinus Torvalds 	__u8     status;
14831ebb9252SMarcel Holtmann 	__le16   handle;
148466c853ccSGustavo F. Padovan } __packed;
14851da177e4SLinus Torvalds 
1486a9de9248SMarcel Holtmann #define HCI_EV_REMOTE_NAME		0x07
1487a9de9248SMarcel Holtmann struct hci_ev_remote_name {
1488a9de9248SMarcel Holtmann 	__u8     status;
1489a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
14901f6c6378SJohan Hedberg 	__u8     name[HCI_MAX_NAME_LENGTH];
149166c853ccSGustavo F. Padovan } __packed;
1492a9de9248SMarcel Holtmann 
14931da177e4SLinus Torvalds #define HCI_EV_ENCRYPT_CHANGE		0x08
14941da177e4SLinus Torvalds struct hci_ev_encrypt_change {
14951da177e4SLinus Torvalds 	__u8     status;
14961ebb9252SMarcel Holtmann 	__le16   handle;
14971da177e4SLinus Torvalds 	__u8     encrypt;
149866c853ccSGustavo F. Padovan } __packed;
14991da177e4SLinus Torvalds 
1500a9de9248SMarcel Holtmann #define HCI_EV_CHANGE_LINK_KEY_COMPLETE	0x09
1501a9de9248SMarcel Holtmann struct hci_ev_change_link_key_complete {
15021da177e4SLinus Torvalds 	__u8     status;
15031ebb9252SMarcel Holtmann 	__le16   handle;
150466c853ccSGustavo F. Padovan } __packed;
15051da177e4SLinus Torvalds 
1506a9de9248SMarcel Holtmann #define HCI_EV_REMOTE_FEATURES		0x0b
1507a9de9248SMarcel Holtmann struct hci_ev_remote_features {
1508a9de9248SMarcel Holtmann 	__u8     status;
1509a9de9248SMarcel Holtmann 	__le16   handle;
1510a9de9248SMarcel Holtmann 	__u8     features[8];
151166c853ccSGustavo F. Padovan } __packed;
1512a9de9248SMarcel Holtmann 
1513a9de9248SMarcel Holtmann #define HCI_EV_REMOTE_VERSION		0x0c
1514a9de9248SMarcel Holtmann struct hci_ev_remote_version {
1515a9de9248SMarcel Holtmann 	__u8     status;
1516a9de9248SMarcel Holtmann 	__le16   handle;
1517a9de9248SMarcel Holtmann 	__u8     lmp_ver;
1518a9de9248SMarcel Holtmann 	__le16   manufacturer;
1519a9de9248SMarcel Holtmann 	__le16   lmp_subver;
152066c853ccSGustavo F. Padovan } __packed;
1521a9de9248SMarcel Holtmann 
1522a9de9248SMarcel Holtmann #define HCI_EV_QOS_SETUP_COMPLETE	0x0d
15231da177e4SLinus Torvalds struct hci_qos {
15241da177e4SLinus Torvalds 	__u8     service_type;
15251da177e4SLinus Torvalds 	__u32    token_rate;
15261da177e4SLinus Torvalds 	__u32    peak_bandwidth;
15271da177e4SLinus Torvalds 	__u32    latency;
15281da177e4SLinus Torvalds 	__u32    delay_variation;
152966c853ccSGustavo F. Padovan } __packed;
15301da177e4SLinus Torvalds struct hci_ev_qos_setup_complete {
15311da177e4SLinus Torvalds 	__u8     status;
15321ebb9252SMarcel Holtmann 	__le16   handle;
15331da177e4SLinus Torvalds 	struct   hci_qos qos;
153466c853ccSGustavo F. Padovan } __packed;
15351da177e4SLinus Torvalds 
1536a9de9248SMarcel Holtmann #define HCI_EV_CMD_COMPLETE		0x0e
15371da177e4SLinus Torvalds struct hci_ev_cmd_complete {
15381da177e4SLinus Torvalds 	__u8     ncmd;
15391ebb9252SMarcel Holtmann 	__le16   opcode;
154066c853ccSGustavo F. Padovan } __packed;
15411da177e4SLinus Torvalds 
1542a9de9248SMarcel Holtmann #define HCI_EV_CMD_STATUS		0x0f
15431da177e4SLinus Torvalds struct hci_ev_cmd_status {
15441da177e4SLinus Torvalds 	__u8     status;
15451da177e4SLinus Torvalds 	__u8     ncmd;
15461ebb9252SMarcel Holtmann 	__le16   opcode;
154766c853ccSGustavo F. Padovan } __packed;
15481da177e4SLinus Torvalds 
154924dfa343SMarcel Holtmann #define HCI_EV_HARDWARE_ERROR		0x10
155024dfa343SMarcel Holtmann struct hci_ev_hardware_error {
155124dfa343SMarcel Holtmann 	__u8     code;
155224dfa343SMarcel Holtmann } __packed;
155324dfa343SMarcel Holtmann 
15541da177e4SLinus Torvalds #define HCI_EV_ROLE_CHANGE		0x12
15551da177e4SLinus Torvalds struct hci_ev_role_change {
15561da177e4SLinus Torvalds 	__u8     status;
15571da177e4SLinus Torvalds 	bdaddr_t bdaddr;
15581da177e4SLinus Torvalds 	__u8     role;
155966c853ccSGustavo F. Padovan } __packed;
15601da177e4SLinus Torvalds 
1561a9de9248SMarcel Holtmann #define HCI_EV_NUM_COMP_PKTS		0x13
1562613a1c0cSAndrei Emeltchenko struct hci_comp_pkts_info {
1563613a1c0cSAndrei Emeltchenko 	__le16   handle;
1564613a1c0cSAndrei Emeltchenko 	__le16   count;
1565613a1c0cSAndrei Emeltchenko } __packed;
1566613a1c0cSAndrei Emeltchenko 
1567a9de9248SMarcel Holtmann struct hci_ev_num_comp_pkts {
1568a9de9248SMarcel Holtmann 	__u8     num_hndl;
1569613a1c0cSAndrei Emeltchenko 	struct hci_comp_pkts_info handles[0];
157066c853ccSGustavo F. Padovan } __packed;
1571a9de9248SMarcel Holtmann 
15721da177e4SLinus Torvalds #define HCI_EV_MODE_CHANGE		0x14
15731da177e4SLinus Torvalds struct hci_ev_mode_change {
15741da177e4SLinus Torvalds 	__u8     status;
15751ebb9252SMarcel Holtmann 	__le16   handle;
15761da177e4SLinus Torvalds 	__u8     mode;
15771ebb9252SMarcel Holtmann 	__le16   interval;
157866c853ccSGustavo F. Padovan } __packed;
15791da177e4SLinus Torvalds 
15801da177e4SLinus Torvalds #define HCI_EV_PIN_CODE_REQ		0x16
15811da177e4SLinus Torvalds struct hci_ev_pin_code_req {
15821da177e4SLinus Torvalds 	bdaddr_t bdaddr;
158366c853ccSGustavo F. Padovan } __packed;
15841da177e4SLinus Torvalds 
15851da177e4SLinus Torvalds #define HCI_EV_LINK_KEY_REQ		0x17
15861da177e4SLinus Torvalds struct hci_ev_link_key_req {
15871da177e4SLinus Torvalds 	bdaddr_t bdaddr;
158866c853ccSGustavo F. Padovan } __packed;
15891da177e4SLinus Torvalds 
15901da177e4SLinus Torvalds #define HCI_EV_LINK_KEY_NOTIFY		0x18
15911da177e4SLinus Torvalds struct hci_ev_link_key_notify {
15921da177e4SLinus Torvalds 	bdaddr_t bdaddr;
15939b3b4460SAndrei Emeltchenko 	__u8     link_key[HCI_LINK_KEY_SIZE];
15941da177e4SLinus Torvalds 	__u8     key_type;
159566c853ccSGustavo F. Padovan } __packed;
15961da177e4SLinus Torvalds 
1597a9de9248SMarcel Holtmann #define HCI_EV_CLOCK_OFFSET		0x1c
15981da177e4SLinus Torvalds struct hci_ev_clock_offset {
15991da177e4SLinus Torvalds 	__u8     status;
16001ebb9252SMarcel Holtmann 	__le16   handle;
16011ebb9252SMarcel Holtmann 	__le16   clock_offset;
160266c853ccSGustavo F. Padovan } __packed;
16031da177e4SLinus Torvalds 
1604a8746417SMarcel Holtmann #define HCI_EV_PKT_TYPE_CHANGE		0x1d
1605a8746417SMarcel Holtmann struct hci_ev_pkt_type_change {
1606a8746417SMarcel Holtmann 	__u8     status;
1607a8746417SMarcel Holtmann 	__le16   handle;
1608a8746417SMarcel Holtmann 	__le16   pkt_type;
160966c853ccSGustavo F. Padovan } __packed;
1610a8746417SMarcel Holtmann 
161185a1e930SMarcel Holtmann #define HCI_EV_PSCAN_REP_MODE		0x20
161285a1e930SMarcel Holtmann struct hci_ev_pscan_rep_mode {
161385a1e930SMarcel Holtmann 	bdaddr_t bdaddr;
161485a1e930SMarcel Holtmann 	__u8     pscan_rep_mode;
161566c853ccSGustavo F. Padovan } __packed;
161685a1e930SMarcel Holtmann 
1617a9de9248SMarcel Holtmann #define HCI_EV_INQUIRY_RESULT_WITH_RSSI	0x22
1618a9de9248SMarcel Holtmann struct inquiry_info_with_rssi {
1619a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
1620a9de9248SMarcel Holtmann 	__u8     pscan_rep_mode;
1621a9de9248SMarcel Holtmann 	__u8     pscan_period_mode;
1622a9de9248SMarcel Holtmann 	__u8     dev_class[3];
1623a9de9248SMarcel Holtmann 	__le16   clock_offset;
1624a9de9248SMarcel Holtmann 	__s8     rssi;
162566c853ccSGustavo F. Padovan } __packed;
1626a9de9248SMarcel Holtmann struct inquiry_info_with_rssi_and_pscan_mode {
1627a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
1628a9de9248SMarcel Holtmann 	__u8     pscan_rep_mode;
1629a9de9248SMarcel Holtmann 	__u8     pscan_period_mode;
1630a9de9248SMarcel Holtmann 	__u8     pscan_mode;
1631a9de9248SMarcel Holtmann 	__u8     dev_class[3];
1632a9de9248SMarcel Holtmann 	__le16   clock_offset;
1633a9de9248SMarcel Holtmann 	__s8     rssi;
163466c853ccSGustavo F. Padovan } __packed;
1635a9de9248SMarcel Holtmann 
1636a9de9248SMarcel Holtmann #define HCI_EV_REMOTE_EXT_FEATURES	0x23
1637a9de9248SMarcel Holtmann struct hci_ev_remote_ext_features {
1638a9de9248SMarcel Holtmann 	__u8     status;
1639a9de9248SMarcel Holtmann 	__le16   handle;
1640a9de9248SMarcel Holtmann 	__u8     page;
1641a9de9248SMarcel Holtmann 	__u8     max_page;
1642a9de9248SMarcel Holtmann 	__u8     features[8];
164366c853ccSGustavo F. Padovan } __packed;
1644a9de9248SMarcel Holtmann 
1645a9de9248SMarcel Holtmann #define HCI_EV_SYNC_CONN_COMPLETE	0x2c
1646a9de9248SMarcel Holtmann struct hci_ev_sync_conn_complete {
1647a9de9248SMarcel Holtmann 	__u8     status;
1648a9de9248SMarcel Holtmann 	__le16   handle;
1649a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
1650a9de9248SMarcel Holtmann 	__u8     link_type;
1651a9de9248SMarcel Holtmann 	__u8     tx_interval;
1652a9de9248SMarcel Holtmann 	__u8     retrans_window;
1653a9de9248SMarcel Holtmann 	__le16   rx_pkt_len;
1654a9de9248SMarcel Holtmann 	__le16   tx_pkt_len;
1655a9de9248SMarcel Holtmann 	__u8     air_mode;
165666c853ccSGustavo F. Padovan } __packed;
1657a9de9248SMarcel Holtmann 
1658a9de9248SMarcel Holtmann #define HCI_EV_SYNC_CONN_CHANGED	0x2d
1659a9de9248SMarcel Holtmann struct hci_ev_sync_conn_changed {
1660a9de9248SMarcel Holtmann 	__u8     status;
1661a9de9248SMarcel Holtmann 	__le16   handle;
1662a9de9248SMarcel Holtmann 	__u8     tx_interval;
1663a9de9248SMarcel Holtmann 	__u8     retrans_window;
1664a9de9248SMarcel Holtmann 	__le16   rx_pkt_len;
1665a9de9248SMarcel Holtmann 	__le16   tx_pkt_len;
166666c853ccSGustavo F. Padovan } __packed;
1667a9de9248SMarcel Holtmann 
1668a9de9248SMarcel Holtmann #define HCI_EV_SNIFF_SUBRATE		0x2e
166904837f64SMarcel Holtmann struct hci_ev_sniff_subrate {
167004837f64SMarcel Holtmann 	__u8     status;
167104837f64SMarcel Holtmann 	__le16   handle;
167204837f64SMarcel Holtmann 	__le16   max_tx_latency;
167304837f64SMarcel Holtmann 	__le16   max_rx_latency;
167404837f64SMarcel Holtmann 	__le16   max_remote_timeout;
167504837f64SMarcel Holtmann 	__le16   max_local_timeout;
167666c853ccSGustavo F. Padovan } __packed;
167704837f64SMarcel Holtmann 
1678a9de9248SMarcel Holtmann #define HCI_EV_EXTENDED_INQUIRY_RESULT	0x2f
1679a9de9248SMarcel Holtmann struct extended_inquiry_info {
1680a9de9248SMarcel Holtmann 	bdaddr_t bdaddr;
1681a9de9248SMarcel Holtmann 	__u8     pscan_rep_mode;
1682a9de9248SMarcel Holtmann 	__u8     pscan_period_mode;
1683a9de9248SMarcel Holtmann 	__u8     dev_class[3];
1684a9de9248SMarcel Holtmann 	__le16   clock_offset;
1685a9de9248SMarcel Holtmann 	__s8     rssi;
1686a9de9248SMarcel Holtmann 	__u8     data[240];
168766c853ccSGustavo F. Padovan } __packed;
1688a9de9248SMarcel Holtmann 
16891c2e0041SJohan Hedberg #define HCI_EV_KEY_REFRESH_COMPLETE	0x30
16901c2e0041SJohan Hedberg struct hci_ev_key_refresh_complete {
16911c2e0041SJohan Hedberg 	__u8	status;
16921c2e0041SJohan Hedberg 	__le16	handle;
16931c2e0041SJohan Hedberg } __packed;
16941c2e0041SJohan Hedberg 
16950493684eSMarcel Holtmann #define HCI_EV_IO_CAPA_REQUEST		0x31
16960493684eSMarcel Holtmann struct hci_ev_io_capa_request {
16970493684eSMarcel Holtmann 	bdaddr_t bdaddr;
169866c853ccSGustavo F. Padovan } __packed;
16990493684eSMarcel Holtmann 
170003b555e1SJohan Hedberg #define HCI_EV_IO_CAPA_REPLY		0x32
170103b555e1SJohan Hedberg struct hci_ev_io_capa_reply {
170203b555e1SJohan Hedberg 	bdaddr_t bdaddr;
170303b555e1SJohan Hedberg 	__u8     capability;
170403b555e1SJohan Hedberg 	__u8     oob_data;
170503b555e1SJohan Hedberg 	__u8     authentication;
170603b555e1SJohan Hedberg } __packed;
170703b555e1SJohan Hedberg 
1708a5c29683SJohan Hedberg #define HCI_EV_USER_CONFIRM_REQUEST	0x33
1709a5c29683SJohan Hedberg struct hci_ev_user_confirm_req {
1710a5c29683SJohan Hedberg 	bdaddr_t	bdaddr;
1711a5c29683SJohan Hedberg 	__le32		passkey;
1712a5c29683SJohan Hedberg } __packed;
1713a5c29683SJohan Hedberg 
17149ad4019aSBrian Gix #define HCI_EV_USER_PASSKEY_REQUEST	0x34
17159ad4019aSBrian Gix struct hci_ev_user_passkey_req {
17169ad4019aSBrian Gix 	bdaddr_t	bdaddr;
17179ad4019aSBrian Gix } __packed;
17189ad4019aSBrian Gix 
17192763eda6SSzymon Janc #define HCI_EV_REMOTE_OOB_DATA_REQUEST	0x35
17202763eda6SSzymon Janc struct hci_ev_remote_oob_data_request {
17212763eda6SSzymon Janc 	bdaddr_t bdaddr;
17222763eda6SSzymon Janc } __packed;
17232763eda6SSzymon Janc 
17240493684eSMarcel Holtmann #define HCI_EV_SIMPLE_PAIR_COMPLETE	0x36
17250493684eSMarcel Holtmann struct hci_ev_simple_pair_complete {
17260493684eSMarcel Holtmann 	__u8     status;
17270493684eSMarcel Holtmann 	bdaddr_t bdaddr;
172866c853ccSGustavo F. Padovan } __packed;
17290493684eSMarcel Holtmann 
173092a25256SJohan Hedberg #define HCI_EV_USER_PASSKEY_NOTIFY	0x3b
173192a25256SJohan Hedberg struct hci_ev_user_passkey_notify {
173292a25256SJohan Hedberg 	bdaddr_t	bdaddr;
173392a25256SJohan Hedberg 	__le32		passkey;
173492a25256SJohan Hedberg } __packed;
173592a25256SJohan Hedberg 
173692a25256SJohan Hedberg #define HCI_KEYPRESS_STARTED		0
173792a25256SJohan Hedberg #define HCI_KEYPRESS_ENTERED		1
173892a25256SJohan Hedberg #define HCI_KEYPRESS_ERASED		2
173992a25256SJohan Hedberg #define HCI_KEYPRESS_CLEARED		3
174092a25256SJohan Hedberg #define HCI_KEYPRESS_COMPLETED		4
174192a25256SJohan Hedberg 
174292a25256SJohan Hedberg #define HCI_EV_KEYPRESS_NOTIFY		0x3c
174392a25256SJohan Hedberg struct hci_ev_keypress_notify {
174492a25256SJohan Hedberg 	bdaddr_t	bdaddr;
174592a25256SJohan Hedberg 	__u8		type;
174692a25256SJohan Hedberg } __packed;
174792a25256SJohan Hedberg 
174841a96212SMarcel Holtmann #define HCI_EV_REMOTE_HOST_FEATURES	0x3d
174941a96212SMarcel Holtmann struct hci_ev_remote_host_features {
175041a96212SMarcel Holtmann 	bdaddr_t bdaddr;
175141a96212SMarcel Holtmann 	__u8     features[8];
175266c853ccSGustavo F. Padovan } __packed;
175341a96212SMarcel Holtmann 
175463185f64SVille Tervo #define HCI_EV_LE_META			0x3e
175563185f64SVille Tervo struct hci_ev_le_meta {
175663185f64SVille Tervo 	__u8     subevent;
175763185f64SVille Tervo } __packed;
175863185f64SVille Tervo 
1759523e93cdSAndrei Emeltchenko #define HCI_EV_PHY_LINK_COMPLETE	0x40
1760523e93cdSAndrei Emeltchenko struct hci_ev_phy_link_complete {
1761523e93cdSAndrei Emeltchenko 	__u8     status;
1762523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
1763523e93cdSAndrei Emeltchenko } __packed;
1764523e93cdSAndrei Emeltchenko 
1765523e93cdSAndrei Emeltchenko #define HCI_EV_CHANNEL_SELECTED		0x41
1766523e93cdSAndrei Emeltchenko struct hci_ev_channel_selected {
1767523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
1768523e93cdSAndrei Emeltchenko } __packed;
1769523e93cdSAndrei Emeltchenko 
1770523e93cdSAndrei Emeltchenko #define HCI_EV_DISCONN_PHY_LINK_COMPLETE	0x42
1771523e93cdSAndrei Emeltchenko struct hci_ev_disconn_phy_link_complete {
1772523e93cdSAndrei Emeltchenko 	__u8     status;
1773523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
1774523e93cdSAndrei Emeltchenko 	__u8     reason;
1775523e93cdSAndrei Emeltchenko } __packed;
1776523e93cdSAndrei Emeltchenko 
1777523e93cdSAndrei Emeltchenko #define HCI_EV_LOGICAL_LINK_COMPLETE		0x45
1778523e93cdSAndrei Emeltchenko struct hci_ev_logical_link_complete {
1779523e93cdSAndrei Emeltchenko 	__u8     status;
1780523e93cdSAndrei Emeltchenko 	__le16   handle;
1781523e93cdSAndrei Emeltchenko 	__u8     phy_handle;
1782523e93cdSAndrei Emeltchenko 	__u8     flow_spec_id;
1783523e93cdSAndrei Emeltchenko } __packed;
1784523e93cdSAndrei Emeltchenko 
1785523e93cdSAndrei Emeltchenko #define HCI_EV_DISCONN_LOGICAL_LINK_COMPLETE	0x46
1786523e93cdSAndrei Emeltchenko struct hci_ev_disconn_logical_link_complete {
1787523e93cdSAndrei Emeltchenko 	__u8     status;
1788523e93cdSAndrei Emeltchenko 	__le16   handle;
1789523e93cdSAndrei Emeltchenko 	__u8     reason;
1790523e93cdSAndrei Emeltchenko } __packed;
1791523e93cdSAndrei Emeltchenko 
179225e89e99SAndrei Emeltchenko #define HCI_EV_NUM_COMP_BLOCKS		0x48
179325e89e99SAndrei Emeltchenko struct hci_comp_blocks_info {
179425e89e99SAndrei Emeltchenko 	__le16   handle;
179525e89e99SAndrei Emeltchenko 	__le16   pkts;
179625e89e99SAndrei Emeltchenko 	__le16   blocks;
179725e89e99SAndrei Emeltchenko } __packed;
179825e89e99SAndrei Emeltchenko 
179925e89e99SAndrei Emeltchenko struct hci_ev_num_comp_blocks {
180025e89e99SAndrei Emeltchenko 	__le16   num_blocks;
180125e89e99SAndrei Emeltchenko 	__u8     num_hndl;
180225e89e99SAndrei Emeltchenko 	struct hci_comp_blocks_info handles[0];
180325e89e99SAndrei Emeltchenko } __packed;
180425e89e99SAndrei Emeltchenko 
18052b359445SDoHyun Pyun #define HCI_EV_SYNC_TRAIN_COMPLETE	0x4F
18062b359445SDoHyun Pyun struct hci_ev_sync_train_complete {
18072b359445SDoHyun Pyun 	__u8	status;
18082b359445SDoHyun Pyun } __packed;
18092b359445SDoHyun Pyun 
18102ed01805SDoHyun Pyun #define HCI_EV_SLAVE_PAGE_RESP_TIMEOUT	0x54
18112ed01805SDoHyun Pyun 
181263185f64SVille Tervo #define HCI_EV_LE_CONN_COMPLETE		0x01
181363185f64SVille Tervo struct hci_ev_le_conn_complete {
181463185f64SVille Tervo 	__u8     status;
181563185f64SVille Tervo 	__le16   handle;
181663185f64SVille Tervo 	__u8     role;
181763185f64SVille Tervo 	__u8     bdaddr_type;
181863185f64SVille Tervo 	bdaddr_t bdaddr;
181963185f64SVille Tervo 	__le16   interval;
182063185f64SVille Tervo 	__le16   latency;
182163185f64SVille Tervo 	__le16   supervision_timeout;
182263185f64SVille Tervo 	__u8     clk_accurancy;
182363185f64SVille Tervo } __packed;
182463185f64SVille Tervo 
18252331fd46SMarcel Holtmann /* Advertising report event types */
18262331fd46SMarcel Holtmann #define LE_ADV_IND		0x00
18272331fd46SMarcel Holtmann #define LE_ADV_DIRECT_IND	0x01
18282331fd46SMarcel Holtmann #define LE_ADV_SCAN_IND		0x02
18292331fd46SMarcel Holtmann #define LE_ADV_NONCONN_IND	0x03
18302331fd46SMarcel Holtmann #define LE_ADV_SCAN_RSP		0x04
18312331fd46SMarcel Holtmann 
18322331fd46SMarcel Holtmann #define ADDR_LE_DEV_PUBLIC	0x00
18332331fd46SMarcel Holtmann #define ADDR_LE_DEV_RANDOM	0x01
18342331fd46SMarcel Holtmann 
18352331fd46SMarcel Holtmann #define HCI_EV_LE_ADVERTISING_REPORT	0x02
18362331fd46SMarcel Holtmann struct hci_ev_le_advertising_info {
18372331fd46SMarcel Holtmann 	__u8	 evt_type;
18382331fd46SMarcel Holtmann 	__u8	 bdaddr_type;
18392331fd46SMarcel Holtmann 	bdaddr_t bdaddr;
18402331fd46SMarcel Holtmann 	__u8	 length;
18412331fd46SMarcel Holtmann 	__u8	 data[0];
18422331fd46SMarcel Holtmann } __packed;
18432331fd46SMarcel Holtmann 
18441855d92dSMarcel Holtmann #define HCI_EV_LE_CONN_UPDATE_COMPLETE	0x03
18451855d92dSMarcel Holtmann struct hci_ev_le_conn_update_complete {
18461855d92dSMarcel Holtmann 	__u8     status;
18471855d92dSMarcel Holtmann 	__le16   handle;
18481855d92dSMarcel Holtmann 	__le16   interval;
18491855d92dSMarcel Holtmann 	__le16   latency;
18501855d92dSMarcel Holtmann 	__le16   supervision_timeout;
18511855d92dSMarcel Holtmann } __packed;
18521855d92dSMarcel Holtmann 
1853a7a595f6SVinicius Costa Gomes #define HCI_EV_LE_LTK_REQ		0x05
1854a7a595f6SVinicius Costa Gomes struct hci_ev_le_ltk_req {
1855a7a595f6SVinicius Costa Gomes 	__le16	handle;
1856fe39c7b2SMarcel Holtmann 	__le64	rand;
1857a7a595f6SVinicius Costa Gomes 	__le16	ediv;
1858a7a595f6SVinicius Costa Gomes } __packed;
1859a7a595f6SVinicius Costa Gomes 
18608e75b46aSAndre Guedes #define HCI_EV_LE_REMOTE_CONN_PARAM_REQ	0x06
18618e75b46aSAndre Guedes struct hci_ev_le_remote_conn_param_req {
18628e75b46aSAndre Guedes 	__le16 handle;
18638e75b46aSAndre Guedes 	__le16 interval_min;
18648e75b46aSAndre Guedes 	__le16 interval_max;
18658e75b46aSAndre Guedes 	__le16 latency;
18668e75b46aSAndre Guedes 	__le16 timeout;
18678e75b46aSAndre Guedes } __packed;
18688e75b46aSAndre Guedes 
186994a3bd02SMarcel Holtmann #define HCI_EV_LE_DATA_LEN_CHANGE	0x07
187094a3bd02SMarcel Holtmann struct hci_ev_le_data_len_change {
187194a3bd02SMarcel Holtmann 	__le16	handle;
187294a3bd02SMarcel Holtmann 	__le16	tx_len;
187394a3bd02SMarcel Holtmann 	__le16	tx_time;
187494a3bd02SMarcel Holtmann 	__le16	rx_len;
187594a3bd02SMarcel Holtmann 	__le16	rx_time;
187694a3bd02SMarcel Holtmann } __packed;
187794a3bd02SMarcel Holtmann 
187832c9d43fSMarcel Holtmann #define HCI_EV_LE_DIRECT_ADV_REPORT	0x0B
187932c9d43fSMarcel Holtmann struct hci_ev_le_direct_adv_info {
188032c9d43fSMarcel Holtmann 	__u8	 evt_type;
188132c9d43fSMarcel Holtmann 	__u8	 bdaddr_type;
188232c9d43fSMarcel Holtmann 	bdaddr_t bdaddr;
188332c9d43fSMarcel Holtmann 	__u8	 direct_addr_type;
188432c9d43fSMarcel Holtmann 	bdaddr_t direct_addr;
188532c9d43fSMarcel Holtmann 	__s8	 rssi;
188632c9d43fSMarcel Holtmann } __packed;
188732c9d43fSMarcel Holtmann 
18881da177e4SLinus Torvalds /* Internal events generated by Bluetooth stack */
1889a9de9248SMarcel Holtmann #define HCI_EV_STACK_INTERNAL	0xfd
18901da177e4SLinus Torvalds struct hci_ev_stack_internal {
18911da177e4SLinus Torvalds 	__u16    type;
18921da177e4SLinus Torvalds 	__u8     data[0];
189366c853ccSGustavo F. Padovan } __packed;
18941da177e4SLinus Torvalds 
18951da177e4SLinus Torvalds #define HCI_EV_SI_DEVICE	0x01
18961da177e4SLinus Torvalds struct hci_ev_si_device {
18971da177e4SLinus Torvalds 	__u16    event;
18981da177e4SLinus Torvalds 	__u16    dev_id;
189966c853ccSGustavo F. Padovan } __packed;
19001da177e4SLinus Torvalds 
19011da177e4SLinus Torvalds #define HCI_EV_SI_SECURITY	0x02
19021da177e4SLinus Torvalds struct hci_ev_si_security {
19031da177e4SLinus Torvalds 	__u16    event;
19041da177e4SLinus Torvalds 	__u16    proto;
19051da177e4SLinus Torvalds 	__u16    subproto;
19061da177e4SLinus Torvalds 	__u8     incoming;
190766c853ccSGustavo F. Padovan } __packed;
19081da177e4SLinus Torvalds 
19091da177e4SLinus Torvalds /* ---- HCI Packet structures ---- */
19101da177e4SLinus Torvalds #define HCI_COMMAND_HDR_SIZE 3
19111da177e4SLinus Torvalds #define HCI_EVENT_HDR_SIZE   2
19121da177e4SLinus Torvalds #define HCI_ACL_HDR_SIZE     4
19131da177e4SLinus Torvalds #define HCI_SCO_HDR_SIZE     3
19141da177e4SLinus Torvalds 
19151da177e4SLinus Torvalds struct hci_command_hdr {
19161ebb9252SMarcel Holtmann 	__le16	opcode;		/* OCF & OGF */
19171da177e4SLinus Torvalds 	__u8	plen;
191866c853ccSGustavo F. Padovan } __packed;
19191da177e4SLinus Torvalds 
19201da177e4SLinus Torvalds struct hci_event_hdr {
19211da177e4SLinus Torvalds 	__u8	evt;
19221da177e4SLinus Torvalds 	__u8	plen;
192366c853ccSGustavo F. Padovan } __packed;
19241da177e4SLinus Torvalds 
19251da177e4SLinus Torvalds struct hci_acl_hdr {
19261ebb9252SMarcel Holtmann 	__le16	handle;		/* Handle & Flags(PB, BC) */
19271ebb9252SMarcel Holtmann 	__le16	dlen;
192866c853ccSGustavo F. Padovan } __packed;
19291da177e4SLinus Torvalds 
19301da177e4SLinus Torvalds struct hci_sco_hdr {
19311ebb9252SMarcel Holtmann 	__le16	handle;
19321da177e4SLinus Torvalds 	__u8	dlen;
193366c853ccSGustavo F. Padovan } __packed;
19341da177e4SLinus Torvalds 
19352a123b86SArnaldo Carvalho de Melo static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb)
19362a123b86SArnaldo Carvalho de Melo {
19372a123b86SArnaldo Carvalho de Melo 	return (struct hci_event_hdr *) skb->data;
19382a123b86SArnaldo Carvalho de Melo }
19392a123b86SArnaldo Carvalho de Melo 
19402a123b86SArnaldo Carvalho de Melo static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb)
19412a123b86SArnaldo Carvalho de Melo {
19422a123b86SArnaldo Carvalho de Melo 	return (struct hci_acl_hdr *) skb->data;
19432a123b86SArnaldo Carvalho de Melo }
19442a123b86SArnaldo Carvalho de Melo 
19452a123b86SArnaldo Carvalho de Melo static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb)
19462a123b86SArnaldo Carvalho de Melo {
19472a123b86SArnaldo Carvalho de Melo 	return (struct hci_sco_hdr *) skb->data;
19482a123b86SArnaldo Carvalho de Melo }
19492a123b86SArnaldo Carvalho de Melo 
19501da177e4SLinus Torvalds /* Command opcode pack/unpack */
1951c3c7ea65SGustavo Padovan #define hci_opcode_pack(ogf, ocf)	((__u16) ((ocf & 0x03ff)|(ogf << 10)))
19521da177e4SLinus Torvalds #define hci_opcode_ogf(op)		(op >> 10)
19531da177e4SLinus Torvalds #define hci_opcode_ocf(op)		(op & 0x03ff)
19541da177e4SLinus Torvalds 
19551da177e4SLinus Torvalds /* ACL handle and flags pack/unpack */
1956c3c7ea65SGustavo Padovan #define hci_handle_pack(h, f)	((__u16) ((h & 0x0fff)|(f << 12)))
19571da177e4SLinus Torvalds #define hci_handle(h)		(h & 0x0fff)
19581da177e4SLinus Torvalds #define hci_flags(h)		(h >> 12)
19591da177e4SLinus Torvalds 
19601da177e4SLinus Torvalds #endif /* __HCI_H */
1961