We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26b425 commit c843d56Copy full SHA for c843d56
lib/simple_ble.c
@@ -407,7 +407,7 @@ void __attribute__((weak)) ble_stack_init (void) {
407
err_code = softdevice_enable_get_default_config(CENTRAL_LINK_COUNT, // central link count
408
PERIPHERAL_LINK_COUNT, // peripheral link count
409
&ble_enable_params);
410
- ble_enable_params.common_enable_params.vs_uuid_count = BLE_UUID_VS_COUNT_DEFAULT;
+ ble_enable_params.common_enable_params.vs_uuid_count = BLE_UUID_VS_COUNT_MIN;
411
APP_ERROR_CHECK(err_code);
412
413
//Check the ram settings against the used number of links
0 commit comments