Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/companion/
DBluetoothDeviceFilterUtils.java56 && matchesServiceUuid(filter.getServiceUuid(), filter.getServiceUuidMask(), device); in matches()
73 if (!matchesServiceUuid(uuid, uuidMask, device)) { in matchesServiceUuids()
80 static boolean matchesServiceUuid(ParcelUuid serviceUuid, ParcelUuid serviceUuidMask, in matchesServiceUuid() method in BluetoothDeviceFilterUtils
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java392 if (matchesServiceUuid(uuid.getUuid(), uuidMask, parcelUuid.getUuid())) { in matchesServiceUuids()
400 private static boolean matchesServiceUuid(UUID uuid, UUID mask, UUID data) { in matchesServiceUuid() method in ScanFilter
420 if (matchesServiceUuid(solicitationUuid.getUuid(), solicitationUuidMask, in matchesServiceSolicitationUuids()
/frameworks/base/config/
Dboot-image-profile.txt41254 HSPLandroid/bluetooth/le/ScanFilter;->matchesServiceUuid(Ljava/util/UUID;Ljava/util/UUID;Ljava/util…
Dhiddenapi-greylist-max-o.txt12440 Landroid/bluetooth/le/ScanFilter;->matchesServiceUuid(Ljava/util/UUID;Ljava/util/UUID;Ljava/util/UU…
12655 Landroid/companion/BluetoothDeviceFilterUtils;->matchesServiceUuid(Landroid/os/ParcelUuid;Landroid/…