GATT characteristic. More...

#include <ble_gattc.h>

Data Fields

uint16_t handle_decl
 
uint16_t handle_value
 
uint8_t prop
 
uint8_t uuid_len
 
uint8_t * p_uuid
 

Detailed Description

GATT characteristic.

Field Documentation

◆ handle_decl

uint16_t ble_gattc_char_t::handle_decl

Handle of the Characteristic Declaration.

◆ handle_value

uint16_t ble_gattc_char_t::handle_value

Handle of the Characteristic Value.

◆ p_uuid

uint8_t* ble_gattc_char_t::p_uuid

Characteristic UUID.

◆ prop

uint8_t ble_gattc_char_t::prop

Properties.

◆ uuid_len

uint8_t ble_gattc_char_t::uuid_len

Characteristic UUID length.


The documentation for this struct was generated from the following file: