Pigweed
C/C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Public Attributes | List of all members
pw::bluetooth::gatt::RemoteService2::ReadValue Struct Reference

Wrapper around a possible truncated value received from the server. More...

Public Attributes

Handle handle
 Characteristic or descriptor handle.
 
multibuf::MultiBuf value
 The value of the characteristic or descriptor.
 
bool maybe_truncated
 

Detailed Description

Wrapper around a possible truncated value received from the server.

Member Data Documentation

◆ maybe_truncated

bool pw::bluetooth::gatt::RemoteService2::ReadValue::maybe_truncated

True if value might be truncated (the buffer was completely filled by the server and the read was a short read). ReadCharacteristic or ReadDescriptor should be used to read the complete value.


The documentation for this struct was generated from the following file: