Notifiable
A LocalCharacteristic that can be observed
Properties
The list of LocalDescriptor available for this characteristic
The set of Permission of this characteristic.
A StateFlow of all com.splendo.kaluga.bluetooth.server.ConnectedDevice that have subscribed to this LocalCharacteristic.Notifiable
the com.splendo.kaluga.bluetooth.server.LocalCharacteristicWrapper to access the platform characteristic
Functions
Notifies a com.splendo.kaluga.bluetooth.server.ConnectedDevice that that the data changed to value
Notifies a com.splendo.kaluga.bluetooth.server.ConnectedDevice that that the data changed to notification
Notifies all com.splendo.kaluga.bluetooth.server.ConnectedDevice currently subscribed that that the data changed to value
Notifies all com.splendo.kaluga.bluetooth.server.ConnectedDevice currently subscribed that that the data changed to notification
Subscribes a com.splendo.kaluga.bluetooth.server.ConnectedDevice to this characteristic, as a connected central would.