Hello.
Can I register 'Multiple 128bit UUID Services' to nRF51822 & s130 device?
Hello.
Can I register 'Multiple 128bit UUID Services' to nRF51822 & s130 device?
Hi,
Yes, you can add multiple 128bit UUIDs by increasing p_ble_enable_params->common_enable_params.vs_uuid_count
in softdevice_handler.c, and calling the function sd_ble_uuid_vs_add()
for each of the custom UUIDs.
Best regards,
Jørgen