Description
I use the BLE_notify example without changes and try to connect to it using the BLE_Client example. The only changes I did there was to copy the two UUID strings of the notify example to the client example to be sure they match.
NRF connect shows the service but BLE_Client does not show it and also does not connect.
Output: BLE Advertised Device found: Name: MyESP32, Address: 24:0a:c4:12:ef:a2, txPower: -21
I had this issue with many other examples but I am pretty sure it worked last week.
To be sure I also downloaded the newest ESP32 environment from GitHub, with no change
I also have a Xiaomi Flower care device around:
Output: BLE Advertised Device found: Name: Flower care, Address: c4:7c:8d:62:87:f7, serviceUUID: 0000fe95-0000-1000-8000-00805f9b34fb
If I copy this UUID to the client sketch, it connects.