ble_gattc_service_t Struct Reference

GATT service. More...

#include <ble_gattc.h>

Public Attributes

uint16_t start_hdl
 
uint16_t end_hdl
 
uint8_t uuid_len
 
uint8_t * p_uuid
 

Detailed Description

GATT service.

Definition at line 205 of file ble_gattc.h.

Member Data Documentation

◆ end_hdl

uint16_t ble_gattc_service_t::end_hdl

End handle.

Definition at line 208 of file ble_gattc.h.

◆ p_uuid

uint8_t* ble_gattc_service_t::p_uuid

Service UUID.

Definition at line 210 of file ble_gattc.h.

◆ start_hdl

uint16_t ble_gattc_service_t::start_hdl

Start handle.

Definition at line 207 of file ble_gattc.h.

◆ uuid_len

uint8_t ble_gattc_service_t::uuid_len

Service UUID length.

Definition at line 209 of file ble_gattc.h.


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