GATTC read by characteristic UUID structure. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | start_hdl |
uint16_t | end_hdl |
ble_uuid_t * | p_uuid |
GATTC read by characteristic UUID structure.
Definition at line 110 of file ble_gattc.h.
uint16_t ble_gattc_read_by_uuid_t::end_hdl |
End handle.
Definition at line 113 of file ble_gattc.h.
ble_uuid_t* ble_gattc_read_by_uuid_t::p_uuid |
Characteristic UUID.
Definition at line 114 of file ble_gattc.h.
uint16_t ble_gattc_read_by_uuid_t::start_hdl |
Start handle.
Definition at line 112 of file ble_gattc.h.