S112 SoftDevice v6.0.0
Data Fields
ble_gatts_cfg_attr_tab_size_t Struct Reference

Attribute table size configuration parameters, set with sd_ble_cfg_set. More...

#include <ble_gatts.h>

Data Fields

uint32_t attr_tab_size
 

Detailed Description

Attribute table size configuration parameters, set with sd_ble_cfg_set.

Return values
NRF_ERROR_INVALID_LENGTHOne or more of the following is true:
  • The specified Attribute Table size is too small. The minimum acceptable size is defined by BLE_GATTS_ATTR_TAB_SIZE_MIN.
  • The specified Attribute Table size is not a multiple of 4.

Field Documentation

uint32_t ble_gatts_cfg_attr_tab_size_t::attr_tab_size

Attribute table size. Default is BLE_GATTS_ATTR_TAB_SIZE_DEFAULT, minimum is BLE_GATTS_ATTR_TAB_SIZE_MIN.


Documentation feedback | Developer Zone | Subscribe | Updated