1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 14:12:24 +01:00
This commit is contained in:
J. Nick Koston
2025-08-01 11:02:48 -10:00
parent 3a52b754c0
commit 493bfaf76a
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;
}