OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVCLASS_TO_STREAM
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_types.h
64
#define
DEVCLASS_TO_STREAM
(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];}
/external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c
349
DEVCLASS_TO_STREAM
(p, cod);
/external/bluetooth/bluedroid/stack/include/
bt_types.h
248
#define
DEVCLASS_TO_STREAM
(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];}
/external/libnfc-nci/src/include/
bt_types.h
232
#define
DEVCLASS_TO_STREAM
(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++ = (UINT8) a[DEV_CLASS_LEN - 1 - ijk];}
/external/bluetooth/bluedroid/stack/hcic/
hcicmds.c
1164
DEVCLASS_TO_STREAM
(pp, filt_cond);
1166
DEVCLASS_TO_STREAM
(pp, filt_cond);
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_sec.c
[
all
...]
Completed in 157 milliseconds