Loading android/pandora/server/src/Host.kt +1 −2 Original line number Diff line number Diff line Loading @@ -316,8 +316,7 @@ class Host( throw RuntimeException("Bluetooth is not enabled, cannot waitDisconnection") } if ( bluetoothDevice.bondState != BluetoothDevice.BOND_NONE && !waitedAclDisconnection.contains(bluetoothDevice) bluetoothDevice.isConnected() && !waitedAclDisconnection.contains(bluetoothDevice) ) { flow .filter { it.action == BluetoothDevice.ACTION_ACL_DISCONNECTED } Loading Loading
android/pandora/server/src/Host.kt +1 −2 Original line number Diff line number Diff line Loading @@ -316,8 +316,7 @@ class Host( throw RuntimeException("Bluetooth is not enabled, cannot waitDisconnection") } if ( bluetoothDevice.bondState != BluetoothDevice.BOND_NONE && !waitedAclDisconnection.contains(bluetoothDevice) bluetoothDevice.isConnected() && !waitedAclDisconnection.contains(bluetoothDevice) ) { flow .filter { it.action == BluetoothDevice.ACTION_ACL_DISCONNECTED } Loading