GATTC Browse information about Attribute. More...

#include <ble_gattc.h>

Data Fields

uint8_t attr_type
 
uint8_t uuid_len
 
uint8_t uuid [BLE_ATT_UUID_128_LEN]
 

Detailed Description

GATTC Browse information about Attribute.

Field Documentation

◆ attr_type

uint8_t gattc_browse_attr_t::attr_type

Attribute type. See BLE_GATTC_BROWSE_ATTR_VAL for Attribute Value. See BLE_GATTC_BROWSE_ATTR_DESC for Attribute Descriptor.

◆ uuid

uint8_t gattc_browse_attr_t::uuid[BLE_ATT_UUID_128_LEN]

Characteristic UUID or Characteristic Descriptor UUID.

◆ uuid_len

uint8_t gattc_browse_attr_t::uuid_len

Attribute UUID length.


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