Join Slack
Powered by
hello, everyone, <https://developer.android.com/re...
# coroutines
l
Liberty Tom
11/06/2024, 9:45 AM
hello, everyone,
https://developer.android.com/reference/android/bluetooth/BluetoothDevice#createBond()
, could I convert the bond bluetooth device process to coroutine so that i can call it like below pseudo code:
Copy code
val bonded = createBond() if(bonded) { // do something }
Open in Slack
Previous
Next