Rtos API example

Embed: (wiki syntax)

« Back to documentation index

AttWriteResponse Struct Reference

AttWriteResponse Struct Reference

The Write Response is sent in reply to a valid Write Request and acknowledges that the attribute has been successfully written. More...

#include <AttServerMessage.h>

Inherits ble::pal::AttServerMessage.

Public Member Functions

 AttWriteResponse ()
 Construct a write response.

Data Fields

const AttributeOpcode opcode
 Op code used to identify the type of the attribute response.

Detailed Description

The Write Response is sent in reply to a valid Write Request and acknowledges that the attribute has been successfully written.

It is just a placeholder which indicates the client that the write request was successful.

Note:
see BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part F Section 3.4.5.2

Definition at line 627 of file AttServerMessage.h.


Constructor & Destructor Documentation

Construct a write response.

Definition at line 631 of file AttServerMessage.h.


Field Documentation

const AttributeOpcode opcode [inherited]

Op code used to identify the type of the attribute response.

Definition at line 102 of file AttServerMessage.h.