GATT include. More...
#include <ble_gattc.h>
Public Attributes | |
uint16_t | attr_hdl |
Attribute handle. More... | |
uint16_t | start_hdl |
Start handle. More... | |
uint16_t | end_hdl |
End handle. More... | |
uint8_t | uuid_len |
Service UUID length. More... | |
uint8_t * | p_uuid |
Service UUID. More... | |
GATT include.
Definition at line 189 of file ble_gattc.h.
uint16_t ble_gattc_include_t::attr_hdl |
Attribute handle.
Definition at line 191 of file ble_gattc.h.
uint16_t ble_gattc_include_t::end_hdl |
End handle.
Definition at line 193 of file ble_gattc.h.
uint8_t* ble_gattc_include_t::p_uuid |
Service UUID.
Definition at line 195 of file ble_gattc.h.
uint16_t ble_gattc_include_t::start_hdl |
Start handle.
Definition at line 192 of file ble_gattc.h.
uint8_t ble_gattc_include_t::uuid_len |
Service UUID length.
Definition at line 194 of file ble_gattc.h.