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