class LocalServiceDelegate_Sync
Defined at line 3790 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt/fuchsia.bluetooth.gatt/hlcpp/fuchsia/bluetooth/gatt/cpp/fidl.h
Public Methods
void ~LocalServiceDelegate_Sync ()
zx_status_t OnCharacteristicConfiguration (uint64_t characteristic_id, ::std::string peer_id, bool notify, bool indicate)
zx_status_t OnReadValue (uint64_t id, int32_t offset, ::fidl::VectorPtr<uint8_t> * out_value, ::fuchsia::bluetooth::gatt::ErrorCode * out_status)
zx_status_t OnWriteValue (uint64_t id, uint16_t offset, ::std::vector<uint8_t> value, ::fuchsia::bluetooth::gatt::ErrorCode * out_status)
zx_status_t OnWriteWithoutResponse (uint64_t id, uint16_t offset, ::std::vector<uint8_t> value)