Hey, If any one used BLE using sample code
I found that the ble device (gr-lychee) not showing in mobile ble list using android app
my serial logs,
Bluetooth sample startedESP32 readyGATT initializedsrv_index is 1Advertising started. Please connect to any client
I tried the sample, even I am not getting Gr-lychee as Board BLE name, but I am getting name as N/A using that I can do Advertising & send the string from mobile using BLE Scanner app.
Okay! Let's find out the root cause of the problem Our code is same, but one small thing I observed in the sample page of gadget page gadget.renesas.com/.../5.html is that we need to change Platform.txt file, I am assuming that you had done because you are getting srv_index is 1 in your Serial Output data that means you have done this. Second thing in Android devices they have made some changes for BLE device that, GPS must be enabled to find your ble device. I don't know the exact reason for this but they said near by devices must have Location Tracking on to search for BLE. Third thing Name, According to ble they bind address of the device and the name must be in short value, same thing here name is generated properly but device is not able to read it so it will give you either n/a or Unknown device but it will connect. Now situation is why device is not showing then I think you need to try with GPS first, let's see what happens. :)