mirror of
https://github.com/esphome/esphome.git
synced 2025-07-30 15:16:37 +00:00
cleanup
This commit is contained in:
parent
accbc8fb0b
commit
3396dfe52a
@ -102,8 +102,6 @@ void BluetoothConnection::send_service_for_discovery_() {
|
|||||||
if (char_count_status != ESP_GATT_OK) {
|
if (char_count_status != ESP_GATT_OK) {
|
||||||
ESP_LOGW(TAG, "[%d] [%s] Error getting characteristic count, status=%d", this->connection_index_,
|
ESP_LOGW(TAG, "[%d] [%s] Error getting characteristic count, status=%d", this->connection_index_,
|
||||||
this->address_str().c_str(), char_count_status);
|
this->address_str().c_str(), char_count_status);
|
||||||
// Send the message (we already checked api_conn is not null at the beginning)
|
|
||||||
api_conn->send_message(resp, api::BluetoothGATTGetServicesResponse::MESSAGE_TYPE);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user