Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_connection_establishment.cc153 tBTM_SEC_DEV_REC* match_rec = btm_ble_resolve_random_addr(bda); in btm_ble_conn_complete() local
154 if (match_rec) { in btm_ble_conn_complete()
157 match_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA; in btm_ble_conn_complete()
158 match_rec->ble.cur_rand_addr = bda; in btm_ble_conn_complete()
159 if (!btm_ble_init_pseudo_addr(match_rec, bda)) { in btm_ble_conn_complete()
161 bda = match_rec->ble.pseudo_addr; in btm_ble_conn_complete()
162 bda_type = match_rec->ble.ble_addr_type; in btm_ble_conn_complete()
164 bda = match_rec->bd_addr; in btm_ble_conn_complete()
Dbtm_ble_int_types.h155 typedef void(tBTM_BLE_RESOLVE_CBACK)(void* match_rec, void* p);
Dbtm_ble_gap.cc1662 tBTM_SEC_DEV_REC* match_rec = btm_ble_resolve_random_addr(bda); in btm_ble_process_adv_addr() local
1663 if (match_rec) { in btm_ble_process_adv_addr()
1664 match_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA; in btm_ble_process_adv_addr()
1665 match_rec->ble.cur_rand_addr = bda; in btm_ble_process_adv_addr()
1667 if (btm_ble_init_pseudo_addr(match_rec, bda)) { in btm_ble_process_adv_addr()
1668 bda = match_rec->bd_addr; in btm_ble_process_adv_addr()
1671 bda = match_rec->ble.pseudo_addr; in btm_ble_process_adv_addr()
1672 *addr_type = match_rec->ble.ble_addr_type; in btm_ble_process_adv_addr()