ble_gattc_read_by_uuid_t Struct Reference

GATTC read by characteristic UUID structure. More...

#include <ble_gattc.h>

Public Attributes

uint16_t start_hdl
 
uint16_t end_hdl
 
ble_uuid_tp_uuid
 

Detailed Description

GATTC read by characteristic UUID structure.

Definition at line 111 of file ble_gattc.h.

Member Data Documentation

◆ end_hdl

uint16_t ble_gattc_read_by_uuid_t::end_hdl

End handle.

Definition at line 114 of file ble_gattc.h.

◆ p_uuid

ble_uuid_t* ble_gattc_read_by_uuid_t::p_uuid

Characteristic UUID.

Definition at line 115 of file ble_gattc.h.

◆ start_hdl

uint16_t ble_gattc_read_by_uuid_t::start_hdl

Start handle.

Definition at line 113 of file ble_gattc.h.


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