Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.service
/
SafeBluetooth
/
setNotify
set
Notify
@
RequiresPermission
(
value
=
"android.permission.BLUETOOTH_CONNECT"
)
fun
setNotify
(
c
:
BluetoothGattCharacteristic
,
enable
:
Boolean
,
onChanged
:
(
BluetoothGattCharacteristic
)
->
Unit
)