Hi,
My configuration:
- microcontroller: nrf52840
- softdevice: s140_nrf52_6.0.0_softdevice
- SDK: nRF5_SDK_15.0.0
We're developing an iOS mobile application that communicate over BLE with a device mounting an nrf52840 microcontroller.
We're encountering a problem with device name.
iOS application has to perform these steps:
- connect to the device
- change the device name
- disconnect
- reconnect using the new device name
We're using "ServiceChanged characteristic" to notify to iOS mobile app the change of the device name, but it seems doesn't work.
iOS application, after disconnection, see the old device name during advertising.
iOS application has to connect and disconnect several times before see the new device name during advertising.
Could you help us please?
Thanks