my.onBLECharacteristicValueChange. If no callback is provided, all listeners are removed.
Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| callback | Function | No | The specific callback to remove. If omitted, all listeners are removed. |
Code Example
Remove All Listeners
Remove Specific Listener
Complete BLE Cleanup
Related APIs
my.onBLECharacteristicValueChange
Listen for value changes
my.readBLECharacteristicValue
Trigger a read on a characteristic