Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java629 if (hasScanResultPermission(client) && matchesFilters(client, result)) { in onScanResult()
660 private boolean hasScanResultPermission(final ScanClient client) { in hasScanResultPermission() method in GattService