mirror of
https://github.com/esphome/esphome.git
synced 2025-09-26 23:22:21 +01:00
preen
This commit is contained in:
@@ -375,8 +375,7 @@ bool BLEClientBase::gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_
|
|||||||
if (this->conn_id_ != param->search_res.conn_id)
|
if (this->conn_id_ != param->search_res.conn_id)
|
||||||
return false;
|
return false;
|
||||||
this->service_count_++;
|
this->service_count_++;
|
||||||
if (this->connection_type_ == espbt::ConnectionType::V3_WITHOUT_CACHE ||
|
if (this->connection_type_ == espbt::ConnectionType::V3_WITHOUT_CACHE) {
|
||||||
this->connection_type_ == espbt::ConnectionType::V3_WITH_CACHE) {
|
|
||||||
// V3 clients don't need services initialized since
|
// V3 clients don't need services initialized since
|
||||||
// as they use the ESP APIs to get services.
|
// as they use the ESP APIs to get services.
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user