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_t * | p_uuid |
| Characteristic UUID. More... | |
GATTC discovery characteristic structure.
Definition at line 89 of file ble_gattc.h.
| uint16_t ble_gattc_disc_char_t::end_hdl |
End handle.
Definition at line 92 of file ble_gattc.h.
| ble_uuid_t* ble_gattc_disc_char_t::p_uuid |
Characteristic UUID.
Definition at line 93 of file ble_gattc.h.
| uint16_t ble_gattc_disc_char_t::start_hdl |
Start handle.
Definition at line 91 of file ble_gattc.h.