Home
last modified time | relevance | path

Searched refs:BTM_ReadRemoteConnectionAddr (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/smp/
Dsmp_keys.c528 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type)) in smp_gen_p1_4_confirm()
580 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type)) in smp_gen_p2_4_confirm()
1939 else if ((BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda_for_lk, &conn_addr_type)) && in smp_calculate_link_key_from_long_term_key()
Dsmp_utils.c1416 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type)) in smp_collect_peer_ble_address()
/system/bt/stack/include/
Dbtm_ble_api.h1291 extern BOOLEAN BTM_ReadRemoteConnectionAddr(BD_ADDR pseudo_addr,
/system/bt/stack/btm/
Dbtm_ble.c350 BOOLEAN BTM_ReadRemoteConnectionAddr(BD_ADDR pseudo_addr, BD_ADDR conn_addr, in BTM_ReadRemoteConnectionAddr() function