class BleTransportCapabilitiesRequestMessage

Defined at line 123 of file x64-shared/gen/third_party/openweave-core/src/include/BleLayer/BleLayer.h

Public Members

uint8_t[4] mSupportedProtocolVersions
uint16_t mMtu
uint8_t mWindowSize

Public Methods

void SetSupportedProtocolVersion (uint8_t index, uint8_t version)

Set supported version value at given index in

SupportedProtocolVersions. uint8_t version argument is truncated to 4

least-significant bits. Index shall be 0 through number of

SupportedProtocolVersions elements - 1.

BLE_ERROR Encode (PacketBuffer * msgBuf)

Must be able to reserve 20 byte data length in msgBuf.

BLE_ERROR Decode (const PacketBuffer & msgBuf, BleTransportCapabilitiesRequestMessage & msg)