Searched refs:rra_type (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble_addr.c484 UINT8 rra_type)
500 if (rra_type == BTM_BLE_ADDR_PSEUDO)
503 p_sec_rec->ble.active_addr_type = rra_type;
521 if (rra_type == BTM_BLE_ADDR_PSEUDO)
537 p_acl->active_remote_addr_type = rra_type;
483 btm_ble_refresh_peer_resolvable_private_addr(BD_ADDR pseudo_bda, BD_ADDR rpa, UINT8 rra_type) argument
H A Dbtm_ble_privacy.c363 UINT8 status, rra_type = BTM_BLE_ADDR_PSEUDO; local
391 btm_ble_refresh_peer_resolvable_private_addr(pseudo_bda, rra, rra_type);
H A Dbtm_ble_int.h448 extern void btm_ble_refresh_peer_resolvable_private_addr(BD_ADDR pseudo_bda, BD_ADDR rra, UINT8 rra_type);

Completed in 443 milliseconds