Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c314 ARRAY16_TO_STREAM (pp, link_key); in btsnd_hcic_link_key_req_reply()
1623 ARRAY16_TO_STREAM (pp, p_c); in btsnd_hcic_rem_oob_reply()
1624 ARRAY16_TO_STREAM (pp, p_r); in btsnd_hcic_rem_oob_reply()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h238 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c2019 ARRAY16_TO_STREAM(p, link_key); in smp_calculate_link_key_from_long_term_key()