sendCommand

@RequiresPermission(value = "android.permission.BLUETOOTH_CONNECT")
fun sendCommand(commandType: CommandType, value: Any = Unit)(source)
@RequiresPermission(value = "android.permission.BLUETOOTH_CONNECT")
fun sendCommand(command: ByteArray, characteristicUuid: UUID)(source)