Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gatts_enable_params_t Struct Reference

ble_gatts_enable_params_t Struct Reference
[Structures]

BLE GATTS init options. More...

#include <ble_gatts.h>

Data Fields

uint8_t service_changed:1
 Include the Service Changed characteristic in the local attributes.

Detailed Description

BLE GATTS init options.

Definition at line 121 of file ble_gatts.h.


Field Documentation

uint8_t service_changed

Include the Service Changed characteristic in the local attributes.

Definition at line 123 of file ble_gatts.h.