Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_filter_matcher.cpp68 std::string filterAddress = filter.GetDeviceId(); in MatchesAddress() local
70 if (filterAddress.empty()) { in MatchesAddress()
79 return filterAddress == resultAdderss ? MatchResult::MATCH : MatchResult::MISMATCH; in MatchesAddress()