mirror of
https://github.com/esphome/esphome.git
synced 2025-08-01 07:57:47 +00:00
Revert "preen"
This reverts commit 9f5584ac6216f14f65a84e7b13a9f6453e543fae.
This commit is contained in:
parent
8acd7548c6
commit
e4736e9aa7
@ -426,8 +426,7 @@ void BluetoothProxy::bluetooth_gatt_send_services(const api::BluetoothGATTGetSer
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!connection->service_count_) {
|
if (!connection->service_count_) {
|
||||||
ESP_LOGW(TAG, "[%d] [%s] No GATT services found", connection->get_connection_index(),
|
ESP_LOGW(TAG, "[%d] [%s] No GATT services found", connection->connection_index_, connection->address_str().c_str());
|
||||||
connection->address_str().c_str());
|
|
||||||
this->send_gatt_services_done(msg.address);
|
this->send_gatt_services_done(msg.address);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user