diff --git a/features/FEATURE_BLE/ble/GattServer.h b/features/FEATURE_BLE/ble/GattServer.h index 90c2925867..cdfb53d9fd 100644 --- a/features/FEATURE_BLE/ble/GattServer.h +++ b/features/FEATURE_BLE/ble/GattServer.h @@ -693,6 +693,12 @@ protected: confirmationReceivedCallback(attributeHandle); } break; + + case GattServerEvents::GATT_EVENT_DATA_SENT: + // Called every time a notification or indication has been sent + handleDataSentEvent(1); + break; + default: break; }