Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_bgconn.cc187 !BTM_BLE_IS_RESOLVE_BDA(address)) { in BTM_BackgroundConnectAddressKnown()
214 BTM_BLE_IS_RESOLVE_BDA(bd_addr)) { in btm_add_dev_to_controller()
227 BTM_BLE_IS_RESOLVE_BDA(bd_addr)) { in btm_add_dev_to_controller()
Dbtm_ble_int_types.h84 inline bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x) { in BTM_BLE_IS_RESOLVE_BDA() function
Dbtm_ble_connection_establishment.cc139 (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(bda)); in btm_ble_conn_complete()
Dbtm_ble_addr.cc157 if (!BTM_BLE_IS_RESOLVE_BDA(rpa)) return false; in btm_ble_addr_resolvable()
Dbtm_ble_gap.cc1661 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btm_ble_process_adv_addr()
/system/bt/btif/src/
Dbtif_gatt_client.cc91 inline bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x) { in BTM_BLE_IS_RESOLVE_BDA() function
273 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl()
/system/bt/stack/btu/
Dbtu_hcif.cc678 BTM_BLE_IS_RESOLVE_BDA(bd_addr); in btu_hcif_log_command_metrics()