Searched refs:ARRAY16_TO_STREAM (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_cho_utils.c | 455 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/ |
D | nfc_types.h | 60 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… macro
|
/external/bluetooth/bluedroid/stack/include/ |
D | bt_types.h | 251 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… macro
|
/external/libnfc-nci/src/include/ |
D | bt_types.h | 228 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… macro
|
/external/bluetooth/bluedroid/stack/hcic/ |
D | hcicmds.c | 312 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/ |
D | bta_dm_act.c | 4387 ARRAY16_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid128); in bta_dm_set_eir()
|