For sending BLE commands using DeviceManager.send API.

Implements

Implemented by

Index

Properties

characteristicUuid

characteristicUuid: string

data

data: string

Payload sent to the target device

deviceId

deviceId: string

Device ID of the target device.

Optional mtu

mtu: undefined | number

operation

operation: BleOperation

protocol

protocol: Protocol

Protocol to use when sending this command

requestId

requestId: string

Request ID from the associated EXECUTE intent.

serviceUuid

serviceUuid: string

Optional waitForNotification

waitForNotification: undefined | false | true