GATTC Browse information about Included Service. More...
#include <ble_gattc.h>
Public Attributes | |
ble_gattc_attr_type_t | attr_type |
Attribute type. More... | |
uint8_t | uuid_len |
Included Service UUID length. More... | |
uint8_t | uuid [BLE_ATT_UUID_128_LEN] |
Included Service UUID. More... | |
uint16_t | start_hdl |
Included Service start handle. More... | |
uint16_t | end_hdl |
Included Service end handle. More... | |
GATTC Browse information about Included Service.
Definition at line 153 of file ble_gattc.h.
ble_gattc_attr_type_t ble_gattc_browse_inc_srvc_t::attr_type |
Attribute type.
See BLE_GATTC_BROWSE_INC_SRVC for Included Service Information.
Definition at line 155 of file ble_gattc.h.
uint16_t ble_gattc_browse_inc_srvc_t::end_hdl |
Included Service end handle.
Definition at line 159 of file ble_gattc.h.
uint16_t ble_gattc_browse_inc_srvc_t::start_hdl |
Included Service start handle.
Definition at line 158 of file ble_gattc.h.
uint8_t ble_gattc_browse_inc_srvc_t::uuid[BLE_ATT_UUID_128_LEN] |
Included Service UUID.
Definition at line 157 of file ble_gattc.h.
uint8_t ble_gattc_browse_inc_srvc_t::uuid_len |
Included Service UUID length.
Definition at line 156 of file ble_gattc.h.