OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STREAM_TO_DEVCLASS
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_types.h
76
#define
STREAM_TO_DEVCLASS
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
/external/bluetooth/bluedroid/stack/include/
bt_types.h
260
#define
STREAM_TO_DEVCLASS
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
/external/libnfc-nci/src/include/
bt_types.h
244
#define
STREAM_TO_DEVCLASS
(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + DEV_CLASS_LEN - 1; for (ijk = 0; ijk < DEV_CLASS_LEN; ijk++) *_pa-- = *p++;}
/external/bluetooth/bluedroid/stack/btu/
btu_hcif.c
683
STREAM_TO_DEVCLASS
(dc, p);
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_inq.c
[
all
...]
Completed in 1221 milliseconds