mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Log GATT connection failure
PiperOrigin-RevId: 794601832
This commit is contained in:
committed by
Copybara-Service
parent
a4314b3168
commit
9e401d7b3f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user