Searched defs:remote_bd_addr_type (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/test/
H A Dstack_smp_test.cc85 tBLE_ADDR_TYPE remote_bd_addr_type,
175 tBLE_ADDR_TYPE remote_bd_addr_type = 0; local
177 &remote_bd_addr_type);
191 tBLE_ADDR_TYPE remote_bd_addr_type = 0; local
193 &remote_bd_addr_type);
195 smp_gen_p1_4_confirm(&p_cb_, remote_bd_addr_type, p1);
/system/bt/stack/smp/
H A Dsmp_keys.cc364 void smp_gen_p1_4_confirm(tSMP_CB* p_cb, tBLE_ADDR_TYPE remote_bd_addr_type, argument
372 UINT8_TO_STREAM(p, remote_bd_addr_type);
379 UINT8_TO_STREAM(p, remote_bd_addr_type);
436 tBLE_ADDR_TYPE remote_bd_addr_type = 0; local
439 &remote_bd_addr_type)) {
447 smp_gen_p1_4_confirm(p_cb, remote_bd_addr_type, p1);

Completed in 44 milliseconds