Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
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.
Generated on Tue Jul 12 2022 14:11:24 by
