Attribute information. More...
#include <ble_prf_types.h>
Public Attributes | |
uint16_t | handle |
Attribute Handle. More... | |
uint16_t | offset |
Offset of the attribute value . More... | |
uint16_t | length |
Attribute length. More... | |
uint8_t | status |
Status of request. More... | |
uint8_t * | p_data |
Attribute value. More... | |
Attribute information.
Definition at line 120 of file ble_prf_types.h.
uint16_t prf_att_info_t::handle |
Attribute Handle.
Definition at line 122 of file ble_prf_types.h.
uint16_t prf_att_info_t::length |
Attribute length.
Definition at line 124 of file ble_prf_types.h.
uint16_t prf_att_info_t::offset |
Offset of the attribute value .
Definition at line 123 of file ble_prf_types.h.
uint8_t* prf_att_info_t::p_data |
Attribute value.
Definition at line 126 of file ble_prf_types.h.
uint8_t prf_att_info_t::status |
Status of request.
Definition at line 125 of file ble_prf_types.h.