Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_PowerBank_HeyFaradey
Fork of BLE_API by
Diff: public/Gap.h
- Revision:
- 367:c3f4ad55ed33
- Parent:
- 364:03a7a439a3bf
- Child:
- 369:9a76cc068644
--- a/public/Gap.h Fri May 08 15:35:48 2015 +0100
+++ b/public/Gap.h Fri May 08 15:35:48 2015 +0100
@@ -96,7 +96,7 @@
SEC_STATUS_SUCCESS = 0x00, /**< Procedure completed with success. */
SEC_STATUS_TIMEOUT = 0x01, /**< Procedure timed out. */
SEC_STATUS_PDU_INVALID = 0x02, /**< Invalid PDU received. */
- SEC_STATUS_PASSKEY_ENTRY_FAILED = 0x81, /**< Passkey entry failed (user cancelled or other). */
+ SEC_STATUS_PASSKEY_ENTRY_FAILED = 0x81, /**< Passkey entry failed (user canceled or other). */
SEC_STATUS_OOB_NOT_AVAILABLE = 0x82, /**< Out of Band Key not available. */
SEC_STATUS_AUTH_REQ = 0x83, /**< Authentication requirements not met. */
SEC_STATUS_CONFIRM_VALUE = 0x84, /**< Confirm value failed. */
@@ -179,7 +179,7 @@
/**
* Set the application callback for radio-notification events.
* @param callback
- * Handler to be executed in resonse to a radio notification event.
+ * Handler to be executed in response to a radio notification event.
*/
virtual void setOnRadioNotification(RadioNotificationEventCallback_t callback) {onRadioNotification = callback;}
@@ -195,7 +195,7 @@
/**
* To indicate that link with the peer is secured. For bonded devices,
- * subsequent reconnections with bonded peer will result only in this callback
+ * subsequent re-connections with bonded peer will result only in this callback
* when the link is secured and setup procedures will not occur unless the
* bonding information is either lost or deleted on either or both sides.
*/
