GATT characteristic. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | handle_decl |
Handle of the Characteristic Declaration. More... | |
uint16_t | handle_value |
Handle of the Characteristic Value. More... | |
uint8_t | prop |
Properties. More... | |
uint8_t | uuid_len |
Characteristic UUID length. More... | |
uint8_t * | p_uuid |
Characteristic UUID. More... | |
GATT characteristic.
Definition at line 213 of file ble_gattc.h.
uint16_t ble_gattc_char_t::handle_decl |
Handle of the Characteristic Declaration.
Definition at line 215 of file ble_gattc.h.
uint16_t ble_gattc_char_t::handle_value |
Handle of the Characteristic Value.
Definition at line 216 of file ble_gattc.h.
uint8_t* ble_gattc_char_t::p_uuid |
Characteristic UUID.
Definition at line 219 of file ble_gattc.h.
uint8_t ble_gattc_char_t::prop |
Properties.
Definition at line 217 of file ble_gattc.h.
uint8_t ble_gattc_char_t::uuid_len |
Characteristic UUID length.
Definition at line 218 of file ble_gattc.h.