mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-24 09:54:20 +01:00
Remove waitForBonding for BPS profile as it is initiated by notification
This commit is contained in:
@@ -129,8 +129,6 @@ internal class BPSViewModel @Inject constructor(
|
||||
|
||||
client = device.connect(context, logger = logger)
|
||||
|
||||
client.waitForBonding()
|
||||
|
||||
client.connectionStateWithStatus
|
||||
.filterNotNull()
|
||||
.onEach { onDataUpdate(it) }
|
||||
|
||||
Reference in New Issue
Block a user