Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c455 ARRAY16_TO_STREAM (p, p_hash_c); in NDEF_MsgAppendMediaBtOobHashCRandR()
459 ARRAY16_TO_STREAM (p, p_rand_r); in NDEF_MsgAppendMediaBtOobHashCRandR()
/external/libnfc-nci/src/hal/include/
Dnfc_types.h60 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… macro
/external/bluetooth/bluedroid/stack/include/
Dbt_types.h251 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… macro
/external/libnfc-nci/src/include/
Dbt_types.h228 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… macro
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c312 ARRAY16_TO_STREAM (pp, link_key); in btsnd_hcic_link_key_req_reply()
1327 ARRAY16_TO_STREAM (pp, link_key[j]); in btsnd_hcic_write_stored_key()
2550 ARRAY16_TO_STREAM (pp, p_c); in btsnd_hcic_rem_oob_reply()
2551 ARRAY16_TO_STREAM (pp, p_r); in btsnd_hcic_rem_oob_reply()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c4387 ARRAY16_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid128); in bta_dm_set_eir()