hello, everyone, <https://developer.android.com/re...
# coroutines
l
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
}