diff --git a/connections/implementation/mediums/ble_v2.cc b/connections/implementation/mediums/ble_v2.cc index 30f997c8..c7cb3449 100644 --- a/connections/implementation/mediums/ble_v2.cc +++ b/connections/implementation/mediums/ble_v2.cc @@ -1025,6 +1025,7 @@ void BleV2::ProcessFetchGattAdvertisementsRequest( /*ClientGattConnectionCallback=*/{}); if (!gatt_client || !gatt_client->IsValid()) { advertisement_read_result.RecordLastReadStatus(false); + LOG(WARNING) << "Failed to connect to GATT server."; return; }