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