Searched refs:ARRAY16_TO_STREAM (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c455 ARRAY16_TO_STREAM (p, p_hash_c);
459 ARRAY16_TO_STREAM (p, p_rand_r);
/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h60 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];} macro
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c312 ARRAY16_TO_STREAM (pp, link_key);
1327 ARRAY16_TO_STREAM (pp, link_key[j]);
2549 ARRAY16_TO_STREAM (pp, p_c);
2550 ARRAY16_TO_STREAM (pp, p_r);
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h244 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h228 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++ = (UINT8) a[15 - ijk];} macro
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4217 ARRAY16_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid128);

Completed in 231 milliseconds