Question
Bluenrg SensorDemo not discoverable on android since 1.9
Posted on October 30, 2016 at 10:07
Hi,
I did an implementation of my own app starting from sensorDemo. It communicates with an android app. The device is discovered by a call to:BluetoothAdapter.startLeScan(uuids, mLeScanCallback); which allows to discover devices that are implementing specified services.
At the beginning, I was using x-cube-ble1. Since the upgrade to BlueNrgDK1.9,
the device is no more discovered with this method. It can be discovered if I don't
specify any implemented service.
I went back to sensorDemo in DK 1.9 and I have the same behaviour.
Is it a bug or is there something to change?
Regards
Julien