1 /******************************************************************************
2 *
3 * Copyright 1999-2012 Broadcom Corporation
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at:
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 ******************************************************************************/
18
19 #ifndef BT_TYPES_H
20 #define BT_TYPES_H
21
22 #include <stdbool.h>
23 #include <stdint.h>
24 #include <string.h>
25
26 #ifndef FALSE
27 #define FALSE false
28 #endif
29
30 #ifndef TRUE
31 #define TRUE true
32 #endif
33
34 #ifdef __arm
35 #define PACKED __packed
36 #define INLINE __inline
37 #else
38 #define PACKED
39 #define INLINE
40 #endif
41
42 /* READ WELL !!
43 *
44 * This section defines global events. These are events that cross layers.
45 * Any event that passes between layers MUST be one of these events. Tasks
46 * can use their own events internally, but a FUNDAMENTAL design issue is
47 * that global events MUST be one of these events defined below.
48 *
49 * The convention used is the the event name contains the layer that the
50 * event is going to.
51 */
52 #define BT_EVT_MASK 0xFF00
53 #define BT_SUB_EVT_MASK 0x00FF
54 /* To Bluetooth Upper Layers */
55 /************************************/
56 /* L2CAP event */
57 #define BT_EVT_TO_BTU_L2C_EVT 0x0900
58 /* HCI Event */
59 #define BT_EVT_TO_BTU_HCI_EVT 0x1000
60 /* event from BR/EDR controller */
61 #define BT_EVT_TO_BTU_HCI_BR_EDR_EVT (0x0000 | BT_EVT_TO_BTU_HCI_EVT)
62 /* event from local AMP 1 controller */
63 #define BT_EVT_TO_BTU_HCI_AMP1_EVT (0x0001 | BT_EVT_TO_BTU_HCI_EVT)
64 /* event from local AMP 2 controller */
65 #define BT_EVT_TO_BTU_HCI_AMP2_EVT (0x0002 | BT_EVT_TO_BTU_HCI_EVT)
66 /* event from local AMP 3 controller */
67 #define BT_EVT_TO_BTU_HCI_AMP3_EVT (0x0003 | BT_EVT_TO_BTU_HCI_EVT)
68
69 /* ACL Data from HCI */
70 #define BT_EVT_TO_BTU_HCI_ACL 0x1100
71 /* SCO Data from HCI */
72 #define BT_EVT_TO_BTU_HCI_SCO 0x1200
73 /* HCI Transport Error */
74 #define BT_EVT_TO_BTU_HCIT_ERR 0x1300
75
76 /* Serial Port Event */
77 #define BT_EVT_TO_BTU_SP_EVT 0x1400
78 /* Serial Port Data */
79 #define BT_EVT_TO_BTU_SP_DATA 0x1500
80
81 /* HCI command from upper layer */
82 #define BT_EVT_TO_BTU_HCI_CMD 0x1600
83
84 /* L2CAP segment(s) transmitted */
85 #define BT_EVT_TO_BTU_L2C_SEG_XMIT 0x1900
86
87 /* BlueStackTester event: incoming message from target */
88 #define BT_EVT_PROXY_INCOMING_MSG 0x1A00
89
90 /* Insight BTSIM event */
91 #define BT_EVT_BTSIM 0x1B00
92 /* Insight Script Engine event */
93 #define BT_EVT_BTISE 0x1C00
94
95 /* To LM */
96 /************************************/
97 /* HCI Command */
98 #define BT_EVT_TO_LM_HCI_CMD 0x2000
99 /* HCI ACL Data */
100 #define BT_EVT_TO_LM_HCI_ACL 0x2100
101 /* HCI SCO Data */
102 #define BT_EVT_TO_LM_HCI_SCO 0x2200
103 /* HCI Transport Error */
104 #define BT_EVT_TO_LM_HCIT_ERR 0x2300
105 /* LC event */
106 #define BT_EVT_TO_LM_LC_EVT 0x2400
107 /* LC Received LMP command frame */
108 #define BT_EVT_TO_LM_LC_LMP 0x2500
109 /* LC Received ACL data */
110 #define BT_EVT_TO_LM_LC_ACL 0x2600
111 /* LC Received SCO data (not used) */
112 #define BT_EVT_TO_LM_LC_SCO 0x2700
113 /* LMP data transmit complete */
114 #define BT_EVT_TO_LM_LC_ACL_TX 0x2800
115 /* LMP Command transmit complete */
116 #define BT_EVT_TO_LM_LC_LMPC_TX 0x2900
117 /* Data to be locally loopbacked */
118 #define BT_EVT_TO_LM_LOCAL_ACL_LB 0x2a00
119 /* HCI ACL Data ack (not used) */
120 #define BT_EVT_TO_LM_HCI_ACL_ACK 0x2b00
121 /* LM Diagnostics commands */
122 #define BT_EVT_TO_LM_DIAG 0x2c00
123
124 #define BT_EVT_TO_BTM_CMDS 0x2f00
125 #define BT_EVT_TO_BTM_PM_MDCHG_EVT (0x0001 | BT_EVT_TO_BTM_CMDS)
126
127 #define BT_EVT_TO_TCS_CMDS 0x3000
128
129 #define BT_EVT_TO_CTP_CMDS 0x3300
130
131 /* ftp events */
132 #define BT_EVT_TO_FTP_SRVR_CMDS 0x3600
133 #define BT_EVT_TO_FTP_CLNT_CMDS 0x3700
134
135 /* SIM Access Profile events */
136 #define BT_EVT_TO_BTU_SAP 0x3800
137
138 /* opp events */
139 #define BT_EVT_TO_OPP_SRVR_CMDS 0x3900
140 #define BT_EVT_TO_OPP_CLNT_CMDS 0x3a00
141
142 /* for NFC */
143 /************************************/
144 /* NCI Command, Notification or Data*/
145 #define BT_EVT_TO_NFC_NCI 0x4000
146 /* Initialization message */
147 #define BT_EVT_TO_NFC_INIT 0x4100
148 /* Low power */
149 #define BT_EVT_TO_NCI_LP 0x4200
150 /* Error notification to NFC Task */
151 #define BT_EVT_TO_NFC_ERR 0x4300
152
153 /* events to NFCC simulation (NCI packets) */
154 #define BT_EVT_TO_NFCCSIM_NCI 0x4a00
155
156 /* HCISU Events */
157
158 #define BT_EVT_HCISU 0x5000
159
160 #define BT_EVT_TO_HCISU_RECONFIG_EVT (0x0001 | BT_EVT_HCISU)
161 #define BT_EVT_TO_HCISU_UPDATE_BAUDRATE_EVT (0x0002 | BT_EVT_HCISU)
162 #define BT_EVT_TO_HCISU_LP_ENABLE_EVT (0x0003 | BT_EVT_HCISU)
163 #define BT_EVT_TO_HCISU_LP_DISABLE_EVT (0x0004 | BT_EVT_HCISU)
164 #define BT_EVT_TO_HCISU_LP_APP_SLEEPING_EVT (0x0005 | BT_EVT_HCISU)
165 #define BT_EVT_TO_HCISU_LP_ALLOW_BT_SLEEP_EVT (0x0006 | BT_EVT_HCISU)
166 #define BT_EVT_TO_HCISU_LP_WAKEUP_HOST_EVT (0x0007 | BT_EVT_HCISU)
167 #define BT_EVT_TO_HCISU_LP_RCV_H4IBSS_EVT (0x0008 | BT_EVT_HCISU)
168 #define BT_EVT_TO_HCISU_H5_RESET_EVT (0x0009 | BT_EVT_HCISU)
169 #define BT_EVT_HCISU_START_QUICK_TIMER (0x000a | BT_EVT_HCISU)
170
171 #define BT_EVT_DATA_TO_AMP_1 0x5100
172 #define BT_EVT_DATA_TO_AMP_15 0x5f00
173
174 /* HSP Events */
175
176 #define BT_EVT_BTU_HSP2 0x6000
177
178 #define BT_EVT_TO_BTU_HSP2_EVT (0x0001 | BT_EVT_BTU_HSP2)
179
180 /* BPP Events */
181 #define BT_EVT_TO_BPP_PR_CMDS 0x6100 /* Printer Events */
182 #define BT_EVT_TO_BPP_SND_CMDS 0x6200 /* BPP Sender Events */
183
184 /* BIP Events */
185 #define BT_EVT_TO_BIP_CMDS 0x6300
186
187 /* HCRP Events */
188
189 #define BT_EVT_BTU_HCRP 0x7000
190
191 #define BT_EVT_TO_BTU_HCRP_EVT (0x0001 | BT_EVT_BTU_HCRP)
192 #define BT_EVT_TO_BTU_HCRPM_EVT (0x0002 | BT_EVT_BTU_HCRP)
193
194 #define BT_EVT_BTU_HFP 0x8000
195 #define BT_EVT_TO_BTU_HFP_EVT (0x0001 | BT_EVT_BTU_HFP)
196
197 #define BT_EVT_BTU_IPC_EVT 0x9000
198 #define BT_EVT_BTU_IPC_LOGMSG_EVT (0x0000 | BT_EVT_BTU_IPC_EVT)
199 #define BT_EVT_BTU_IPC_ACL_EVT (0x0001 | BT_EVT_BTU_IPC_EVT)
200 #define BT_EVT_BTU_IPC_BTU_EVT (0x0002 | BT_EVT_BTU_IPC_EVT)
201 #define BT_EVT_BTU_IPC_L2C_EVT (0x0003 | BT_EVT_BTU_IPC_EVT)
202 #define BT_EVT_BTU_IPC_L2C_MSG_EVT (0x0004 | BT_EVT_BTU_IPC_EVT)
203 #define BT_EVT_BTU_IPC_BTM_EVT (0x0005 | BT_EVT_BTU_IPC_EVT)
204 #define BT_EVT_BTU_IPC_AVDT_EVT (0x0006 | BT_EVT_BTU_IPC_EVT)
205 #define BT_EVT_BTU_IPC_SLIP_EVT (0x0007 | BT_EVT_BTU_IPC_EVT)
206 #define BT_EVT_BTU_IPC_MGMT_EVT (0x0008 | BT_EVT_BTU_IPC_EVT)
207 #define BT_EVT_BTU_IPC_BTTRC_EVT (0x0009 | BT_EVT_BTU_IPC_EVT)
208 #define BT_EVT_BTU_IPC_BURST_EVT (0x000A | BT_EVT_BTU_IPC_EVT)
209
210 /* BTIF Events */
211 #define BT_EVT_BTIF 0xA000
212 #define BT_EVT_CONTEXT_SWITCH_EVT (0x0001 | BT_EVT_BTIF)
213
214 /* Define the header of each buffer used in the Bluetooth stack.
215 */
216 typedef struct {
217 uint16_t event;
218 uint16_t len;
219 uint16_t offset;
220 uint16_t layer_specific;
221 uint8_t data[];
222 } BT_HDR;
223
224 #define BT_HDR_SIZE (sizeof(BT_HDR))
225
226 #define BT_PSM_SDP 0x0001
227 #define BT_PSM_RFCOMM 0x0003
228 #define BT_PSM_TCS 0x0005
229 #define BT_PSM_CTP 0x0007
230 #define BT_PSM_BNEP 0x000F
231 #define BT_PSM_HIDC 0x0011
232 #define BT_PSM_HIDI 0x0013
233 #define BT_PSM_UPNP 0x0015
234 #define BT_PSM_AVCTP 0x0017
235 #define BT_PSM_AVDTP 0x0019
236 #define BT_PSM_AVCTP_13 0x001B /* Advanced Control - Browsing */
237 #define BT_PSM_UDI_CP \
238 0x001D /* Unrestricted Digital Information Profile C-Plane */
239 #define BT_PSM_ATT 0x001F /* Attribute Protocol */
240
241 /* These macros extract the HCI opcodes from a buffer
242 */
243 #define HCI_GET_CMD_HDR_OPCODE(p) \
244 (uint16_t)((*((uint8_t*)((p) + 1) + (p)->offset) + \
245 (*((uint8_t*)((p) + 1) + (p)->offset + 1) << 8)))
246 #define HCI_GET_CMD_HDR_PARAM_LEN(p) \
247 (uint8_t)(*((uint8_t*)((p) + 1) + (p)->offset + 2))
248
249 #define HCI_GET_EVT_HDR_OPCODE(p) \
250 (uint8_t)(*((uint8_t*)((p) + 1) + (p)->offset))
251 #define HCI_GET_EVT_HDR_PARAM_LEN(p) \
252 (uint8_t)(*((uint8_t*)((p) + 1) + (p)->offset + 1))
253
254 /*******************************************************************************
255 * Macros to get and put bytes to and from a stream (Little Endian format).
256 */
257 #define UINT64_TO_BE_STREAM(p, u64) \
258 { \
259 *(p)++ = (uint8_t)((u64) >> 56); \
260 *(p)++ = (uint8_t)((u64) >> 48); \
261 *(p)++ = (uint8_t)((u64) >> 40); \
262 *(p)++ = (uint8_t)((u64) >> 32); \
263 *(p)++ = (uint8_t)((u64) >> 24); \
264 *(p)++ = (uint8_t)((u64) >> 16); \
265 *(p)++ = (uint8_t)((u64) >> 8); \
266 *(p)++ = (uint8_t)(u64); \
267 }
268 #define UINT32_TO_STREAM(p, u32) \
269 { \
270 *(p)++ = (uint8_t)(u32); \
271 *(p)++ = (uint8_t)((u32) >> 8); \
272 *(p)++ = (uint8_t)((u32) >> 16); \
273 *(p)++ = (uint8_t)((u32) >> 24); \
274 }
275 #define UINT24_TO_STREAM(p, u24) \
276 { \
277 *(p)++ = (uint8_t)(u24); \
278 *(p)++ = (uint8_t)((u24) >> 8); \
279 *(p)++ = (uint8_t)((u24) >> 16); \
280 }
281 #define UINT16_TO_STREAM(p, u16) \
282 { \
283 *(p)++ = (uint8_t)(u16); \
284 *(p)++ = (uint8_t)((u16) >> 8); \
285 }
286 #define UINT8_TO_STREAM(p, u8) \
287 { *(p)++ = (uint8_t)(u8); }
288 #define INT8_TO_STREAM(p, u8) \
289 { *(p)++ = (int8_t)(u8); }
290 #define ARRAY32_TO_STREAM(p, a) \
291 { \
292 int ijk; \
293 for (ijk = 0; ijk < 32; ijk++) *(p)++ = (uint8_t)(a)[31 - ijk]; \
294 }
295 #define ARRAY16_TO_STREAM(p, a) \
296 { \
297 int ijk; \
298 for (ijk = 0; ijk < 16; ijk++) *(p)++ = (uint8_t)(a)[15 - ijk]; \
299 }
300 #define ARRAY8_TO_STREAM(p, a) \
301 { \
302 int ijk; \
303 for (ijk = 0; ijk < 8; ijk++) *(p)++ = (uint8_t)(a)[7 - ijk]; \
304 }
305 #define LAP_TO_STREAM(p, a) \
306 { \
307 int ijk; \
308 for (ijk = 0; ijk < LAP_LEN; ijk++) \
309 *(p)++ = (uint8_t)(a)[LAP_LEN - 1 - ijk]; \
310 }
311 #define DEVCLASS_TO_STREAM(p, a) \
312 { \
313 int ijk; \
314 for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) \
315 *(p)++ = (uint8_t)(a)[DEV_CLASS_LEN - 1 - ijk]; \
316 }
317 #define ARRAY_TO_STREAM(p, a, len) \
318 { \
319 int ijk; \
320 for (ijk = 0; ijk < (len); ijk++) *(p)++ = (uint8_t)(a)[ijk]; \
321 }
322 #define REVERSE_ARRAY_TO_STREAM(p, a, len) \
323 { \
324 int ijk; \
325 for (ijk = 0; ijk < (len); ijk++) *(p)++ = (uint8_t)(a)[(len)-1 - ijk]; \
326 }
327
328 #define STREAM_TO_INT8(u8, p) \
329 { \
330 (u8) = (*((int8_t*)(p))); \
331 (p) += 1; \
332 }
333 #define STREAM_TO_UINT8(u8, p) \
334 { \
335 (u8) = (uint8_t)(*(p)); \
336 (p) += 1; \
337 }
338 #define STREAM_TO_UINT16(u16, p) \
339 { \
340 (u16) = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); \
341 (p) += 2; \
342 }
343 #define STREAM_TO_UINT24(u32, p) \
344 { \
345 (u32) = (((uint32_t)(*(p))) + ((((uint32_t)(*((p) + 1)))) << 8) + \
346 ((((uint32_t)(*((p) + 2)))) << 16)); \
347 (p) += 3; \
348 }
349 #define STREAM_TO_UINT32(u32, p) \
350 { \
351 (u32) = (((uint32_t)(*(p))) + ((((uint32_t)(*((p) + 1)))) << 8) + \
352 ((((uint32_t)(*((p) + 2)))) << 16) + \
353 ((((uint32_t)(*((p) + 3)))) << 24)); \
354 (p) += 4; \
355 }
356 #define STREAM_TO_UINT64(u64, p) \
357 { \
358 (u64) = (((uint64_t)(*(p))) + ((((uint64_t)(*((p) + 1)))) << 8) + \
359 ((((uint64_t)(*((p) + 2)))) << 16) + \
360 ((((uint64_t)(*((p) + 3)))) << 24) + \
361 ((((uint64_t)(*((p) + 4)))) << 32) + \
362 ((((uint64_t)(*((p) + 5)))) << 40) + \
363 ((((uint64_t)(*((p) + 6)))) << 48) + \
364 ((((uint64_t)(*((p) + 7)))) << 56)); \
365 (p) += 8; \
366 }
367 #define STREAM_TO_ARRAY32(a, p) \
368 { \
369 int ijk; \
370 uint8_t* _pa = (uint8_t*)(a) + 31; \
371 for (ijk = 0; ijk < 32; ijk++) *_pa-- = *(p)++; \
372 }
373 #define STREAM_TO_ARRAY16(a, p) \
374 { \
375 int ijk; \
376 uint8_t* _pa = (uint8_t*)(a) + 15; \
377 for (ijk = 0; ijk < 16; ijk++) *_pa-- = *(p)++; \
378 }
379 #define STREAM_TO_ARRAY8(a, p) \
380 { \
381 int ijk; \
382 uint8_t* _pa = (uint8_t*)(a) + 7; \
383 for (ijk = 0; ijk < 8; ijk++) *_pa-- = *(p)++; \
384 }
385 #define STREAM_TO_DEVCLASS(a, p) \
386 { \
387 int ijk; \
388 uint8_t* _pa = (uint8_t*)(a) + DEV_CLASS_LEN - 1; \
389 for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *(p)++; \
390 }
391 #define STREAM_TO_LAP(a, p) \
392 { \
393 int ijk; \
394 uint8_t* plap = (uint8_t*)(a) + LAP_LEN - 1; \
395 for (ijk = 0; ijk < LAP_LEN; ijk++) *plap-- = *(p)++; \
396 }
397 #define STREAM_TO_ARRAY(a, p, len) \
398 { \
399 int ijk; \
400 for (ijk = 0; ijk < (len); ijk++) ((uint8_t*)(a))[ijk] = *(p)++; \
401 }
402 #define REVERSE_STREAM_TO_ARRAY(a, p, len) \
403 { \
404 int ijk; \
405 uint8_t* _pa = (uint8_t*)(a) + (len)-1; \
406 for (ijk = 0; ijk < (len); ijk++) *_pa-- = *(p)++; \
407 }
408
409 #define STREAM_SKIP_UINT8(p) \
410 do { \
411 (p) += 1; \
412 } while (0)
413 #define STREAM_SKIP_UINT16(p) \
414 do { \
415 (p) += 2; \
416 } while (0)
417
418 /*******************************************************************************
419 * Macros to get and put bytes to and from a field (Little Endian format).
420 * These are the same as to stream, except the pointer is not incremented.
421 */
422 #define UINT32_TO_FIELD(p, u32) \
423 { \
424 *(uint8_t*)(p) = (uint8_t)(u32); \
425 *((uint8_t*)(p) + 1) = (uint8_t)((u32) >> 8); \
426 *((uint8_t*)(p) + 2) = (uint8_t)((u32) >> 16); \
427 *((uint8_t*)(p) + 3) = (uint8_t)((u32) >> 24); \
428 }
429 #define UINT24_TO_FIELD(p, u24) \
430 { \
431 *(uint8_t*)(p) = (uint8_t)(u24); \
432 *((uint8_t*)(p) + 1) = (uint8_t)((u24) >> 8); \
433 *((uint8_t*)(p) + 2) = (uint8_t)((u24) >> 16); \
434 }
435 #define UINT16_TO_FIELD(p, u16) \
436 { \
437 *(uint8_t*)(p) = (uint8_t)(u16); \
438 *((uint8_t*)(p) + 1) = (uint8_t)((u16) >> 8); \
439 }
440 #define UINT8_TO_FIELD(p, u8) \
441 { *(uint8_t*)(p) = (uint8_t)(u8); }
442
443 /*******************************************************************************
444 * Macros to get and put bytes to and from a stream (Big Endian format)
445 */
446 #define UINT32_TO_BE_STREAM(p, u32) \
447 { \
448 *(p)++ = (uint8_t)((u32) >> 24); \
449 *(p)++ = (uint8_t)((u32) >> 16); \
450 *(p)++ = (uint8_t)((u32) >> 8); \
451 *(p)++ = (uint8_t)(u32); \
452 }
453 #define UINT24_TO_BE_STREAM(p, u24) \
454 { \
455 *(p)++ = (uint8_t)((u24) >> 16); \
456 *(p)++ = (uint8_t)((u24) >> 8); \
457 *(p)++ = (uint8_t)(u24); \
458 }
459 #define UINT16_TO_BE_STREAM(p, u16) \
460 { \
461 *(p)++ = (uint8_t)((u16) >> 8); \
462 *(p)++ = (uint8_t)(u16); \
463 }
464 #define UINT8_TO_BE_STREAM(p, u8) \
465 { *(p)++ = (uint8_t)(u8); }
466 #define ARRAY_TO_BE_STREAM(p, a, len) \
467 { \
468 int ijk; \
469 for (ijk = 0; ijk < (len); ijk++) *(p)++ = (uint8_t)(a)[ijk]; \
470 }
471 #define ARRAY_TO_BE_STREAM_REVERSE(p, a, len) \
472 { \
473 int ijk; \
474 for (ijk = 0; ijk < (len); ijk++) *(p)++ = (uint8_t)(a)[(len)-ijk - 1]; \
475 }
476
477 #define BE_STREAM_TO_UINT8(u8, p) \
478 { \
479 (u8) = (uint8_t)(*(p)); \
480 (p) += 1; \
481 }
482 #define BE_STREAM_TO_UINT16(u16, p) \
483 { \
484 (u16) = (uint16_t)(((uint16_t)(*(p)) << 8) + (uint16_t)(*((p) + 1))); \
485 (p) += 2; \
486 }
487 #define BE_STREAM_TO_UINT24(u32, p) \
488 { \
489 (u32) = (((uint32_t)(*((p) + 2))) + ((uint32_t)(*((p) + 1)) << 8) + \
490 ((uint32_t)(*(p)) << 16)); \
491 (p) += 3; \
492 }
493 #define BE_STREAM_TO_UINT32(u32, p) \
494 { \
495 (u32) = ((uint32_t)(*((p) + 3)) + ((uint32_t)(*((p) + 2)) << 8) + \
496 ((uint32_t)(*((p) + 1)) << 16) + ((uint32_t)(*(p)) << 24)); \
497 (p) += 4; \
498 }
499 #define BE_STREAM_TO_UINT64(u64, p) \
500 { \
501 (u64) = ((uint64_t)(*((p) + 7)) + ((uint64_t)(*((p) + 6)) << 8) + \
502 ((uint64_t)(*((p) + 5)) << 16) + ((uint64_t)(*((p) + 4)) << 24) + \
503 ((uint64_t)(*((p) + 3)) << 32) + ((uint64_t)(*((p) + 2)) << 40) + \
504 ((uint64_t)(*((p) + 1)) << 48) + ((uint64_t)(*(p)) << 56)); \
505 (p) += 8; \
506 }
507 #define BE_STREAM_TO_ARRAY(p, a, len) \
508 { \
509 int ijk; \
510 for (ijk = 0; ijk < (len); ijk++) ((uint8_t*)(a))[ijk] = *(p)++; \
511 }
512
513 /*******************************************************************************
514 * Macros to get and put bytes to and from a field (Big Endian format).
515 * These are the same as to stream, except the pointer is not incremented.
516 */
517 #define UINT32_TO_BE_FIELD(p, u32) \
518 { \
519 *(uint8_t*)(p) = (uint8_t)((u32) >> 24); \
520 *((uint8_t*)(p) + 1) = (uint8_t)((u32) >> 16); \
521 *((uint8_t*)(p) + 2) = (uint8_t)((u32) >> 8); \
522 *((uint8_t*)(p) + 3) = (uint8_t)(u32); \
523 }
524 #define UINT24_TO_BE_FIELD(p, u24) \
525 { \
526 *(uint8_t*)(p) = (uint8_t)((u24) >> 16); \
527 *((uint8_t*)(p) + 1) = (uint8_t)((u24) >> 8); \
528 *((uint8_t*)(p) + 2) = (uint8_t)(u24); \
529 }
530 #define UINT16_TO_BE_FIELD(p, u16) \
531 { \
532 *(uint8_t*)(p) = (uint8_t)((u16) >> 8); \
533 *((uint8_t*)(p) + 1) = (uint8_t)(u16); \
534 }
535 #define UINT8_TO_BE_FIELD(p, u8) \
536 { *(uint8_t*)(p) = (uint8_t)(u8); }
537
538 /* Common Bluetooth field definitions */
539 #define BD_ADDR_LEN 6 /* Device address length */
540
541 #ifdef __cplusplus
542 #include <bluetooth/uuid.h>
543 #include <include/hardware/bluetooth.h>
544
BDADDR_TO_STREAM(uint8_t * & p,const RawAddress & a)545 inline void BDADDR_TO_STREAM(uint8_t*& p, const RawAddress& a) {
546 for (int ijk = 0; ijk < BD_ADDR_LEN; ijk++)
547 *(p)++ = (uint8_t)(a.address)[BD_ADDR_LEN - 1 - ijk];
548 }
549
STREAM_TO_BDADDR(RawAddress & a,uint8_t * & p)550 inline void STREAM_TO_BDADDR(RawAddress& a, uint8_t*& p) {
551 uint8_t* pbda = (uint8_t*)(a.address) + BD_ADDR_LEN - 1;
552 for (int ijk = 0; ijk < BD_ADDR_LEN; ijk++) *pbda-- = *(p)++;
553 }
554
555 #endif
556
557 #define AMP_KEY_TYPE_GAMP 0
558 #define AMP_KEY_TYPE_WIFI 1
559 #define AMP_KEY_TYPE_UWB 2
560 typedef uint8_t tAMP_KEY_TYPE;
561
562 #define BT_OCTET8_LEN 8
563 typedef uint8_t BT_OCTET8[BT_OCTET8_LEN]; /* octet array: size 16 */
564
565 #define LINK_KEY_LEN 16
566 typedef uint8_t LINK_KEY[LINK_KEY_LEN]; /* Link Key */
567
568 #define AMP_LINK_KEY_LEN 32
569 typedef uint8_t
570 AMP_LINK_KEY[AMP_LINK_KEY_LEN]; /* Dedicated AMP and GAMP Link Keys */
571
572 #define BT_OCTET16_LEN 16
573 typedef uint8_t BT_OCTET16[BT_OCTET16_LEN]; /* octet array: size 16 */
574
575 #define PIN_CODE_LEN 16
576 typedef uint8_t PIN_CODE[PIN_CODE_LEN]; /* Pin Code (upto 128 bits) MSB is 0 */
577 typedef uint8_t* PIN_CODE_PTR; /* Pointer to Pin Code */
578
579 #define BT_OCTET32_LEN 32
580 typedef uint8_t BT_OCTET32[BT_OCTET32_LEN]; /* octet array: size 32 */
581
582 #define DEV_CLASS_LEN 3
583 typedef uint8_t DEV_CLASS[DEV_CLASS_LEN]; /* Device class */
584 typedef uint8_t* DEV_CLASS_PTR; /* Pointer to Device class */
585
586 #define EXT_INQ_RESP_LEN 3
587 typedef uint8_t EXT_INQ_RESP[EXT_INQ_RESP_LEN]; /* Extended Inquiry Response */
588 typedef uint8_t* EXT_INQ_RESP_PTR; /* Pointer to Extended Inquiry Response */
589
590 #define BD_NAME_LEN 248
591 typedef uint8_t BD_NAME[BD_NAME_LEN + 1]; /* Device name */
592 typedef uint8_t* BD_NAME_PTR; /* Pointer to Device name */
593
594 #define BD_FEATURES_LEN 8
595 typedef uint8_t
596 BD_FEATURES[BD_FEATURES_LEN]; /* LMP features supported by device */
597
598 #define BT_EVENT_MASK_LEN 8
599 typedef uint8_t BT_EVENT_MASK[BT_EVENT_MASK_LEN]; /* Event Mask */
600
601 #define LAP_LEN 3
602 typedef uint8_t LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
603 typedef uint8_t INQ_LAP[LAP_LEN]; /* IAC as passed to Inquiry (LAP) */
604
605 #define RAND_NUM_LEN 16
606 typedef uint8_t RAND_NUM[RAND_NUM_LEN];
607
608 #define ACO_LEN 12
609 typedef uint8_t ACO[ACO_LEN]; /* Authenticated ciphering offset */
610
611 #define COF_LEN 12
612 typedef uint8_t COF[COF_LEN]; /* ciphering offset number */
613
614 typedef struct {
615 uint8_t qos_flags; /* TBD */
616 uint8_t service_type; /* see below */
617 uint32_t token_rate; /* bytes/second */
618 uint32_t token_bucket_size; /* bytes */
619 uint32_t peak_bandwidth; /* bytes/second */
620 uint32_t latency; /* microseconds */
621 uint32_t delay_variation; /* microseconds */
622 } FLOW_SPEC;
623
624 /* Values for service_type */
625 #define NO_TRAFFIC 0
626 #define BEST_EFFORT 1
627 #define GUARANTEED 2
628
629 /* Service class of the CoD */
630 #define SERV_CLASS_NETWORKING (1 << 1)
631 #define SERV_CLASS_RENDERING (1 << 2)
632 #define SERV_CLASS_CAPTURING (1 << 3)
633 #define SERV_CLASS_OBJECT_TRANSFER (1 << 4)
634 #define SERV_CLASS_OBJECT_AUDIO (1 << 5)
635 #define SERV_CLASS_OBJECT_TELEPHONY (1 << 6)
636 #define SERV_CLASS_OBJECT_INFORMATION (1 << 7)
637
638 /* Second byte */
639 #define SERV_CLASS_LIMITED_DISC_MODE (0x20)
640
641 /* Field size definitions. Note that byte lengths are rounded up. */
642 #define ACCESS_CODE_BIT_LEN 72
643 #define ACCESS_CODE_BYTE_LEN 9
644 #define SHORTENED_ACCESS_CODE_BIT_LEN 68
645
646 typedef uint8_t ACCESS_CODE[ACCESS_CODE_BYTE_LEN];
647
648 #define SYNTH_TX 1 /* want synth code to TRANSMIT at this freq */
649 #define SYNTH_RX 2 /* want synth code to RECEIVE at this freq */
650
651 #define SYNC_REPS 1 /* repeats of sync word transmitted to start of burst */
652
653 #define BT_1SEC_TIMEOUT_MS (1 * 1000) /* 1 second */
654
655 #define BT_EIR_FLAGS_TYPE 0x01
656 #define BT_EIR_MORE_16BITS_UUID_TYPE 0x02
657 #define BT_EIR_COMPLETE_16BITS_UUID_TYPE 0x03
658 #define BT_EIR_MORE_32BITS_UUID_TYPE 0x04
659 #define BT_EIR_COMPLETE_32BITS_UUID_TYPE 0x05
660 #define BT_EIR_MORE_128BITS_UUID_TYPE 0x06
661 #define BT_EIR_COMPLETE_128BITS_UUID_TYPE 0x07
662 #define BT_EIR_SHORTENED_LOCAL_NAME_TYPE 0x08
663 #define BT_EIR_COMPLETE_LOCAL_NAME_TYPE 0x09
664 #define BT_EIR_TX_POWER_LEVEL_TYPE 0x0A
665 #define BT_EIR_OOB_BD_ADDR_TYPE 0x0C
666 #define BT_EIR_OOB_COD_TYPE 0x0D
667 #define BT_EIR_OOB_SSP_HASH_C_TYPE 0x0E
668 #define BT_EIR_OOB_SSP_RAND_R_TYPE 0x0F
669 #define BT_EIR_SERVICE_DATA_TYPE 0x16
670 #define BT_EIR_SERVICE_DATA_16BITS_UUID_TYPE 0x16
671 #define BT_EIR_SERVICE_DATA_32BITS_UUID_TYPE 0x20
672 #define BT_EIR_SERVICE_DATA_128BITS_UUID_TYPE 0x21
673 #define BT_EIR_MANUFACTURER_SPECIFIC_TYPE 0xFF
674
675 #define BT_OOB_COD_SIZE 3
676 #define BT_OOB_HASH_C_SIZE 16
677 #define BT_OOB_RAND_R_SIZE 16
678
679 /* Broadcom proprietary UUIDs and reserved PSMs
680 *
681 * The lowest 4 bytes byte of the UUID or GUID depend on the feature. Typically,
682 * the value of those bytes will be the PSM or SCN.
683 */
684 #define BRCM_PROPRIETARY_UUID_BASE \
685 0xDA, 0x23, 0x41, 0x02, 0xA3, 0xBB, 0xC1, 0x71, 0xBA, 0x09, 0x6f, 0x21
686 #define BRCM_PROPRIETARY_GUID_BASE \
687 0xda23, 0x4102, 0xa3, 0xbb, 0xc1, 0x71, 0xba, 0x09, 0x6f, 0x21
688
689 /* We will not allocate a PSM in the reserved range to 3rd party apps
690 */
691 #define BRCM_RESERVED_PSM_START 0x5AE1
692 #define BRCM_RESERVED_PSM_END 0x5AFF
693
694 #define BRCM_UTILITY_SERVICE_PSM 0x5AE1
695 #define BRCM_MATCHER_PSM 0x5AE3
696
697 /* Connection statistics
698 */
699
700 /* Structure to hold connection stats */
701 #ifndef BT_CONN_STATS_DEFINED
702 #define BT_CONN_STATS_DEFINED
703
704 /* These bits are used in the bIsConnected field */
705 #define BT_CONNECTED_USING_BREDR 1
706 #define BT_CONNECTED_USING_AMP 2
707
708 typedef struct {
709 uint32_t is_connected;
710 int32_t rssi;
711 uint32_t bytes_sent;
712 uint32_t bytes_rcvd;
713 uint32_t duration;
714 } tBT_CONN_STATS;
715
716 #endif
717
718 /*****************************************************************************
719 * Low Energy definitions
720 *
721 * Address types
722 */
723 #define BLE_ADDR_PUBLIC 0x00
724 #define BLE_ADDR_RANDOM 0x01
725 #define BLE_ADDR_PUBLIC_ID 0x02
726 #define BLE_ADDR_RANDOM_ID 0x03
727 #define BLE_ADDR_ANONYMOUS 0xFF
728 typedef uint8_t tBLE_ADDR_TYPE;
729 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
730
731 #define BT_TRANSPORT_INVALID 0
732 #define BT_TRANSPORT_BR_EDR 1
733 #define BT_TRANSPORT_LE 2
734 typedef uint8_t tBT_TRANSPORT;
735
736 #define PHY_LE_1M_MASK 1
737 #define PHY_LE_2M_MASK 2
738 #define PHY_LE_CODED_MASK 4
739
740 #define BLE_ADDR_IS_STATIC(x) (((x)[0] & 0xC0) == 0xC0)
741
742 #ifdef __cplusplus
743 struct tBLE_BD_ADDR {
744 tBLE_ADDR_TYPE type;
745 RawAddress bda;
746 };
747 #endif
748
749 /* Device Types
750 */
751 #define BT_DEVICE_TYPE_BREDR 0x01
752 #define BT_DEVICE_TYPE_BLE 0x02
753 #define BT_DEVICE_TYPE_DUMO 0x03
754 typedef uint8_t tBT_DEVICE_TYPE;
755 /*****************************************************************************/
756
757 /* Define trace levels */
758 #define BT_TRACE_LEVEL_NONE 0 /* No trace messages to be generated */
759 #define BT_TRACE_LEVEL_ERROR 1 /* Error condition trace messages */
760 #define BT_TRACE_LEVEL_WARNING 2 /* Warning condition trace messages */
761 #define BT_TRACE_LEVEL_API 3 /* API traces */
762 #define BT_TRACE_LEVEL_EVENT 4 /* Debug messages for events */
763 #define BT_TRACE_LEVEL_DEBUG 5 /* Full debug messages */
764 #define BT_TRACE_LEVEL_VERBOSE 6 /* Verbose debug messages */
765
766 #define MAX_TRACE_LEVEL 6
767
768 /* Define New Trace Type Definition */
769 /* TRACE_CTRL_TYPE 0x^^000000*/
770 #define TRACE_CTRL_MASK 0xff000000
771 #define TRACE_GET_CTRL(x) ((((uint32_t)(x)) & TRACE_CTRL_MASK) >> 24)
772
773 #define TRACE_CTRL_GENERAL 0x00000000
774 #define TRACE_CTRL_STR_RESOURCE 0x01000000
775 #define TRACE_CTRL_SEQ_FLOW 0x02000000
776 #define TRACE_CTRL_MAX_NUM 3
777
778 /* LAYER SPECIFIC 0x00^^0000*/
779 #define TRACE_LAYER_MASK 0x00ff0000
780 #define TRACE_GET_LAYER(x) ((((uint32_t)(x)) & TRACE_LAYER_MASK) >> 16)
781
782 #define TRACE_LAYER_NONE 0x00000000
783 #define TRACE_LAYER_USB 0x00010000
784 #define TRACE_LAYER_SERIAL 0x00020000
785 #define TRACE_LAYER_SOCKET 0x00030000
786 #define TRACE_LAYER_RS232 0x00040000
787 #define TRACE_LAYER_TRANS_MAX_NUM 5
788 #define TRACE_LAYER_TRANS_ALL 0x007f0000
789 #define TRACE_LAYER_LC 0x00050000
790 #define TRACE_LAYER_LM 0x00060000
791 #define TRACE_LAYER_HCI 0x00070000
792 #define TRACE_LAYER_L2CAP 0x00080000
793 #define TRACE_LAYER_RFCOMM 0x00090000
794 #define TRACE_LAYER_SDP 0x000a0000
795 #define TRACE_LAYER_TCS 0x000b0000
796 #define TRACE_LAYER_OBEX 0x000c0000
797 #define TRACE_LAYER_BTM 0x000d0000
798 #define TRACE_LAYER_ICP 0x00110000
799 #define TRACE_LAYER_HSP2 0x00120000
800 #define TRACE_LAYER_SPP 0x00130000
801 #define TRACE_LAYER_CTP 0x00140000
802 #define TRACE_LAYER_BPP 0x00150000
803 #define TRACE_LAYER_HCRP 0x00160000
804 #define TRACE_LAYER_FTP 0x00170000
805 #define TRACE_LAYER_OPP 0x00180000
806 #define TRACE_LAYER_BTU 0x00190000
807 #define TRACE_LAYER_GKI 0x001a0000 /* OBSOLETED */
808 #define TRACE_LAYER_BNEP 0x001b0000
809 #define TRACE_LAYER_PAN 0x001c0000
810 #define TRACE_LAYER_HFP 0x001d0000
811 #define TRACE_LAYER_HID 0x001e0000
812 #define TRACE_LAYER_BIP 0x001f0000
813 #define TRACE_LAYER_AVP 0x00200000
814 #define TRACE_LAYER_A2DP 0x00210000
815 #define TRACE_LAYER_SAP 0x00220000
816 #define TRACE_LAYER_AMP 0x00230000
817 #define TRACE_LAYER_MCA 0x00240000
818 #define TRACE_LAYER_ATT 0x00250000
819 #define TRACE_LAYER_SMP 0x00260000
820 #define TRACE_LAYER_NFC 0x00270000
821 #define TRACE_LAYER_NCI 0x00280000
822 #define TRACE_LAYER_LLCP 0x00290000
823 #define TRACE_LAYER_NDEF 0x002a0000
824 #define TRACE_LAYER_RW 0x002b0000
825 #define TRACE_LAYER_CE 0x002c0000
826 #define TRACE_LAYER_P2P 0x002d0000
827 #define TRACE_LAYER_SNEP 0x002e0000
828 #define TRACE_LAYER_CHO 0x002f0000
829 #define TRACE_LAYER_NFA 0x00300000
830
831 #define TRACE_LAYER_MAX_NUM 0x0031
832
833 /* TRACE_ORIGINATOR 0x0000^^00*/
834 #define TRACE_ORG_MASK 0x0000ff00
835 #define TRACE_GET_ORG(x) ((((uint32_t)(x)) & TRACE_ORG_MASK) >> 8)
836
837 #define TRACE_ORG_STACK 0x00000000
838 #define TRACE_ORG_HCI_TRANS 0x00000100
839 #define TRACE_ORG_PROTO_DISP 0x00000200
840 #define TRACE_ORG_RPC 0x00000300
841 #define TRACE_ORG_GKI 0x00000400 /* OBSOLETED */
842 #define TRACE_ORG_APPL 0x00000500
843 #define TRACE_ORG_SCR_WRAPPER 0x00000600
844 #define TRACE_ORG_SCR_ENGINE 0x00000700
845 #define TRACE_ORG_USER_SCR 0x00000800
846 #define TRACE_ORG_TESTER 0x00000900
847 #define TRACE_ORG_MAX_NUM 10 /* 32-bit mask; must be < 32 */
848 #define TRACE_LITE_ORG_MAX_NUM 6
849 #define TRACE_ORG_ALL 0x03ff
850 #define TRACE_ORG_RPC_TRANS 0x04
851
852 #define TRACE_ORG_REG 0x00000909
853 #define TRACE_ORG_REG_SUCCESS 0x0000090a
854
855 /* TRACE_TYPE 0x000000^^*/
856 #define TRACE_TYPE_MASK 0x000000ff
857 #define TRACE_GET_TYPE(x) (((uint32_t)(x)) & TRACE_TYPE_MASK)
858
859 #define TRACE_TYPE_ERROR 0x00000000
860 #define TRACE_TYPE_WARNING 0x00000001
861 #define TRACE_TYPE_API 0x00000002
862 #define TRACE_TYPE_EVENT 0x00000003
863 #define TRACE_TYPE_DEBUG 0x00000004
864 #define TRACE_TYPE_STACK_ONLY_MAX TRACE_TYPE_DEBUG
865 #define TRACE_TYPE_TX 0x00000005
866 #define TRACE_TYPE_RX 0x00000006
867 #define TRACE_TYPE_DEBUG_ASSERT 0x00000007
868 #define TRACE_TYPE_GENERIC 0x00000008
869 #define TRACE_TYPE_REG 0x00000009
870 #define TRACE_TYPE_REG_SUCCESS 0x0000000a
871 #define TRACE_TYPE_CMD_TX 0x0000000b
872 #define TRACE_TYPE_EVT_TX 0x0000000c
873 #define TRACE_TYPE_ACL_TX 0x0000000d
874 #define TRACE_TYPE_CMD_RX 0x0000000e
875 #define TRACE_TYPE_EVT_RX 0x0000000f
876 #define TRACE_TYPE_ACL_RX 0x00000010
877 #define TRACE_TYPE_TARGET_TRACE 0x00000011
878 #define TRACE_TYPE_SCO_TX 0x00000012
879 #define TRACE_TYPE_SCO_RX 0x00000013
880
881 #define TRACE_TYPE_MAX_NUM 20
882 #define TRACE_TYPE_ALL 0xffff
883
884 /* Define color for script type */
885 #define SCR_COLOR_DEFAULT 0
886 #define SCR_COLOR_TYPE_COMMENT 1
887 #define SCR_COLOR_TYPE_COMMAND 2
888 #define SCR_COLOR_TYPE_EVENT 3
889 #define SCR_COLOR_TYPE_SELECT 4
890
891 /* Define protocol trace flag values */
892 #define SCR_PROTO_TRACE_HCI_SUMMARY 0x00000001
893 #define SCR_PROTO_TRACE_HCI_DATA 0x00000002
894 #define SCR_PROTO_TRACE_L2CAP 0x00000004
895 #define SCR_PROTO_TRACE_RFCOMM 0x00000008
896 #define SCR_PROTO_TRACE_SDP 0x00000010
897 #define SCR_PROTO_TRACE_TCS 0x00000020
898 #define SCR_PROTO_TRACE_OBEX 0x00000040
899 #define SCR_PROTO_TRACE_OAPP 0x00000080 /* OBEX Application Profile */
900 #define SCR_PROTO_TRACE_AMP 0x00000100
901 #define SCR_PROTO_TRACE_BNEP 0x00000200
902 #define SCR_PROTO_TRACE_AVP 0x00000400
903 #define SCR_PROTO_TRACE_MCA 0x00000800
904 #define SCR_PROTO_TRACE_ATT 0x00001000
905 #define SCR_PROTO_TRACE_SMP 0x00002000
906 #define SCR_PROTO_TRACE_NCI 0x00004000
907 #define SCR_PROTO_TRACE_LLCP 0x00008000
908 #define SCR_PROTO_TRACE_NDEF 0x00010000
909 #define SCR_PROTO_TRACE_RW 0x00020000
910 #define SCR_PROTO_TRACE_CE 0x00040000
911 #define SCR_PROTO_TRACE_SNEP 0x00080000
912 #define SCR_PROTO_TRACE_CHO 0x00100000
913 #define SCR_PROTO_TRACE_ALL 0x001fffff
914 #define SCR_PROTO_TRACE_HCI_LOGGING_VSE \
915 0x0800 /* Brcm vs event for logmsg and protocol traces */
916
917 #define MAX_SCRIPT_TYPE 5
918
919 #define TCS_PSM_INTERCOM 5
920 #define TCS_PSM_CORDLESS 7
921 #define BT_PSM_BNEP 0x000F
922 /* Define PSMs HID uses */
923 #define HID_PSM_CONTROL 0x0011
924 #define HID_PSM_INTERRUPT 0x0013
925
926 /* Define a function for logging */
927 typedef void(BT_LOG_FUNC)(int trace_type, const char* fmt_str, ...);
928
is_sample_ltk(const BT_OCTET16 ltk)929 static inline bool is_sample_ltk(const BT_OCTET16 ltk) {
930 /* Sample LTK from BT Spec 5.1 | Vol 6, Part C 1
931 * 0x4C68384139F574D836BCF34E9DFB01BF */
932 const uint8_t SAMPLE_LTK[] = {0xbf, 0x01, 0xfb, 0x9d, 0x4e, 0xf3, 0xbc, 0x36,
933 0xd8, 0x74, 0xf5, 0x39, 0x41, 0x38, 0x68, 0x4c};
934 return memcmp(ltk, SAMPLE_LTK, BT_OCTET16_LEN) == 0;
935 }
936
937 #endif
938