diff --git a/features/FEATURE_BLE/ble/GattService.h b/features/FEATURE_BLE/ble/GattService.h index d638b3c9167..bfc7c211dd3 100644 --- a/features/FEATURE_BLE/ble/GattService.h +++ b/features/FEATURE_BLE/ble/GattService.h @@ -46,8 +46,7 @@ class GattService { public: /** - * @brief Creates a new GattService using the specified 16-bit - * UUID, value length, and properties. + * @brief Creates a new GattService using the specified UUID and characteristics. * * @note The UUID value must be unique and is normally >1. *