GATTC discovery characteristic structure. More...

#include <ble_gattc.h>

+ Collaboration diagram for ble_gattc_disc_char_t:

Public Attributes

uint16_t start_hdl
 Start handle. More...
 
uint16_t end_hdl
 End handle. More...
 
ble_uuid_tp_uuid
 Characteristic UUID. More...
 

Detailed Description

GATTC discovery characteristic structure.

Definition at line 89 of file ble_gattc.h.

Member Data Documentation

◆ end_hdl

uint16_t ble_gattc_disc_char_t::end_hdl

End handle.

Definition at line 92 of file ble_gattc.h.

◆ p_uuid

ble_uuid_t* ble_gattc_disc_char_t::p_uuid

Characteristic UUID.

Definition at line 93 of file ble_gattc.h.

◆ start_hdl

uint16_t ble_gattc_disc_char_t::start_hdl

Start handle.

Definition at line 91 of file ble_gattc.h.


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