diff --git a/features/FEATURE_BLE/ble/Gap.h b/features/FEATURE_BLE/ble/Gap.h index 23d5b9c028..9755d5c43a 100644 --- a/features/FEATURE_BLE/ble/Gap.h +++ b/features/FEATURE_BLE/ble/Gap.h @@ -1724,7 +1724,7 @@ public: virtual ble_error_t setAdvertisingScanResponse( AdvHandle_t handle, mbed::Span response, - bool minimiseFragmentation + bool minimiseFragmentation = false ) { (void) handle;