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.java1372 if (client.appUid == uid && client.passiveSettings != null) { in handleImportanceChange()
1373 client.settings = client.passiveSettings; in handleImportanceChange()
1374 client.passiveSettings = null; in handleImportanceChange()
1386 client.passiveSettings = client.settings; in handleImportanceChange()