HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY16_TO_STREAM (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 455 ARRAY16_TO_STREAM (p, p_hash_c);
459 ARRAY16_TO_STREAM (p, p_rand_r);
  /external/libnfc-nci/src/hal/include/
nfc_types.h 60 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];}
  /system/bt/stack/hcic/
hcicmds.c 243 ARRAY16_TO_STREAM (pp, link_key);
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 228 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];}
  /system/bt/stack/include/
bt_types.h 243 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];}
    [all...]
  /system/bt/stack/smp/
smp_keys.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]

Completed in 56 milliseconds