R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

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 Attribute Table.
uint32_t attr_tab_size
 Attribute Table size in bytes.

Detailed Description

BLE GATTS init options.

Definition at line 167 of file ble_gatts.h.


Field Documentation

uint32_t attr_tab_size

Attribute Table size in bytes.

The size must be a multiple of 4. BLE_GATTS_ATTR_TAB_SIZE_DEFAULT is used to set the default size.

Definition at line 170 of file ble_gatts.h.

uint8_t service_changed

Include the Service Changed characteristic in the Attribute Table.

Definition at line 169 of file ble_gatts.h.