ble_gatts_cfg_attr_tab_size_t

S112 SoftDevice v6.1.0 API

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_LENGTH One 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 .