Hi
I am using the ble_app_blinky's lbs application, as found here in the 14.2 service
C:\Eran\Software\Nordic\Packages\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_blinky
with the s140 package.
using the nRF Connect application on my android 7.0
I have scanned and detected for the Nordic_Binky
In the scanner tab I see the following :
Nordic_Binky
Bonded
Device Type : LE only, advertising type : Legacy, Appearance [0] : unknown,
Flags : General discoverable, BrEdrNotSupported
Complete list of 128-bit-service UUID-s
00001523-1212-efde-1523-765feabcd123
so it seems to be that the LBS_UUID_SERVICE service has been detected
since in the project file the ble_lbs.h is is defined : "#define LBS_UUID_SERVICE 0x1523"
However
in the Server Tab I do not see no 0x1523 service
I see the Generic attribute 0x1801
and the Generic Access 0x1800
note : connecting though the App, the DK's LED does changes from LED1 to LED2 as should be in this app
other than that I can't to see the services and to interact with the DK
Thanks
Eran