GATTC Browse service(s) indication. More...
#include <ble_gattc.h>
Data Fields | |
| uint8_t | uuid_len |
| uint8_t | uuid [BLE_ATT_UUID_128_LEN] |
| uint16_t | start_hdl |
| uint16_t | end_hdl |
| union gattc_browse_attr_info | info [__ARRAY_EMPTY] |
GATTC Browse service(s) indication.
| uint16_t ble_gattc_browse_srvc_t::end_hdl |
Service end handle.
| 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.
| uint16_t ble_gattc_browse_srvc_t::start_hdl |
Service start handle.
| uint8_t ble_gattc_browse_srvc_t::uuid[BLE_ATT_UUID_128_LEN] |
Service UUID.
| uint8_t ble_gattc_browse_srvc_t::uuid_len |
Service UUID length.