hci.h revision a15c33f9aaf27f75a7f6fa02a539b54caace4d35
1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Bluez header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to Android. It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef __HCI_H
13#define __HCI_H
14
15#ifdef __cplusplus
16#endif
17#include <sys/socket.h>
18#include <sys/ioctl.h>
19#define HCI_MAX_DEV 16
20#define HCI_MAX_ACL_SIZE 1024
21#define HCI_MAX_SCO_SIZE 255
22#define HCI_MAX_EVENT_SIZE 260
23#define HCI_MAX_FRAME_SIZE (HCI_MAX_ACL_SIZE + 4)
24#define HCI_DEV_REG 1
25#define HCI_DEV_UNREG 2
26#define HCI_DEV_UP 3
27#define HCI_DEV_DOWN 4
28#define HCI_DEV_SUSPEND 5
29#define HCI_DEV_RESUME 6
30#define HCI_VIRTUAL 0
31#define HCI_USB 1
32#define HCI_PCCARD 2
33#define HCI_UART 3
34#define HCI_RS232 4
35#define HCI_PCI 5
36#define HCI_SDIO 6
37#define HCIDEVUP _IOW('H', 201, int)
38#define HCIDEVDOWN _IOW('H', 202, int)
39#define HCIDEVRESET _IOW('H', 203, int)
40#define HCIDEVRESTAT _IOW('H', 204, int)
41#define HCIGETDEVLIST _IOR('H', 210, int)
42#define HCIGETDEVINFO _IOR('H', 211, int)
43#define HCIGETCONNLIST _IOR('H', 212, int)
44#define HCIGETCONNINFO _IOR('H', 213, int)
45#define HCIGETAUTHINFO _IOR('H', 215, int)
46#define HCISETRAW _IOW('H', 220, int)
47#define HCISETSCAN _IOW('H', 221, int)
48#define HCISETAUTH _IOW('H', 222, int)
49#define HCISETENCRYPT _IOW('H', 223, int)
50#define HCISETPTYPE _IOW('H', 224, int)
51#define HCISETLINKPOL _IOW('H', 225, int)
52#define HCISETLINKMODE _IOW('H', 226, int)
53#define HCISETACLMTU _IOW('H', 227, int)
54#define HCISETSCOMTU _IOW('H', 228, int)
55#define HCISETSECMGR _IOW('H', 230, int)
56#define HCIINQUIRY _IOR('H', 240, int)
57#ifndef __NO_HCI_DEFS
58#define HCI_COMMAND_PKT 0x01
59#define HCI_ACLDATA_PKT 0x02
60#define HCI_SCODATA_PKT 0x03
61#define HCI_EVENT_PKT 0x04
62#define HCI_VENDOR_PKT 0xff
63#define HCI_2DH1 0x0002
64#define HCI_3DH1 0x0004
65#define HCI_DM1 0x0008
66#define HCI_DH1 0x0010
67#define HCI_2DH3 0x0100
68#define HCI_3DH3 0x0200
69#define HCI_DM3 0x0400
70#define HCI_DH3 0x0800
71#define HCI_2DH5 0x1000
72#define HCI_3DH5 0x2000
73#define HCI_DM5 0x4000
74#define HCI_DH5 0x8000
75#define HCI_HV1 0x0020
76#define HCI_HV2 0x0040
77#define HCI_HV3 0x0080
78#define HCI_EV3 0x0008
79#define HCI_EV4 0x0010
80#define HCI_EV5 0x0020
81#define HCI_2EV3 0x0040
82#define HCI_3EV3 0x0080
83#define HCI_2EV5 0x0100
84#define HCI_3EV5 0x0200
85#define SCO_PTYPE_MASK (HCI_HV1 | HCI_HV2 | HCI_HV3)
86#define ACL_PTYPE_MASK (HCI_DM1 | HCI_DH1 | HCI_DM3 | HCI_DH3 | HCI_DM5 | HCI_DH5)
87#define HCI_UNKNOWN_COMMAND 0x01
88#define HCI_NO_CONNECTION 0x02
89#define HCI_HARDWARE_FAILURE 0x03
90#define HCI_PAGE_TIMEOUT 0x04
91#define HCI_AUTHENTICATION_FAILURE 0x05
92#define HCI_PIN_OR_KEY_MISSING 0x06
93#define HCI_MEMORY_FULL 0x07
94#define HCI_CONNECTION_TIMEOUT 0x08
95#define HCI_MAX_NUMBER_OF_CONNECTIONS 0x09
96#define HCI_MAX_NUMBER_OF_SCO_CONNECTIONS 0x0a
97#define HCI_ACL_CONNECTION_EXISTS 0x0b
98#define HCI_COMMAND_DISALLOWED 0x0c
99#define HCI_REJECTED_LIMITED_RESOURCES 0x0d
100#define HCI_REJECTED_SECURITY 0x0e
101#define HCI_REJECTED_PERSONAL 0x0f
102#define HCI_HOST_TIMEOUT 0x10
103#define HCI_UNSUPPORTED_FEATURE 0x11
104#define HCI_INVALID_PARAMETERS 0x12
105#define HCI_OE_USER_ENDED_CONNECTION 0x13
106#define HCI_OE_LOW_RESOURCES 0x14
107#define HCI_OE_POWER_OFF 0x15
108#define HCI_CONNECTION_TERMINATED 0x16
109#define HCI_REPEATED_ATTEMPTS 0x17
110#define HCI_PAIRING_NOT_ALLOWED 0x18
111#define HCI_UNKNOWN_LMP_PDU 0x19
112#define HCI_UNSUPPORTED_REMOTE_FEATURE 0x1a
113#define HCI_SCO_OFFSET_REJECTED 0x1b
114#define HCI_SCO_INTERVAL_REJECTED 0x1c
115#define HCI_AIR_MODE_REJECTED 0x1d
116#define HCI_INVALID_LMP_PARAMETERS 0x1e
117#define HCI_UNSPECIFIED_ERROR 0x1f
118#define HCI_UNSUPPORTED_LMP_PARAMETER_VALUE 0x20
119#define HCI_ROLE_CHANGE_NOT_ALLOWED 0x21
120#define HCI_LMP_RESPONSE_TIMEOUT 0x22
121#define HCI_LMP_ERROR_TRANSACTION_COLLISION 0x23
122#define HCI_LMP_PDU_NOT_ALLOWED 0x24
123#define HCI_ENCRYPTION_MODE_NOT_ACCEPTED 0x25
124#define HCI_UNIT_LINK_KEY_USED 0x26
125#define HCI_QOS_NOT_SUPPORTED 0x27
126#define HCI_INSTANT_PASSED 0x28
127#define HCI_PAIRING_NOT_SUPPORTED 0x29
128#define HCI_TRANSACTION_COLLISION 0x2a
129#define HCI_QOS_UNACCEPTABLE_PARAMETER 0x2c
130#define HCI_QOS_REJECTED 0x2d
131#define HCI_CLASSIFICATION_NOT_SUPPORTED 0x2e
132#define HCI_INSUFFICIENT_SECURITY 0x2f
133#define HCI_PARAMETER_OUT_OF_RANGE 0x30
134#define HCI_ROLE_SWITCH_PENDING 0x32
135#define HCI_SLOT_VIOLATION 0x34
136#define HCI_ROLE_SWITCH_FAILED 0x35
137#define HCI_EIR_TOO_LARGE 0x36
138#define HCI_SIMPLE_PAIRING_NOT_SUPPORTED 0x37
139#define HCI_HOST_BUSY_PAIRING 0x38
140#define ACL_CONT 0x01
141#define ACL_START 0x02
142#define ACL_ACTIVE_BCAST 0x04
143#define ACL_PICO_BCAST 0x08
144#define SCO_LINK 0x00
145#define ACL_LINK 0x01
146#define ESCO_LINK 0x02
147#define LMP_3SLOT 0x01
148#define LMP_5SLOT 0x02
149#define LMP_ENCRYPT 0x04
150#define LMP_SOFFSET 0x08
151#define LMP_TACCURACY 0x10
152#define LMP_RSWITCH 0x20
153#define LMP_HOLD 0x40
154#define LMP_SNIFF 0x80
155#define LMP_PARK 0x01
156#define LMP_RSSI 0x02
157#define LMP_QUALITY 0x04
158#define LMP_SCO 0x08
159#define LMP_HV2 0x10
160#define LMP_HV3 0x20
161#define LMP_ULAW 0x40
162#define LMP_ALAW 0x80
163#define LMP_CVSD 0x01
164#define LMP_PSCHEME 0x02
165#define LMP_PCONTROL 0x04
166#define LMP_TRSP_SCO 0x08
167#define LMP_BCAST_ENC 0x80
168#define LMP_EDR_ACL_2M 0x02
169#define LMP_EDR_ACL_3M 0x04
170#define LMP_ENH_ISCAN 0x08
171#define LMP_ILACE_ISCAN 0x10
172#define LMP_ILACE_PSCAN 0x20
173#define LMP_RSSI_INQ 0x40
174#define LMP_ESCO 0x80
175#define LMP_EV4 0x01
176#define LMP_EV5 0x02
177#define LMP_AFH_CAP_SLV 0x08
178#define LMP_AFH_CLS_SLV 0x10
179#define LMP_EDR_3SLOT 0x80
180#define LMP_EDR_5SLOT 0x01
181#define LMP_SNIFF_SUBR 0x02
182#define LMP_PAUSE_ENC 0x04
183#define LMP_AFH_CAP_MST 0x08
184#define LMP_AFH_CLS_MST 0x10
185#define LMP_EDR_ESCO_2M 0x20
186#define LMP_EDR_ESCO_3M 0x40
187#define LMP_EDR_3S_ESCO 0x80
188#define LMP_EXT_INQ 0x01
189#define LMP_SIMPLE_PAIR 0x08
190#define LMP_ENCAPS_PDU 0x10
191#define LMP_ERR_DAT_REP 0x20
192#define LMP_NFLUSH_PKTS 0x40
193#define LMP_LSTO 0x01
194#define LMP_INQ_TX_PWR 0x02
195#define LMP_EXT_FEAT 0x80
196#define HCI_LP_RSWITCH 0x0001
197#define HCI_LP_HOLD 0x0002
198#define HCI_LP_SNIFF 0x0004
199#define HCI_LP_PARK 0x0008
200#define HCI_LM_ACCEPT 0x8000
201#define HCI_LM_MASTER 0x0001
202#define HCI_LM_AUTH 0x0002
203#define HCI_LM_ENCRYPT 0x0004
204#define HCI_LM_TRUSTED 0x0008
205#define HCI_LM_RELIABLE 0x0010
206#define HCI_LM_SECURE 0x0020
207#define OGF_LINK_CTL 0x01
208#define OCF_INQUIRY 0x0001
209#define INQUIRY_CP_SIZE 5
210#define STATUS_BDADDR_RP_SIZE 7
211#define OCF_INQUIRY_CANCEL 0x0002
212#define OCF_PERIODIC_INQUIRY 0x0003
213#define PERIODIC_INQUIRY_CP_SIZE 9
214#define OCF_EXIT_PERIODIC_INQUIRY 0x0004
215#define OCF_CREATE_CONN 0x0005
216#define CREATE_CONN_CP_SIZE 13
217#define OCF_DISCONNECT 0x0006
218#define DISCONNECT_CP_SIZE 3
219#define OCF_ADD_SCO 0x0007
220#define ADD_SCO_CP_SIZE 4
221#define OCF_CREATE_CONN_CANCEL 0x0008
222#define CREATE_CONN_CANCEL_CP_SIZE 6
223#define OCF_ACCEPT_CONN_REQ 0x0009
224#define ACCEPT_CONN_REQ_CP_SIZE 7
225#define OCF_REJECT_CONN_REQ 0x000A
226#define REJECT_CONN_REQ_CP_SIZE 7
227#define OCF_LINK_KEY_REPLY 0x000B
228#define LINK_KEY_REPLY_CP_SIZE 22
229#define OCF_LINK_KEY_NEG_REPLY 0x000C
230#define OCF_PIN_CODE_REPLY 0x000D
231#define PIN_CODE_REPLY_CP_SIZE 23
232#define OCF_PIN_CODE_NEG_REPLY 0x000E
233#define OCF_SET_CONN_PTYPE 0x000F
234#define SET_CONN_PTYPE_CP_SIZE 4
235#define OCF_AUTH_REQUESTED 0x0011
236#define AUTH_REQUESTED_CP_SIZE 2
237#define OCF_SET_CONN_ENCRYPT 0x0013
238#define SET_CONN_ENCRYPT_CP_SIZE 3
239#define OCF_CHANGE_CONN_LINK_KEY 0x0015
240#define CHANGE_CONN_LINK_KEY_CP_SIZE 2
241#define OCF_MASTER_LINK_KEY 0x0017
242#define MASTER_LINK_KEY_CP_SIZE 1
243#define OCF_REMOTE_NAME_REQ 0x0019
244#define REMOTE_NAME_REQ_CP_SIZE 10
245#define OCF_REMOTE_NAME_REQ_CANCEL 0x001A
246#define REMOTE_NAME_REQ_CANCEL_CP_SIZE 6
247#define OCF_READ_REMOTE_FEATURES 0x001B
248#define READ_REMOTE_FEATURES_CP_SIZE 2
249#define OCF_READ_REMOTE_EXT_FEATURES 0x001C
250#define READ_REMOTE_EXT_FEATURES_CP_SIZE 3
251#define OCF_READ_REMOTE_VERSION 0x001D
252#define READ_REMOTE_VERSION_CP_SIZE 2
253#define OCF_READ_CLOCK_OFFSET 0x001F
254#define READ_CLOCK_OFFSET_CP_SIZE 2
255#define OCF_READ_LMP_HANDLE 0x0020
256#define OCF_SETUP_SYNC_CONN 0x0028
257#define SETUP_SYNC_CONN_CP_SIZE 17
258#define OCF_ACCEPT_SYNC_CONN_REQ 0x0029
259#define ACCEPT_SYNC_CONN_REQ_CP_SIZE 21
260#define OCF_REJECT_SYNC_CONN_REQ 0x002A
261#define REJECT_SYNC_CONN_REQ_CP_SIZE 7
262#define OCF_IO_CAPABILITY_REPLY 0x002B
263#define IO_CAPABILITY_REPLY_CP_SIZE 9
264#define OCF_USER_CONFIRM_REPLY 0x002C
265#define USER_CONFIRM_REPLY_CP_SIZE 6
266#define OCF_USER_CONFIRM_NEG_REPLY 0x002D
267#define OCF_USER_PASSKEY_REPLY 0x002E
268#define USER_PASSKEY_REPLY_CP_SIZE 10
269#define OCF_USER_PASSKEY_NEG_REPLY 0x002F
270#define OCF_REMOTE_OOB_DATA_REPLY 0x0030
271#define REMOTE_OOB_DATA_REPLY_CP_SIZE 38
272#define OCF_REMOTE_OOB_DATA_NEG_REPLY 0x0033
273#define OCF_IO_CAPABILITY_NEG_REPLY 0x0034
274#define IO_CAPABILITY_NEG_REPLY_CP_SIZE 7
275#define OGF_LINK_POLICY 0x02
276#define OCF_HOLD_MODE 0x0001
277#define HOLD_MODE_CP_SIZE 6
278#define OCF_SNIFF_MODE 0x0003
279#define SNIFF_MODE_CP_SIZE 10
280#define OCF_EXIT_SNIFF_MODE 0x0004
281#define EXIT_SNIFF_MODE_CP_SIZE 2
282#define OCF_PARK_MODE 0x0005
283#define PARK_MODE_CP_SIZE 6
284#define OCF_EXIT_PARK_MODE 0x0006
285#define EXIT_PARK_MODE_CP_SIZE 2
286#define OCF_QOS_SETUP 0x0007
287#define HCI_QOS_CP_SIZE 17
288#define QOS_SETUP_CP_SIZE (3 + HCI_QOS_CP_SIZE)
289#define OCF_ROLE_DISCOVERY 0x0009
290#define ROLE_DISCOVERY_CP_SIZE 2
291#define ROLE_DISCOVERY_RP_SIZE 4
292#define OCF_SWITCH_ROLE 0x000B
293#define SWITCH_ROLE_CP_SIZE 7
294#define OCF_READ_LINK_POLICY 0x000C
295#define READ_LINK_POLICY_CP_SIZE 2
296#define READ_LINK_POLICY_RP_SIZE 5
297#define OCF_WRITE_LINK_POLICY 0x000D
298#define WRITE_LINK_POLICY_CP_SIZE 4
299#define WRITE_LINK_POLICY_RP_SIZE 3
300#define OCF_READ_DEFAULT_LINK_POLICY 0x000E
301#define OCF_WRITE_DEFAULT_LINK_POLICY 0x000F
302#define OCF_FLOW_SPECIFICATION 0x0010
303#define OCF_SNIFF_SUBRATING 0x0011
304#define SNIFF_SUBRATING_CP_SIZE 8
305#define OGF_HOST_CTL 0x03
306#define OCF_SET_EVENT_MASK 0x0001
307#define SET_EVENT_MASK_CP_SIZE 8
308#define OCF_RESET 0x0003
309#define OCF_SET_EVENT_FLT 0x0005
310#define SET_EVENT_FLT_CP_SIZE 2
311#define FLT_CLEAR_ALL 0x00
312#define FLT_INQ_RESULT 0x01
313#define FLT_CONN_SETUP 0x02
314#define INQ_RESULT_RETURN_ALL 0x00
315#define INQ_RESULT_RETURN_CLASS 0x01
316#define INQ_RESULT_RETURN_BDADDR 0x02
317#define CONN_SETUP_ALLOW_ALL 0x00
318#define CONN_SETUP_ALLOW_CLASS 0x01
319#define CONN_SETUP_ALLOW_BDADDR 0x02
320#define CONN_SETUP_AUTO_OFF 0x01
321#define CONN_SETUP_AUTO_ON 0x02
322#define OCF_FLUSH 0x0008
323#define OCF_READ_PIN_TYPE 0x0009
324#define READ_PIN_TYPE_RP_SIZE 2
325#define OCF_WRITE_PIN_TYPE 0x000A
326#define WRITE_PIN_TYPE_CP_SIZE 1
327#define OCF_CREATE_NEW_UNIT_KEY 0x000B
328#define OCF_READ_STORED_LINK_KEY 0x000D
329#define READ_STORED_LINK_KEY_CP_SIZE 7
330#define READ_STORED_LINK_KEY_RP_SIZE 5
331#define OCF_WRITE_STORED_LINK_KEY 0x0011
332#define WRITE_STORED_LINK_KEY_CP_SIZE 1
333#define READ_WRITE_LINK_KEY_RP_SIZE 2
334#define OCF_DELETE_STORED_LINK_KEY 0x0012
335#define DELETE_STORED_LINK_KEY_CP_SIZE 7
336#define DELETE_STORED_LINK_KEY_RP_SIZE 3
337#define OCF_CHANGE_LOCAL_NAME 0x0013
338#define CHANGE_LOCAL_NAME_CP_SIZE 248
339#define OCF_READ_LOCAL_NAME 0x0014
340#define READ_LOCAL_NAME_RP_SIZE 249
341#define OCF_READ_CONN_ACCEPT_TIMEOUT 0x0015
342#define READ_CONN_ACCEPT_TIMEOUT_RP_SIZE 3
343#define OCF_WRITE_CONN_ACCEPT_TIMEOUT 0x0016
344#define WRITE_CONN_ACCEPT_TIMEOUT_CP_SIZE 2
345#define OCF_READ_PAGE_TIMEOUT 0x0017
346#define READ_PAGE_TIMEOUT_RP_SIZE 3
347#define OCF_WRITE_PAGE_TIMEOUT 0x0018
348#define WRITE_PAGE_TIMEOUT_CP_SIZE 2
349#define OCF_READ_SCAN_ENABLE 0x0019
350#define READ_SCAN_ENABLE_RP_SIZE 2
351#define OCF_WRITE_SCAN_ENABLE 0x001A
352#define SCAN_DISABLED 0x00
353#define SCAN_INQUIRY 0x01
354#define SCAN_PAGE 0x02
355#define OCF_READ_PAGE_ACTIVITY 0x001B
356#define READ_PAGE_ACTIVITY_RP_SIZE 5
357#define OCF_WRITE_PAGE_ACTIVITY 0x001C
358#define WRITE_PAGE_ACTIVITY_CP_SIZE 4
359#define OCF_READ_INQ_ACTIVITY 0x001D
360#define READ_INQ_ACTIVITY_RP_SIZE 5
361#define OCF_WRITE_INQ_ACTIVITY 0x001E
362#define WRITE_INQ_ACTIVITY_CP_SIZE 4
363#define OCF_READ_AUTH_ENABLE 0x001F
364#define OCF_WRITE_AUTH_ENABLE 0x0020
365#define AUTH_DISABLED 0x00
366#define AUTH_ENABLED 0x01
367#define OCF_READ_ENCRYPT_MODE 0x0021
368#define OCF_WRITE_ENCRYPT_MODE 0x0022
369#define ENCRYPT_DISABLED 0x00
370#define ENCRYPT_P2P 0x01
371#define ENCRYPT_BOTH 0x02
372#define OCF_READ_CLASS_OF_DEV 0x0023
373#define READ_CLASS_OF_DEV_RP_SIZE 4
374#define OCF_WRITE_CLASS_OF_DEV 0x0024
375#define WRITE_CLASS_OF_DEV_CP_SIZE 3
376#define OCF_READ_VOICE_SETTING 0x0025
377#define READ_VOICE_SETTING_RP_SIZE 3
378#define OCF_WRITE_VOICE_SETTING 0x0026
379#define WRITE_VOICE_SETTING_CP_SIZE 2
380#define OCF_READ_AUTOMATIC_FLUSH_TIMEOUT 0x0027
381#define OCF_WRITE_AUTOMATIC_FLUSH_TIMEOUT 0x0028
382#define OCF_READ_NUM_BROADCAST_RETRANS 0x0029
383#define OCF_WRITE_NUM_BROADCAST_RETRANS 0x002A
384#define OCF_READ_HOLD_MODE_ACTIVITY 0x002B
385#define OCF_WRITE_HOLD_MODE_ACTIVITY 0x002C
386#define OCF_READ_TRANSMIT_POWER_LEVEL 0x002D
387#define READ_TRANSMIT_POWER_LEVEL_CP_SIZE 3
388#define READ_TRANSMIT_POWER_LEVEL_RP_SIZE 4
389#define OCF_READ_SYNC_FLOW_ENABLE 0x002E
390#define OCF_WRITE_SYNC_FLOW_ENABLE 0x002F
391#define OCF_SET_CONTROLLER_TO_HOST_FC 0x0031
392#define OCF_HOST_BUFFER_SIZE 0x0033
393#define HOST_BUFFER_SIZE_CP_SIZE 7
394#define OCF_HOST_NUM_COMP_PKTS 0x0035
395#define HOST_NUM_COMP_PKTS_CP_SIZE 1
396#define OCF_READ_LINK_SUPERVISION_TIMEOUT 0x0036
397#define READ_LINK_SUPERVISION_TIMEOUT_RP_SIZE 5
398#define OCF_WRITE_LINK_SUPERVISION_TIMEOUT 0x0037
399#define WRITE_LINK_SUPERVISION_TIMEOUT_CP_SIZE 4
400#define WRITE_LINK_SUPERVISION_TIMEOUT_RP_SIZE 3
401#define OCF_READ_NUM_SUPPORTED_IAC 0x0038
402#define MAX_IAC_LAP 0x40
403#define OCF_READ_CURRENT_IAC_LAP 0x0039
404#define READ_CURRENT_IAC_LAP_RP_SIZE 2+3*MAX_IAC_LAP
405#define OCF_WRITE_CURRENT_IAC_LAP 0x003A
406#define WRITE_CURRENT_IAC_LAP_CP_SIZE 1+3*MAX_IAC_LAP
407#define OCF_READ_PAGE_SCAN_PERIOD_MODE 0x003B
408#define OCF_WRITE_PAGE_SCAN_PERIOD_MODE 0x003C
409#define OCF_READ_PAGE_SCAN_MODE 0x003D
410#define OCF_WRITE_PAGE_SCAN_MODE 0x003E
411#define OCF_SET_AFH_CLASSIFICATION 0x003F
412#define SET_AFH_CLASSIFICATION_CP_SIZE 10
413#define SET_AFH_CLASSIFICATION_RP_SIZE 1
414#define OCF_READ_INQUIRY_SCAN_TYPE 0x0042
415#define READ_INQUIRY_SCAN_TYPE_RP_SIZE 2
416#define OCF_WRITE_INQUIRY_SCAN_TYPE 0x0043
417#define WRITE_INQUIRY_SCAN_TYPE_CP_SIZE 1
418#define WRITE_INQUIRY_SCAN_TYPE_RP_SIZE 1
419#define OCF_READ_INQUIRY_MODE 0x0044
420#define READ_INQUIRY_MODE_RP_SIZE 2
421#define OCF_WRITE_INQUIRY_MODE 0x0045
422#define WRITE_INQUIRY_MODE_CP_SIZE 1
423#define WRITE_INQUIRY_MODE_RP_SIZE 1
424#define OCF_READ_PAGE_SCAN_TYPE 0x0046
425#define OCF_WRITE_PAGE_SCAN_TYPE 0x0047
426#define OCF_READ_AFH_MODE 0x0048
427#define READ_AFH_MODE_RP_SIZE 2
428#define OCF_WRITE_AFH_MODE 0x0049
429#define WRITE_AFH_MODE_CP_SIZE 1
430#define WRITE_AFH_MODE_RP_SIZE 1
431#define OCF_READ_EXT_INQUIRY_RESPONSE 0x0051
432#define READ_EXT_INQUIRY_RESPONSE_RP_SIZE 242
433#define OCF_WRITE_EXT_INQUIRY_RESPONSE 0x0052
434#define WRITE_EXT_INQUIRY_RESPONSE_CP_SIZE 241
435#define WRITE_EXT_INQUIRY_RESPONSE_RP_SIZE 1
436#define OCF_REFRESH_ENCRYPTION_KEY 0x0053
437#define REFRESH_ENCRYPTION_KEY_CP_SIZE 2
438#define REFRESH_ENCRYPTION_KEY_RP_SIZE 1
439#define OCF_READ_SIMPLE_PAIRING_MODE 0x0055
440#define READ_SIMPLE_PAIRING_MODE_RP_SIZE 2
441#define OCF_WRITE_SIMPLE_PAIRING_MODE 0x0056
442#define WRITE_SIMPLE_PAIRING_MODE_CP_SIZE 1
443#define WRITE_SIMPLE_PAIRING_MODE_RP_SIZE 1
444#define OCF_READ_LOCAL_OOB_DATA 0x0057
445#define READ_LOCAL_OOB_DATA_RP_SIZE 33
446#define OCF_READ_INQUIRY_TRANSMIT_POWER_LEVEL 0x0058
447#define READ_INQUIRY_TRANSMIT_POWER_LEVEL_RP_SIZE 2
448#define OCF_WRITE_INQUIRY_TRANSMIT_POWER_LEVEL 0x0059
449#define WRITE_INQUIRY_TRANSMIT_POWER_LEVEL_CP_SIZE 1
450#define WRITE_INQUIRY_TRANSMIT_POWER_LEVEL_RP_SIZE 1
451#define OCF_READ_DEFAULT_ERROR_DATA_REPORTING 0x005A
452#define READ_DEFAULT_ERROR_DATA_REPORTING_RP_SIZE 2
453#define OCF_WRITE_DEFAULT_ERROR_DATA_REPORTING 0x005B
454#define WRITE_DEFAULT_ERROR_DATA_REPORTING_CP_SIZE 1
455#define WRITE_DEFAULT_ERROR_DATA_REPORTING_RP_SIZE 1
456#define OCF_ENHANCED_FLUSH 0x005F
457#define ENHANCED_FLUSH_CP_SIZE 3
458#define OCF_SEND_KEYPRESS_NOTIFY 0x0060
459#define SEND_KEYPRESS_NOTIFY_CP_SIZE 7
460#define SEND_KEYPRESS_NOTIFY_RP_SIZE 1
461#define OGF_INFO_PARAM 0x04
462#define OCF_READ_LOCAL_VERSION 0x0001
463#define READ_LOCAL_VERSION_RP_SIZE 9
464#define OCF_READ_LOCAL_COMMANDS 0x0002
465#define READ_LOCAL_COMMANDS_RP_SIZE 65
466#define OCF_READ_LOCAL_FEATURES 0x0003
467#define READ_LOCAL_FEATURES_RP_SIZE 9
468#define OCF_READ_LOCAL_EXT_FEATURES 0x0004
469#define READ_LOCAL_EXT_FEATURES_CP_SIZE 1
470#define READ_LOCAL_EXT_FEATURES_RP_SIZE 11
471#define OCF_READ_BUFFER_SIZE 0x0005
472#define READ_BUFFER_SIZE_RP_SIZE 8
473#define OCF_READ_COUNTRY_CODE 0x0007
474#define OCF_READ_BD_ADDR 0x0009
475#define READ_BD_ADDR_RP_SIZE 7
476#define OGF_STATUS_PARAM 0x05
477#define OCF_READ_FAILED_CONTACT_COUNTER 0x0001
478#define READ_FAILED_CONTACT_COUNTER_RP_SIZE 4
479#define OCF_RESET_FAILED_CONTACT_COUNTER 0x0002
480#define RESET_FAILED_CONTACT_COUNTER_RP_SIZE 4
481#define OCF_READ_LINK_QUALITY 0x0003
482#define READ_LINK_QUALITY_RP_SIZE 4
483#define OCF_READ_RSSI 0x0005
484#define READ_RSSI_RP_SIZE 4
485#define OCF_READ_AFH_MAP 0x0006
486#define READ_AFH_MAP_RP_SIZE 14
487#define OCF_READ_CLOCK 0x0007
488#define READ_CLOCK_CP_SIZE 3
489#define READ_CLOCK_RP_SIZE 9
490#define OGF_TESTING_CMD 0x3e
491#define OCF_READ_LOOPBACK_MODE 0x0001
492#define OCF_WRITE_LOOPBACK_MODE 0x0002
493#define OCF_ENABLE_DEVICE_UNDER_TEST_MODE 0x0003
494#define OCF_WRITE_SIMPLE_PAIRING_DEBUG_MODE 0x0004
495#define WRITE_SIMPLE_PAIRING_DEBUG_MODE_CP_SIZE 1
496#define WRITE_SIMPLE_PAIRING_DEBUG_MODE_RP_SIZE 1
497#define OGF_VENDOR_CMD 0x3f
498#define EVT_INQUIRY_COMPLETE 0x01
499#define EVT_INQUIRY_RESULT 0x02
500#define INQUIRY_INFO_SIZE 14
501#define EVT_CONN_COMPLETE 0x03
502#define EVT_CONN_COMPLETE_SIZE 13
503#define EVT_CONN_REQUEST 0x04
504#define EVT_CONN_REQUEST_SIZE 10
505#define EVT_DISCONN_COMPLETE 0x05
506#define EVT_DISCONN_COMPLETE_SIZE 4
507#define EVT_AUTH_COMPLETE 0x06
508#define EVT_AUTH_COMPLETE_SIZE 3
509#define EVT_REMOTE_NAME_REQ_COMPLETE 0x07
510#define EVT_REMOTE_NAME_REQ_COMPLETE_SIZE 255
511#define EVT_ENCRYPT_CHANGE 0x08
512#define EVT_ENCRYPT_CHANGE_SIZE 5
513#define EVT_CHANGE_CONN_LINK_KEY_COMPLETE 0x09
514#define EVT_CHANGE_CONN_LINK_KEY_COMPLETE_SIZE 3
515#define EVT_MASTER_LINK_KEY_COMPLETE 0x0A
516#define EVT_MASTER_LINK_KEY_COMPLETE_SIZE 4
517#define EVT_READ_REMOTE_FEATURES_COMPLETE 0x0B
518#define EVT_READ_REMOTE_FEATURES_COMPLETE_SIZE 11
519#define EVT_READ_REMOTE_VERSION_COMPLETE 0x0C
520#define EVT_READ_REMOTE_VERSION_COMPLETE_SIZE 8
521#define EVT_QOS_SETUP_COMPLETE 0x0D
522#define EVT_QOS_SETUP_COMPLETE_SIZE (4 + HCI_QOS_CP_SIZE)
523#define EVT_CMD_COMPLETE 0x0E
524#define EVT_CMD_COMPLETE_SIZE 3
525#define EVT_CMD_STATUS 0x0F
526#define EVT_CMD_STATUS_SIZE 4
527#define EVT_HARDWARE_ERROR 0x10
528#define EVT_HARDWARE_ERROR_SIZE 1
529#define EVT_FLUSH_OCCURRED 0x11
530#define EVT_FLUSH_OCCURRED_SIZE 2
531#define EVT_ROLE_CHANGE 0x12
532#define EVT_ROLE_CHANGE_SIZE 8
533#define EVT_NUM_COMP_PKTS 0x13
534#define EVT_NUM_COMP_PKTS_SIZE 1
535#define EVT_MODE_CHANGE 0x14
536#define EVT_MODE_CHANGE_SIZE 6
537#define EVT_RETURN_LINK_KEYS 0x15
538#define EVT_RETURN_LINK_KEYS_SIZE 1
539#define EVT_PIN_CODE_REQ 0x16
540#define EVT_PIN_CODE_REQ_SIZE 6
541#define EVT_LINK_KEY_REQ 0x17
542#define EVT_LINK_KEY_REQ_SIZE 6
543#define EVT_LINK_KEY_NOTIFY 0x18
544#define EVT_LINK_KEY_NOTIFY_SIZE 23
545#define EVT_LOOPBACK_COMMAND 0x19
546#define EVT_DATA_BUFFER_OVERFLOW 0x1A
547#define EVT_DATA_BUFFER_OVERFLOW_SIZE 1
548#define EVT_MAX_SLOTS_CHANGE 0x1B
549#define EVT_MAX_SLOTS_CHANGE_SIZE 3
550#define EVT_READ_CLOCK_OFFSET_COMPLETE 0x1C
551#define EVT_READ_CLOCK_OFFSET_COMPLETE_SIZE 5
552#define EVT_CONN_PTYPE_CHANGED 0x1D
553#define EVT_CONN_PTYPE_CHANGED_SIZE 5
554#define EVT_QOS_VIOLATION 0x1E
555#define EVT_QOS_VIOLATION_SIZE 2
556#define EVT_PSCAN_REP_MODE_CHANGE 0x20
557#define EVT_PSCAN_REP_MODE_CHANGE_SIZE 7
558#define EVT_FLOW_SPEC_COMPLETE 0x21
559#define EVT_FLOW_SPEC_COMPLETE_SIZE (5 + HCI_QOS_CP_SIZE)
560#define EVT_INQUIRY_RESULT_WITH_RSSI 0x22
561#define INQUIRY_INFO_WITH_RSSI_SIZE 14
562#define INQUIRY_INFO_WITH_RSSI_AND_PSCAN_MODE_SIZE 15
563#define EVT_READ_REMOTE_EXT_FEATURES_COMPLETE 0x23
564#define EVT_READ_REMOTE_EXT_FEATURES_COMPLETE_SIZE 13
565#define EVT_SYNC_CONN_COMPLETE 0x2C
566#define EVT_SYNC_CONN_COMPLETE_SIZE 17
567#define EVT_SYNC_CONN_CHANGED 0x2D
568#define EVT_SYNC_CONN_CHANGED_SIZE 9
569#define EVT_SNIFF_SUBRATING 0x2E
570#define EVT_SNIFF_SUBRATING_SIZE 11
571#define EVT_EXTENDED_INQUIRY_RESULT 0x2F
572#define EXTENDED_INQUIRY_INFO_SIZE 254
573#define EVT_ENCRYPTION_KEY_REFRESH_COMPLETE 0x30
574#define EVT_ENCRYPTION_KEY_REFRESH_COMPLETE_SIZE 3
575#define EVT_IO_CAPABILITY_REQUEST 0x31
576#define EVT_IO_CAPABILITY_REQUEST_SIZE 6
577#define EVT_IO_CAPABILITY_RESPONSE 0x32
578#define EVT_IO_CAPABILITY_RESPONSE_SIZE 9
579#define EVT_USER_CONFIRM_REQUEST 0x33
580#define EVT_USER_CONFIRM_REQUEST_SIZE 10
581#define EVT_USER_PASSKEY_REQUEST 0x34
582#define EVT_USER_PASSKEY_REQUEST_SIZE 6
583#define EVT_REMOTE_OOB_DATA_REQUEST 0x35
584#define EVT_REMOTE_OOB_DATA_REQUEST_SIZE 6
585#define EVT_SIMPLE_PAIRING_COMPLETE 0x36
586#define EVT_SIMPLE_PAIRING_COMPLETE_SIZE 7
587#define EVT_LINK_SUPERVISION_TIMEOUT_CHANGED 0x38
588#define EVT_LINK_SUPERVISION_TIMEOUT_CHANGED_SIZE 4
589#define EVT_ENHANCED_FLUSH_COMPLETE 0x39
590#define EVT_ENHANCED_FLUSH_COMPLETE_SIZE 2
591#define EVT_USER_PASSKEY_NOTIFY 0x3B
592#define EVT_USER_PASSKEY_NOTIFY_SIZE 10
593#define EVT_KEYPRESS_NOTIFY 0x3C
594#define EVT_KEYPRESS_NOTIFY_SIZE 7
595#define EVT_REMOTE_HOST_FEATURES_NOTIFY 0x3D
596#define EVT_REMOTE_HOST_FEATURES_NOTIFY_SIZE 14
597#define EVT_TESTING 0xFE
598#define EVT_VENDOR 0xFF
599#define EVT_STACK_INTERNAL 0xFD
600#define EVT_STACK_INTERNAL_SIZE 2
601#define EVT_SI_DEVICE 0x01
602#define EVT_SI_DEVICE_SIZE 4
603#define EVT_SI_SECURITY 0x02
604#define HCI_TYPE_LEN 1
605#define HCI_COMMAND_HDR_SIZE 3
606#define HCI_EVENT_HDR_SIZE 2
607#define HCI_ACL_HDR_SIZE 4
608#define HCI_SCO_HDR_SIZE 3
609#define HCI_MSG_HDR_SIZE 6
610#define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10))
611#define cmd_opcode_ogf(op) (op >> 10)
612#define cmd_opcode_ocf(op) (op & 0x03ff)
613#define acl_handle_pack(h, f) (uint16_t)((h & 0x0fff)|(f << 12))
614#define acl_handle(h) (h & 0x0fff)
615#define acl_flags(h) (h >> 12)
616#endif
617#define HCI_DATA_DIR 1
618#define HCI_FILTER 2
619#define HCI_TIME_STAMP 3
620#define HCI_CMSG_DIR 0x0001
621#define HCI_CMSG_TSTAMP 0x0002
622#define HCI_DEV_NONE 0xffff
623#define HCI_FLT_TYPE_BITS 31
624#define HCI_FLT_EVENT_BITS 63
625#define HCI_FLT_OGF_BITS 63
626#define HCI_FLT_OCF_BITS 127
627#define IREQ_CACHE_FLUSH 0x0001
628#ifdef __cplusplus
629#endif
630struct hci_dev_stats {
631	uint32_t err_rx;
632	uint32_t err_tx;
633	uint32_t cmd_tx;
634	uint32_t evt_rx;
635	uint32_t acl_tx;
636	uint32_t acl_rx;
637	uint32_t sco_tx;
638	uint32_t sco_rx;
639	uint32_t byte_rx;
640	uint32_t byte_tx;
641};
642struct hci_dev_info {
643	uint16_t dev_id;
644	char     name[8];
645
646	bdaddr_t bdaddr;
647
648	uint32_t flags;
649	uint8_t  type;
650
651	uint8_t  features[8];
652
653	uint32_t pkt_type;
654	uint32_t link_policy;
655	uint32_t link_mode;
656
657	uint16_t acl_mtu;
658	uint16_t acl_pkts;
659	uint16_t sco_mtu;
660	uint16_t sco_pkts;
661
662	struct   hci_dev_stats stat;
663};
664enum {
665	HCI_UP,
666	HCI_INIT,
667	HCI_RUNNING,
668
669	HCI_PSCAN,
670	HCI_ISCAN,
671	HCI_AUTH,
672	HCI_ENCRYPT,
673	HCI_INQUIRY,
674
675	HCI_RAW,
676
677	HCI_SECMGR
678};
679struct sockaddr_hci {
680	sa_family_t	hci_family;
681	unsigned short	hci_dev;
682};
683struct hci_conn_info {
684        uint16_t handle;
685        bdaddr_t bdaddr;
686        uint8_t  type;
687        uint8_t  out;
688        uint16_t state;
689        uint32_t link_mode;
690};
691struct hci_conn_list_req {
692        uint16_t dev_id;
693        uint16_t conn_num;
694        struct hci_conn_info conn_info[0];
695};
696#endif
697