Hello !
I'm using Home Assistant to monitor my phone's connected Bluetooth devices and start automations.
However, my car doesn't have Bluetooth, and I would like to hide an ESP32 inside so I could detect when I turn on my car.
So my project seems quite simple : make a dummy bluetooth device which could be connected by Android.
But I have been working on it for some weeks and I still can't understand how to use GAPP server on my ESP32.
I did manage to pair my device to my phone, but it doesn't connect. It tells me that I need to download an external app (probably because the phone doesn't know its services)
So what should I do to make the dummiest bluetooth device ?
Which library could allow me to do that quite simply ?
Thanks for reading !