OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAP_LEN
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_types.h
63
#define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk <
LAP_LEN
; ijk++) *(p)++ = (UINT8) a[
LAP_LEN
- 1 - ijk];}
77
#define STREAM_TO_LAP(a, p) {register int ijk; register UINT8 *plap = (UINT8 *)a +
LAP_LEN
- 1; for (ijk = 0; ijk <
LAP_LEN
; ijk++) *plap-- = *p++;}
/external/bluetooth/bluedroid/stack/include/
bt_types.h
247
#define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk <
LAP_LEN
; ijk++) *(p)++ = (UINT8) a[
LAP_LEN
- 1 - ijk];}
261
#define STREAM_TO_LAP(a, p) {register int ijk; register UINT8 *plap = (UINT8 *)a +
LAP_LEN
- 1; for (ijk = 0; ijk <
LAP_LEN
; ijk++) *plap-- = *p++;}
345
#define
LAP_LEN
3
346
typedef UINT8 LAP[
LAP_LEN
]; /* IAC as passed to Inquiry (LAP) */
347
typedef UINT8 INQ_LAP[
LAP_LEN
]; /* IAC as passed to Inquiry (LAP) */
hcimsgs.h
69
UINT8 *qq = ((UINT8 *)((p) + 1) + p->offset + 3 + (off)); UINT8 *rr = (UINT8 *)x +
LAP_LEN
- 1; \
70
int ii; for (ii = 0; ii <
LAP_LEN
; ii++) *rr-- = *qq++; \
[
all
...]
/external/libnfc-nci/src/include/
bt_types.h
231
#define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk <
LAP_LEN
; ijk++) *(p)++ = (UINT8) a[
LAP_LEN
- 1 - ijk];}
245
#define STREAM_TO_LAP(a, p) {register int ijk; register UINT8 *plap = (UINT8 *)a +
LAP_LEN
- 1; for (ijk = 0; ijk <
LAP_LEN
; ijk++) *plap-- = *p++;}
329
#define
LAP_LEN
3
330
typedef UINT8 LAP[
LAP_LEN
]; /* IAC as passed to Inquiry (LAP) */
331
typedef UINT8 INQ_LAP[
LAP_LEN
]; /* IAC as passed to Inquiry (LAP) */
/external/bluetooth/bluedroid/stack/btm/
btm_inq.c
239
memcpy (temp_lap[0], limited_inq_lap,
LAP_LEN
);
240
memcpy (temp_lap[1], general_inq_lap,
LAP_LEN
);
[
all
...]
/external/bluetooth/bluedroid/stack/hcic/
hcicmds.c
[
all
...]
Completed in 135 milliseconds