1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 07:32:22 +01:00

Merge branch 'bluetooth_connection_churn' into integration

This commit is contained in:
J. Nick Koston
2025-08-01 11:19:33 -10:00

View File

@@ -49,7 +49,6 @@ enum BluetoothProxySubscriptionFlag : uint32_t {
}; };
class BluetoothProxy : public esp32_ble_tracker::ESPBTDeviceListener, public Component { class BluetoothProxy : public esp32_ble_tracker::ESPBTDeviceListener, public Component {
friend class BluetoothConnection; // Allow connection to call free_connection_
public: public:
BluetoothProxy(); BluetoothProxy();
#ifdef USE_ESP32_BLE_DEVICE #ifdef USE_ESP32_BLE_DEVICE