Hi,
I am using NRF51822 pca10028 UART ble example ,
I need to give provision to change the name of the device after pairing and reset the device so that it starts advertising with the name provided by the user,
Thank you
Hi,
I am using NRF51822 pca10028 UART ble example ,
I need to give provision to change the name of the device after pairing and reset the device so that it starts advertising with the name provided by the user,
Thank you
Hi Mttrinh,
I have tried the pstorage example from the Git LAB and got to know how to access the Flash memory .But now can i change the name of the BLE by taking the input from the BLEUART and handle the name change in the nus_data_handler() or is there any option to change the BLE name
It would be helpful if i get a example or document or usefullthread regarding the same .
Thankyou,
Nitin
Hi Mttrinh,
I have tried the pstorage example from the Git LAB and got to know how to access the Flash memory .But now can i change the name of the BLE by taking the input from the BLEUART and handle the name change in the nus_data_handler() or is there any option to change the BLE name
It would be helpful if i get a example or document or usefullthread regarding the same .
Thankyou,
Nitin
Nitin Kumar said:i change the name of the BLE by taking the input from the BLEUART and handle the name change in the nus_data_handler()
Yes, that is correct :) you can change the name with this function sd_ble_gap_device_name_set(..).