HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY16_TO_STREAM (Results 1 - 6 of 6) 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];}
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 312 ARRAY16_TO_STREAM (pp, link_key);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 244 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];}
  /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];}
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 530 milliseconds