Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c565 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type)) { in smp_gen_p1_4_confirm()
613 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type)) { in smp_gen_p2_4_confirm()
1963 } 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.c1492 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, bda, &addr_type)) { in smp_collect_peer_ble_address()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1977 BOOLEAN BTM_ReadRemoteConnectionAddr(BD_ADDR pseudo_addr,
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c342 BOOLEAN BTM_ReadRemoteConnectionAddr(BD_ADDR pseudo_addr, BD_ADDR conn_addr, in BTM_ReadRemoteConnectionAddr() function