class CharacteristicNotifier
Defined at line 6884 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt2/fuchsia.bluetooth.gatt2/hlcpp/fuchsia/bluetooth/gatt2/cpp/fidl.h
Listens to characteristic notifications
&
indications.
Public Methods
void ~CharacteristicNotifier ()
void OnNotification (::fuchsia::bluetooth::gatt2::ReadValue value, OnNotificationCallback callback)
Called when a characteristic value notification or indication is
received from the server.
+ request `value` the value of the updated characteristic.
- response An empty response should be sent immediately as an
acknowledgement that the notification was received (for flow control).