ble_gattc_browse_inc_srvc_t Struct Reference

GATTC Browse information about Included Service. 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]
 
uint16_t start_hdl
 
uint16_t end_hdl
 

Detailed Description

GATTC Browse information about Included Service.

Definition at line 164 of file ble_gattc.h.

Member Data Documentation

◆ attr_type

ble_gattc_attr_type_t ble_gattc_browse_inc_srvc_t::attr_type

Attribute type. See BLE_GATTC_BROWSE_INC_SRVC for Included Service Information.

Definition at line 166 of file ble_gattc.h.

◆ end_hdl

uint16_t ble_gattc_browse_inc_srvc_t::end_hdl

Included Service end handle.

Definition at line 170 of file ble_gattc.h.

◆ start_hdl

uint16_t ble_gattc_browse_inc_srvc_t::start_hdl

Included Service start handle.

Definition at line 169 of file ble_gattc.h.

◆ uuid

uint8_t ble_gattc_browse_inc_srvc_t::uuid[BLE_ATT_UUID_128_LEN]

Included Service UUID.

Definition at line 168 of file ble_gattc.h.

◆ uuid_len

uint8_t ble_gattc_browse_inc_srvc_t::uuid_len

Included Service UUID length.

Definition at line 167 of file ble_gattc.h.


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