Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Revision 367:c3f4ad55ed33, committed 2015-05-08
- Comitter:
- rgrover1
- Date:
- Fri May 08 15:35:48 2015 +0100
- Parent:
- 366:a529cc62f21d
- Child:
- 368:89726b616c1b
- Commit message:
- Synchronized with git rev 2d801b4f
Author: Rohit Grover
fix a couple of typos.
Changed in this revision
public/Gap.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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. */