ble_gattc_browse_attr_char_t Struct Reference

GATTC Browse information about Characteristic. More...

#include <ble_gattc.h>

Public Attributes

ble_gattc_attr_type_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.

Definition at line 154 of file ble_gattc.h.

Member Data Documentation

◆ attr_type

ble_gattc_attr_type_t ble_gattc_browse_attr_char_t::attr_type

Attribute type. See BLE_GATTC_BROWSE_ATTR_CHAR for Characteristic Declaration.

Definition at line 156 of file ble_gattc.h.

◆ handle

uint16_t ble_gattc_browse_attr_char_t::handle

Value handle.

Definition at line 158 of file ble_gattc.h.

◆ prop

uint8_t ble_gattc_browse_attr_char_t::prop

Value property.

Definition at line 157 of file ble_gattc.h.

◆ uuid

uint8_t ble_gattc_browse_attr_char_t::uuid[BLE_ATT_UUID_128_LEN]

Characteristic UUID.

Definition at line 160 of file ble_gattc.h.

◆ uuid_len

uint8_t ble_gattc_browse_attr_char_t::uuid_len

Characteristic UUID length.

Definition at line 159 of file ble_gattc.h.


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