class LocalServiceDelegate_SyncProxy

Defined at line 3835 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt/fuchsia.bluetooth.gatt/hlcpp/fuchsia/bluetooth/gatt/cpp/fidl.h

Public Methods

void LocalServiceDelegate_SyncProxy (::zx::channel channel)
void ~LocalServiceDelegate_SyncProxy ()
zx_status_t OnCharacteristicConfiguration (uint64_t characteristic_id, ::std::string peer_id, bool notify, bool indicate)

cts-coverage-fidl-name:fuchsia.bluetooth.gatt/LocalServiceDelegate.OnCharacteristicConfiguration

zx_status_t OnReadValue (uint64_t id, int32_t offset, ::fidl::VectorPtr<uint8_t> * out_value, ::fuchsia::bluetooth::gatt::ErrorCode * out_status)

cts-coverage-fidl-name:fuchsia.bluetooth.gatt/LocalServiceDelegate.OnReadValue

zx_status_t OnWriteValue (uint64_t id, uint16_t offset, ::std::vector<uint8_t> value, ::fuchsia::bluetooth::gatt::ErrorCode * out_status)

cts-coverage-fidl-name:fuchsia.bluetooth.gatt/LocalServiceDelegate.OnWriteValue

zx_status_t OnWriteWithoutResponse (uint64_t id, uint16_t offset, ::std::vector<uint8_t> value)

cts-coverage-fidl-name:fuchsia.bluetooth.gatt/LocalServiceDelegate.OnWriteWithoutResponse

Friends

class SynchronousInterfacePtr