From b4c34557d9ab405be1b856273b87c3bc8001292b Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Mon, 26 Nov 2018 18:47:49 -0600 Subject: [PATCH] Edit Events.h Edit file for person, capitalization and to fix typos. --- features/FEATURE_BLE/ble/gap/Events.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/FEATURE_BLE/ble/gap/Events.h b/features/FEATURE_BLE/ble/gap/Events.h index 369e45ae61..3c09137517 100644 --- a/features/FEATURE_BLE/ble/gap/Events.h +++ b/features/FEATURE_BLE/ble/gap/Events.h @@ -39,7 +39,7 @@ namespace ble { struct AdvertisingReportEvent { #if !defined(DOXYGEN_ONLY) - /** Create a advertising report event. + /** Create an advertising report event. * * @param type Type of advertising used. * @param peerAddressType Peer address type of advertiser. @@ -173,7 +173,7 @@ private: }; /** - * Event generated when a connection initiation end (successfully or not). + * Event generated when a connection initiation ends (successfully or not). * * @see ble::Gap::EventHandler::onConnectionComplete(). */ @@ -304,7 +304,7 @@ private: }; /** - * Event generated when we first receive a periodic advertisement. + * Event generated when you first receive a periodic advertisement. * * @see ble::Gap::EventHandler::onPeriodicAdvertisingSyncEstablished(). */ @@ -763,7 +763,7 @@ struct ConnectionParametersUpdateCompleteEvent { #endif /** - * Get The status of the operation. It is equal to BLE_ERROR_NONE in case of + * Get the status of the operation. It is equal to BLE_ERROR_NONE in case of * success. */ ble_error_t getStatus() const