Call deferal complete when characteristic_data

PiperOrigin-RevId: 736669127
This commit is contained in:
Guogang Li
2025-03-13 16:03:18 -07:00
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 {};
}