Remove waitForBonding for BPS profile as it is initiated by notification

This commit is contained in:
Sylwester Zielinski
2023-05-11 17:42:57 +02:00
parent 0da261b4f3
commit 4eb74387a4

View File

@@ -129,8 +129,6 @@ internal class BPSViewModel @Inject constructor(
client = device.connect(context, logger = logger)
client.waitForBonding()
client.connectionStateWithStatus
.filterNotNull()
.onEach { onDataUpdate(it) }