-
• #2
disable & enable bluetooth on the device (eg cellphone) used to read and try again
-
• #3
There are 2 potential issues...
- As @MaBe says some devices (especially Apple iOS) don't update the advertised services of devices, so even when told to refresh might show you the wrong list
- If you're connected to a device and then you call
setServices
it's unlikely it'll be able to work straight away - you'll need to disconnect and reconnect to see the services
- As @MaBe says some devices (especially Apple iOS) don't update the advertised services of devices, so even when told to refresh might show you the wrong list
Hi all,
This simple code [1] works on one Puck.js(8a78) but doesn't on another one (5f09).
Both firm versions are 1v91. Other functions like
ble_eddystone
orble_ibeacon
works well on 5f09.So I wonder why only NRF.setServices does not work on it.
Followed by Troubleshooting guide, I've tried to reset 5f09, but the issue is not gone.
How to test this device?
Thanks,
Takayuki
[1]