ble_gattc_include_t Struct Reference

GATT include. More...

#include <ble_gattc.h>

Public Attributes

uint16_t attr_hdl
 
uint16_t start_hdl
 
uint16_t end_hdl
 
uint8_t uuid_len
 
uint8_t * p_uuid
 

Detailed Description

GATT include.

Definition at line 215 of file ble_gattc.h.

Member Data Documentation

◆ attr_hdl

uint16_t ble_gattc_include_t::attr_hdl

Attribute handle.

Definition at line 217 of file ble_gattc.h.

◆ end_hdl

uint16_t ble_gattc_include_t::end_hdl

End handle.

Definition at line 219 of file ble_gattc.h.

◆ p_uuid

uint8_t* ble_gattc_include_t::p_uuid

Service UUID.

Definition at line 221 of file ble_gattc.h.

◆ start_hdl

uint16_t ble_gattc_include_t::start_hdl

Start handle.

Definition at line 218 of file ble_gattc.h.

◆ uuid_len

uint8_t ble_gattc_include_t::uuid_len

Service UUID length.

Definition at line 220 of file ble_gattc.h.


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