Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
AttExecuteWriteResponse Struct Reference
The Execute Write Response is sent in response to a received Execute Write Request. More...
#include <AttServerMessage.h>
Inherits ble::pal::AttServerMessage.
Public Member Functions | |
AttExecuteWriteResponse () | |
Construct an execute write response object. | |
Data Fields | |
const AttributeOpcode | opcode |
Op code used to identify the type of the attribute response. |
Detailed Description
The Execute Write Response is sent in response to a received Execute Write Request.
It is just a placeholder which indicates the client that the execution of the write request has been successfull.
- Note:
- see BLUETOOTH SPECIFICATION Version 5.0 | Vol 3, Part F Section 3.4.6.4
Definition at line 687 of file AttServerMessage.h.
Constructor & Destructor Documentation
Construct an execute write response object.
Definition at line 691 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.
Generated on Tue Jul 12 2022 14:26:58 by
