Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1898 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec; in btm_ble_resolve_random_addr_on_conn_cmpl() local
1923 if (match_rec) { in btm_ble_resolve_random_addr_on_conn_cmpl()
1926 match_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA; in btm_ble_resolve_random_addr_on_conn_cmpl()
1927 memcpy(match_rec->ble.cur_rand_addr, bda, BD_ADDR_LEN); in btm_ble_resolve_random_addr_on_conn_cmpl()
1928 if (!btm_ble_init_pseudo_addr (match_rec, bda)) { in btm_ble_resolve_random_addr_on_conn_cmpl()
1930 memcpy(bda, match_rec->ble.pseudo_addr, BD_ADDR_LEN); in btm_ble_resolve_random_addr_on_conn_cmpl()
1932 memcpy(bda, match_rec->bd_addr, BD_ADDR_LEN); in btm_ble_resolve_random_addr_on_conn_cmpl()
Dbtm_ble_gap.c1175 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec; in btm_ble_resolve_random_addr_on_adv() local
1187 if (match_rec) { in btm_ble_resolve_random_addr_on_adv()
1189 match_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA; in btm_ble_resolve_random_addr_on_adv()
1190 memcpy(match_rec->ble.cur_rand_addr, bda, BD_ADDR_LEN); in btm_ble_resolve_random_addr_on_adv()
1192 if (btm_ble_init_pseudo_addr(match_rec, bda)) { in btm_ble_resolve_random_addr_on_adv()
1193 memcpy(bda, match_rec->bd_addr, BD_ADDR_LEN); in btm_ble_resolve_random_addr_on_adv()
1196 memcpy(bda, match_rec->ble.pseudo_addr, BD_ADDR_LEN); in btm_ble_resolve_random_addr_on_adv()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c2144 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec; in btm_ble_resolve_random_addr_adv_ext() local
2147 if (match_rec) { in btm_ble_resolve_random_addr_adv_ext()
2149 memcpy(bda, match_rec->ble.pseudo_addr, BD_ADDR_LEN); in btm_ble_resolve_random_addr_adv_ext()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h188 typedef void (tBTM_BLE_RESOLVE_CBACK) (void *match_rec, void *p);