GATTC Browse information about Characteristic. More...

#include <ble_gattc.h>

Data Fields

uint8_t attr_type
 
uint8_t prop
 
uint16_t handle
 
uint8_t uuid_len
 
uint8_t uuid [BLE_ATT_UUID_128_LEN]
 

Detailed Description

GATTC Browse information about Characteristic.

Field Documentation

◆ attr_type

uint8_t gattc_browse_attr_char_t::attr_type

Attribute type. See BLE_GATTC_BROWSE_ATTR_CHAR for Characteristic Declaration.

◆ handle

uint16_t gattc_browse_attr_char_t::handle

Value handle.

◆ prop

uint8_t gattc_browse_attr_char_t::prop

Value property.

◆ uuid

uint8_t gattc_browse_attr_char_t::uuid[BLE_ATT_UUID_128_LEN]

Characteristic UUID.

◆ uuid_len

uint8_t gattc_browse_attr_char_t::uuid_len

Characteristic UUID length.


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