Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_filter_matcher.cpp125 if (MatchesUuidWithMask(filterUuid, uuid, uuidMask)) { in MatchesServiceUuids()
180 bool BluetoothBleFilterMatcher::MatchesUuidWithMask(bluetooth::Uuid filterUuid, in MatchesUuidWithMask() function in OHOS::Bluetooth::BluetoothBleFilterMatcher
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_filter_matcher.h48 …static bool MatchesUuidWithMask(bluetooth::Uuid filterUuid, bluetooth::Uuid uuid, bluetooth::Uuid …