1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 14:12:24 +01:00

Merge branch 'bluetooth_connection_churn' into integration

This commit is contained in:
J. Nick Koston
2025-08-01 11:06:14 -10:00
3 changed files with 8 additions and 5 deletions

View File

@@ -1105,7 +1105,7 @@ void APIConnection::bluetooth_gatt_notify(const BluetoothGATTNotifyRequest &msg)
bool APIConnection::send_subscribe_bluetooth_connections_free_response(
const SubscribeBluetoothConnectionsFreeRequest &msg) {
bluetooth_proxy::global_bluetooth_proxy->send_connections_free();
bluetooth_proxy::global_bluetooth_proxy->send_connections_free(this);
return true;
}