I was looking into changing the S130 attribute table size, which is by default set to BLE_GATTS_ATTR_TAB_SIZE_DEFAULT, and noticed that this default seems to be set to zero (in ble_gatts.h):
#define BLE_GATTS_ATTR_TAB_SIZE_DEFAULT 0x0000 /**< Default Attribute Table size (0x600 bytes for this version of the SoftDevice). */
The define is clearly set to zero but the comment suggests it ought to be 0x600. Could you clarify this? Does a zero value mean that the S130 automatically uses the 0x600 default?