GATTC Browse service(s) indication. More...

#include <ble_gattc.h>

Data Fields

uint8_t uuid_len
 
uint8_t uuid [BLE_ATT_UUID_128_LEN]
 
uint16_t start_hdl
 
uint16_t end_hdl
 
union gattc_browse_attr_info info [__ARRAY_EMPTY]
 

Detailed Description

GATTC Browse service(s) indication.

Field Documentation

◆ end_hdl

uint16_t ble_gattc_browse_srvc_t::end_hdl

Service end handle.

◆ info

union gattc_browse_attr_info ble_gattc_browse_srvc_t::info[__ARRAY_EMPTY]

Attribute information presented in the service(array length = end_hdl - start_hdl); If attr_type is equal to BLE_GATTC_BROWSE_NONE, the last attribute information has been found in previous one, although not reach the service end handle.

◆ start_hdl

uint16_t ble_gattc_browse_srvc_t::start_hdl

Service start handle.

◆ uuid

uint8_t ble_gattc_browse_srvc_t::uuid[BLE_ATT_UUID_128_LEN]

Service UUID.

◆ uuid_len

uint8_t ble_gattc_browse_srvc_t::uuid_len

Service UUID length.


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