Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DUtils.kt67 val waitedAclConnection = HashSet<BluetoothDevice>() in <lambda>() constant
94 waitedAclConnection.remove(intent.getBluetoothDeviceExtra()) in <lambda>()
DHost.kt177 waitedAclConnection.clear() in factoryReset()
197 waitedAclConnection.clear() in reset()
297 if (!bluetoothDevice.isConnected() || waitedAclConnection.contains(bluetoothDevice)) { in waitConnection()
303 waitedAclConnection.add(bluetoothDevice) in waitConnection()