Open clarkbremer opened 2 years ago
I need to use some new-ish features of the Espressif library. I'm finding this stuff is not defined in your version:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/esp_gap_bt.html?highlight=esp_bt_gap_read_remote_name#_CPPv427esp_bt_gap_read_remote_name13esp_bd_addr_t
I'm using board WiFi Kit 32.
I've added a pull request to enable this library to be used directly as an ESP-IDF component: https://github.com/HelTecAutomation/Heltec_ESP32/pull/90
Maybe that works for you in the interim.
I need to use some new-ish features of the Espressif library. I'm finding this stuff is not defined in your version:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/esp_gap_bt.html?highlight=esp_bt_gap_read_remote_name#_CPPv427esp_bt_gap_read_remote_name13esp_bd_addr_t
I'm using board WiFi Kit 32.