I'm implementing an Android 4.3 app which uses an nRF51822 and the BLE proximity profile. I have the following as starting points for the app code:
-
The BLE sample app in the Android SDK. This can see the device on a scan and seems to connect, but then immediately loses the connection.
-
The nRFTemp app download from Nordic. Obviously this doesn't use the proximity profile, it's for the temperature sensor.
Am I better off debugging the dropped connection on 1, or adding the proximity profile services to 2? Nordic people, are there any plans to release a sample app download for the proximity profile?