Hi, I am just trying to understand the examples properly. This value is mostly set to 0, sometimes set to 1, and used at the call to the soft device initialization.
ble_enable_params.gatts_enable_params.service_changed = IS_SRVC_CHANGED_CHARACT_PRESENT;
err_code = sd_ble_enable(&ble_enable_params);
Basically I'm trying to figure out what it means, and the definitions I see throughout the SDK are all cryptic.
uint8_t service_changed:1; /**< Include the Service Changed characteristic in the local attributes. */
Any information would be very helpful. Thanks.