nRF5 SDK v17.1.0
Data Fields
nrf_ble_gatts_c_evt_t Struct Reference

Structure containing the event from the Service Changed client module to the application. More...

#include <nrf_ble_gatts_c.h>

Data Fields

nrf_ble_gatts_c_evt_type_t evt_type
 
uint16_t conn_handle
 
union {
   ble_gatt_db_char_t   srv_changed_char
 
   ble_gattc_handle_range_t   handle_range
 
params
 

Detailed Description

Structure containing the event from the Service Changed client module to the application.

Field Documentation

uint16_t nrf_ble_gatts_c_evt_t::conn_handle

Handle of the connection for which this event occurred.

nrf_ble_gatts_c_evt_type_t nrf_ble_gatts_c_evt_t::evt_type

Type of event. See nrf_ble_gatts_c_evt_type_t.

ble_gattc_handle_range_t nrf_ble_gatts_c_evt_t::handle_range

The affected attribute handle range in which the service has changed. This will be provided if the event type is NRF_BLE_GATTS_C_EVT_SRV_CHANGED.

ble_gatt_db_char_t nrf_ble_gatts_c_evt_t::srv_changed_char

Handles for the Service Changed characteristic. This is filled if the event type is NRF_BLE_GATTS_C_EVT_DISCOVERY_COMPLETE.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated