Searched refs:BTM_BLE_IS_RESOLVE_BDA (Results 1 – 9 of 9) sorted by relevance
104 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()
703 !BTM_BLE_IS_RESOLVE_BDA(address)) { in BTM_Sec_AddressKnown()
2117 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btm_ble_process_adv_addr()
43 struct BTM_BLE_IS_RESOLVE_BDA BTM_BLE_IS_RESOLVE_BDA; variable163 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x) { in BTM_BLE_IS_RESOLVE_BDA() function165 return test::mock::stack_acl::BTM_BLE_IS_RESOLVE_BDA(x); in BTM_BLE_IS_RESOLVE_BDA()
44 struct BTM_BLE_IS_RESOLVE_BDA { struct49 extern struct BTM_BLE_IS_RESOLVE_BDA BTM_BLE_IS_RESOLVE_BDA; argument
191 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x);
318 (addr_type == BLE_ADDR_RANDOM) && BTM_BLE_IS_RESOLVE_BDA(address)) { in btif_gattc_open_impl()
72 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x); // TODO remove
2084 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x) { in BTM_BLE_IS_RESOLVE_BDA() function