GATT prepare write result description. More...
#include <ble_gatts.h>
Public Attributes | |
uint16_t | handle |
Handle of the attribute in prepare write operation. More... | |
uint16_t | length |
Current length of the attribute. More... | |
uint8_t | status |
Status of prepare write operation by upper layers. More... | |
GATT prepare write result description.
Definition at line 337 of file ble_gatts.h.
uint16_t gatts_prep_write_cfm_t::handle |
Handle of the attribute in prepare write operation.
Definition at line 339 of file ble_gatts.h.
uint16_t gatts_prep_write_cfm_t::length |
Current length of the attribute.
Definition at line 340 of file ble_gatts.h.
uint8_t gatts_prep_write_cfm_t::status |
Status of prepare write operation by upper layers.
See BLE Stack specific error codes.
Definition at line 341 of file ble_gatts.h.