Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanClient.java38 public ScanSettings passiveSettings; field in ScanClient
77 this.passiveSettings = null; in ScanClient()
DScanManager.java1376 if (client.appUid == uid && client.passiveSettings != null) { in handleImportanceChange()
1377 client.settings = client.passiveSettings; in handleImportanceChange()
1378 client.passiveSettings = null; in handleImportanceChange()
1390 client.passiveSettings = client.settings; in handleImportanceChange()