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.java1012 if (!hasScanResultPermission(client) || !matchesFilters(client, result)) { in onScanResult()
1097 private boolean hasScanResultPermission(final ScanClient client) { in hasScanResultPermission() method in GattService