HomeSort by relevance Sort by last modified time
    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);
  /system/bt/stack/hcic/
hcicmds.c 749 DEVCLASS_TO_STREAM (pp, filt_cond);
751 DEVCLASS_TO_STREAM (pp, filt_cond);
950 DEVCLASS_TO_STREAM (pp, dev_class);
    [all...]
  /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];}
  /system/bt/stack/include/
bt_types.h 247 #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];}
    [all...]
  /system/bt/stack/btm/
btm_sec.c     [all...]

Completed in 56 milliseconds