1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 16:25:50 +00:00

[esp32_ble] Add support for hosted BLE (#11167)

This commit is contained in:
Jonathan Swoboda
2025-10-15 15:19:08 -04:00
committed by GitHub
parent cf02a08209
commit e19a85b523
9 changed files with 87 additions and 0 deletions

View File

@@ -10,7 +10,9 @@
#ifdef USE_ESP32
#ifdef USE_ESP32_BLE_ADVERTISING
#ifndef CONFIG_ESP_HOSTED_ENABLE_BT_BLUEDROID
#include <esp_bt.h>
#endif
#include <esp_gap_ble_api.h>
#include <esp_gatts_api.h>