diff --git a/sdk_config/sdk_config.h b/sdk_config/sdk_config.h index 1bc2c49..2a353ce 100755 --- a/sdk_config/sdk_config.h +++ b/sdk_config/sdk_config.h @@ -4539,12 +4539,12 @@ // NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE - Attribute Table size in bytes. The size must be a multiple of 4. #ifndef NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE -#define NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE 0x720 +#define NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE 0x7D0 #endif // NRF_SDH_BLE_VS_UUID_COUNT - The number of vendor-specific UUIDs. #ifndef NRF_SDH_BLE_VS_UUID_COUNT -#define NRF_SDH_BLE_VS_UUID_COUNT 4 +#define NRF_SDH_BLE_VS_UUID_COUNT 6 #endif // NRF_SDH_BLE_SERVICE_CHANGED - Include the Service Changed characteristic in the Attribute Table.