Edit Events.h

Edit file for person, capitalization and to fix typos.
pull/8738/head
Amanda Butler 2018-11-26 18:47:49 -06:00 committed by GitHub
parent 2e02869173
commit b4c34557d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ namespace ble {
struct AdvertisingReportEvent { struct AdvertisingReportEvent {
#if !defined(DOXYGEN_ONLY) #if !defined(DOXYGEN_ONLY)
/** Create a advertising report event. /** Create an advertising report event.
* *
* @param type Type of advertising used. * @param type Type of advertising used.
* @param peerAddressType Peer address type of advertiser. * @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(). * @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(). * @see ble::Gap::EventHandler::onPeriodicAdvertisingSyncEstablished().
*/ */
@ -763,7 +763,7 @@ struct ConnectionParametersUpdateCompleteEvent {
#endif #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. * success.
*/ */
ble_error_t getStatus() const ble_error_t getStatus() const