gscm_evt_t

nRF5 SDK v10.0.0

nRF51 SDK v10.0.0

Structure containing an event from the GSCM module. More...

#include <gatts_cache_manager.h>

Data Fields

gscm_evt_id_t evt_id
pm_peer_id_t peer_id
union {
struct {
uint16_t conn_handle
} local_db_cache_updated
struct {
bool state
} sc_state_stored
} params

Detailed Description

Structure containing an event from the GSCM module.

Field Documentation

uint16_t gscm_evt_t::conn_handle

The connection this event pertains to.

gscm_evt_id_t gscm_evt_t::evt_id

The type of event this is.

union { ... } gscm_evt_t::params

Event parameters specific to certain event types.

pm_peer_id_t gscm_evt_t::peer_id

The peer ID this event pertains to.

bool gscm_evt_t::state

The newly stored state of the Service Changed pending flag.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .