GATTC Browse information about Attribute. More...

#include <ble_gattc.h>

Public Attributes

ble_gattc_attr_type_t attr_type
 
uint8_t uuid_len
 
uint8_t uuid [BLE_ATT_UUID_128_LEN]
 

Detailed Description

GATTC Browse information about Attribute.

Definition at line 163 of file ble_gattc.h.

Member Data Documentation

◆ attr_type

ble_gattc_attr_type_t ble_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.

Definition at line 165 of file ble_gattc.h.

◆ uuid

uint8_t ble_gattc_browse_attr_t::uuid[BLE_ATT_UUID_128_LEN]

Characteristic UUID or Characteristic Descriptor UUID.

Definition at line 167 of file ble_gattc.h.

◆ uuid_len

uint8_t ble_gattc_browse_attr_t::uuid_len

Attribute UUID length.

Definition at line 166 of file ble_gattc.h.


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