Searched refs:btm_identity_addr_to_random_pseudo (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_int.h | 147 extern bool btm_identity_addr_to_random_pseudo(RawAddress* bd_addr,
|
D | btm_ble_connection_establishment.cc | 147 match = btm_identity_addr_to_random_pseudo(&bda, &bda_type, true); in btm_ble_conn_complete()
|
D | btm_ble_addr.cc | 304 bool btm_identity_addr_to_random_pseudo(RawAddress* bd_addr, in btm_identity_addr_to_random_pseudo() function
|
D | btm_ble_gap.cc | 1764 bool match = btm_identity_addr_to_random_pseudo(&bda, addr_type, false); in btm_ble_process_adv_addr()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 598 if (!btm_identity_addr_to_random_pseudo(&bd_addr, &peer_address_type, in btu_hcif_log_command_metrics() 632 btm_identity_addr_to_random_pseudo(&bd_addr, &peer_addr_type, false); in btu_hcif_log_command_metrics() 682 btm_identity_addr_to_random_pseudo(&bd_addr, &peer_addr_type, false); in btu_hcif_log_command_metrics()
|