Fatal error: BLEDevice.h: No such file or directory when running ESP32 BLE example program

Hi! When I was trying to connect ESP32 with Blynk using BLE by running one of the example programs in the name ESP32_BLE.ino it shows an error like

In file included from C:\Users\SATYA\Documents\Arduino\libraries\blynk-library-master\examples\Boards_Bluetooth\ESP32_BLE\ESP32_BLE.ino:31:0:

C:\Users\SATYA\Documents\Arduino\libraries\Blynk\src/BlynkSimpleEsp32_BLE.h:26:23: fatal error: BLEDevice.h: No such file or directory

compilation terminated.

exit status 1
Error compiling for board SparkFun ESP32 Thing.
Kindly help me with this.

Looks like you didn’t install some libraries correctly?? Eg. Windows file structure usually doesn’t use forward slash as yours does… \src/. Go back and double check all your library installs pertaining to Blynk and ESP boards.

NOTE: ESP32 BLE Blynk support is in Beta and appears broken due to recent ESP32 Core changes… so even with library corrections, you may not get anywhere with this anyhow…