GATT include. More...

#include <ble_gattc.h>

Public Attributes

uint16_t attr_hdl
 Attribute handle. More...
 
uint16_t start_hdl
 Start handle. More...
 
uint16_t end_hdl
 End handle. More...
 
uint8_t uuid_len
 Service UUID length. More...
 
uint8_t * p_uuid
 Service UUID. More...
 

Detailed Description

GATT include.

Definition at line 189 of file ble_gattc.h.

Member Data Documentation

◆ attr_hdl

uint16_t ble_gattc_include_t::attr_hdl

Attribute handle.

Definition at line 191 of file ble_gattc.h.

◆ end_hdl

uint16_t ble_gattc_include_t::end_hdl

End handle.

Definition at line 193 of file ble_gattc.h.

◆ p_uuid

uint8_t* ble_gattc_include_t::p_uuid

Service UUID.

Definition at line 195 of file ble_gattc.h.

◆ start_hdl

uint16_t ble_gattc_include_t::start_hdl

Start handle.

Definition at line 192 of file ble_gattc.h.

◆ uuid_len

uint8_t ble_gattc_include_t::uuid_len

Service UUID length.

Definition at line 194 of file ble_gattc.h.


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