GATTC Browse attribute information. More...

#include <ble_gattc.h>

Data Fields

uint8_t attr_type
 
gattc_browse_attr_char_t attr_char
 
gattc_browse_inc_srvc_t inc_srvc
 
gattc_browse_attr_t attr
 

Detailed Description

GATTC Browse attribute information.

Field Documentation

◆ attr

gattc_browse_attr_t gattc_browse_attr_info::attr

Information about Attribute. When union attr_type is BLE_GATTC_BROWSE_ATTR_VAL or BLE_GATTC_BROWSE_ATTR_DESC.

◆ attr_char

gattc_browse_attr_char_t gattc_browse_attr_info::attr_char

Information about Characteristic. When union attr_type is BLE_GATTC_BROWSE_ATTR_CHAR

◆ attr_type

uint8_t gattc_browse_attr_info::attr_type

Attribute type. See gatt_attr_t.

◆ inc_srvc

gattc_browse_inc_srvc_t gattc_browse_attr_info::inc_srvc

Information about Included Service. When union attr_type is BLE_GATTC_BROWSE_INC_SRVC


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