Home
last modified time | relevance | path

Searched refs:BTM_BLE_IS_RESOLVE_BDA (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_bgconn.cc242 BTM_BLE_IS_RESOLVE_BDA(bd_addr)) { in btm_add_dev_to_controller()
264 BTM_BLE_IS_RESOLVE_BDA(bd_addr)) { in btm_add_dev_to_controller()
493 !BTM_BLE_IS_RESOLVE_BDA(address)) { in BTM_BackgroundConnectAddressKnown()
H A Dbtm_ble_addr.cc174 if (!BTM_BLE_IS_RESOLVE_BDA(rpa)) return false; in btm_ble_addr_resolvable()
H A Dbtm_ble_gap.cc1706 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btm_ble_process_adv_addr()
/aosp12/system/bt/stack/include/
H A Dacl_api.h191 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x);
/aosp12/system/bt/stack/acl/
H A Dbtm_ble_connection_establishment.cc112 (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(*bda)); in maybe_resolve_address()
H A Dbtm_acl.cc2250 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x) { in BTM_BLE_IS_RESOLVE_BDA() function
/aosp12/system/bt/test/mock/
H A Dmock_stack_acl.cc47 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x) { in BTM_BLE_IS_RESOLVE_BDA() function
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc60 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x); // TODO remove
617 BTM_BLE_IS_RESOLVE_BDA(bd_addr); in btu_hcif_log_command_metrics()
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_client.cc309 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl()