mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Call deferal complete when characteristic_data
PiperOrigin-RevId: 736669127
This commit is contained in:
committed by
Copybara-Service
parent
ba24d92ca1
commit
f168d0c91b
@@ -542,6 +542,7 @@ void BleGattServer::SetCloseNotifier(absl::AnyInvocable<void()> notifier) {
|
||||
LOG(ERROR) << __func__ << ": Failed to find characteristic="
|
||||
<< ::winrt::to_string(
|
||||
::winrt::to_hstring(gatt_local_characteristic.Uuid()));
|
||||
deferral.Complete();
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user