GATTC Browse service(s) indication. More...
#include <ble_gattc.h>
Public Attributes | |
uint8_t | uuid_len |
Service UUID length. More... | |
uint8_t | uuid [BLE_ATT_UUID_128_LEN] |
Service UUID. More... | |
uint16_t | start_hdl |
Service start handle. More... | |
uint16_t | end_hdl |
Service end handle. More... | |
union gattc_browse_attr_info | info [__ARRAY_EMPTY] |
Attribute information presented in the service(array length = end_hdl - start_hdl); If attr_type is equal to BLE_GATTC_BROWSE_NONE, the last attribute information has been found in previous one, although not reach the service end handle. More... | |
GATTC Browse service(s) indication.
Definition at line 181 of file ble_gattc.h.
uint16_t ble_gattc_browse_srvc_t::end_hdl |
Service end handle.
Definition at line 186 of file ble_gattc.h.
union gattc_browse_attr_info ble_gattc_browse_srvc_t::info[__ARRAY_EMPTY] |
Attribute information presented in the service(array length = end_hdl - start_hdl); If attr_type is equal to BLE_GATTC_BROWSE_NONE, the last attribute information has been found in previous one, although not reach the service end handle.
Definition at line 186 of file ble_gattc.h.
uint16_t ble_gattc_browse_srvc_t::start_hdl |
Service start handle.
Definition at line 185 of file ble_gattc.h.
uint8_t ble_gattc_browse_srvc_t::uuid[BLE_ATT_UUID_128_LEN] |
Service UUID.
Definition at line 184 of file ble_gattc.h.
uint8_t ble_gattc_browse_srvc_t::uuid_len |
Service UUID length.
Definition at line 183 of file ble_gattc.h.