Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.service
/
SafeBluetooth
/
asyncWriteDescriptor
async
Write
Descriptor
@
RequiresPermission
(
value
=
"android.permission.BLUETOOTH_CONNECT"
)
fun
asyncWriteDescriptor
(
c
:
BluetoothGattDescriptor
,
cb
:
(
Result
<
BluetoothGattDescriptor
>
)
->
Unit
)