This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV Issue

image descriptionI'm trying to discover a vendor specific service that has 7 characteristics. However, when I increase BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV to 7 , ble_stack_init() hard faults on SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false);

I'm using SDK 7.2

ble_app_multilink_central.zip

Related