Skip to main content
Reads the current value of a characteristic on a connected BLE device. The result is delivered via my.onBLECharacteristicValueChange.

Parameters

Success Callback Parameters

Characteristic Object

Code Example

Although the success callback includes a characteristic object, the authoritative value should be obtained by listening for my.onBLECharacteristicValueChange.

my.writeBLECharacteristicValue

Write a characteristic value

my.onBLECharacteristicValueChange

Listen for value changes