WebBluetoothRemoteGATTServiceEvents extension

An extension class to add events as streams to the WebBluetoothRemoteGATTService.

on

Properties

onCharacteristicValueChanged → Stream<Event>

Available on WebBluetoothRemoteGATTService, provided by the WebBluetoothRemoteGATTServiceEvents extension

An event fired on an characteristic when the characteristic value has changed.
no setter
onServiceAdded → Stream<Event>

Available on WebBluetoothRemoteGATTService, provided by the WebBluetoothRemoteGATTServiceEvents extension

An event fired on a device when a service has been added.
no setter
onServiceChanged → Stream<Event>

Available on WebBluetoothRemoteGATTService, provided by the WebBluetoothRemoteGATTServiceEvents extension

An event fired on a device when a service has changed.
no setter
onServiceRemoved → Stream<Event>

Available on WebBluetoothRemoteGATTService, provided by the WebBluetoothRemoteGATTServiceEvents extension

An event fired on a device when a service has been removed.
no setter