High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
CONTRIBUTING.md@948:1bb402105289, 2015-11-26 (annotated)
- Committer:
- rgrover1
- Date:
- Thu Nov 26 12:52:08 2015 +0000
- Revision:
- 948:1bb402105289
- Parent:
- 947:f3fcaea7d005
- Child:
- 949:1902cbd0dd83
Synchronized with git rev 184d29c3
Author: Vincent Coubard
Various enhancement:
Add SafeBool class which allow to easily declare a safe bool operator in
c++03.
CallChainOfFunctionPointerswithContext:
- unify syntax of add
- detach function now return true if a function has been detached and
false otherwise
- Explanations about function call operator
- use safe bool idiom
- explanations about iterator and why it is mutable
FunctionPointerWithContext:
- fix call propagation
- use safe bool idiom
Gap:
- add documentation
- onRadioNotification does mot call initRadioNotification anymore
GattClient:
- documentation
GattServer:
- documentation
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rgrover1 | 867:b099c28e8e28 | 1 | # Hello! |
rgrover1 | 947:f3fcaea7d005 | 2 | We are an open source project of [ARM mbed](www.mbed.com). Contributions via [pull request](https://github.com/armmbed/yotta/pulls), and [bug reports](https://github.com/armmbed/yotta/issues) are welcome! |
rgrover1 | 867:b099c28e8e28 | 3 | |
rgrover1 | 867:b099c28e8e28 | 4 | Please submit your pull request to the 'develop' branch of this module. Commits to develop will merge into master at the time of the next release. |
rgrover1 | 867:b099c28e8e28 | 5 | |
rgrover1 | 867:b099c28e8e28 | 6 | # Contributor agreement |
rgrover1 | 947:f3fcaea7d005 | 7 | For your pull request to be accepted, we will need you to agree to our [contributor agreement](http://developer.mbed.org/contributor_agreement/) to give us the necessary rights to use and distribute your contributions. (To click through the agreement create an account on mbed.com and log in.) |