Skip to content

Commit c843d56

Browse files
acalatravabrghena
authored andcommitted
BLE_UUID_VS_COUNT_DEFAULT does not work on nRF51 platform
1 parent b26b425 commit c843d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/simple_ble.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ void __attribute__((weak)) ble_stack_init (void) {
407407
err_code = softdevice_enable_get_default_config(CENTRAL_LINK_COUNT, // central link count
408408
PERIPHERAL_LINK_COUNT, // peripheral link count
409409
&ble_enable_params);
410-
ble_enable_params.common_enable_params.vs_uuid_count = BLE_UUID_VS_COUNT_DEFAULT;
410+
ble_enable_params.common_enable_params.vs_uuid_count = BLE_UUID_VS_COUNT_MIN;
411411
APP_ERROR_CHECK(err_code);
412412

413413
//Check the ram settings against the used number of links

0 commit comments

Comments
 (0)