Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_addr.cc104 if (!BTM_BLE_IS_RESOLVE_BDA(rpa)) return false; in btm_ble_addr_resolvable()
285 (peer_addr_type == BLE_ADDR_RANDOM && BTM_BLE_IS_RESOLVE_BDA(*bda)); in maybe_resolve_address()
Dbtm_dev.cc703 !BTM_BLE_IS_RESOLVE_BDA(address)) { in BTM_Sec_AddressKnown()
Dbtm_ble_gap.cc2117 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btm_ble_process_adv_addr()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc43 struct BTM_BLE_IS_RESOLVE_BDA BTM_BLE_IS_RESOLVE_BDA; variable
163 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x) { in BTM_BLE_IS_RESOLVE_BDA() function
165 return test::mock::stack_acl::BTM_BLE_IS_RESOLVE_BDA(x); in BTM_BLE_IS_RESOLVE_BDA()
Dmock_stack_acl.h44 struct BTM_BLE_IS_RESOLVE_BDA { struct
49 extern struct BTM_BLE_IS_RESOLVE_BDA BTM_BLE_IS_RESOLVE_BDA; argument
/packages/modules/Bluetooth/system/stack/include/
Dacl_api.h191 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc318 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl()
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc72 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x); // TODO remove
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2084 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x) { in BTM_BLE_IS_RESOLVE_BDA() function