Wang Xinglu / BLE_API

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Committer:
rgrover1
Date:
Thu Nov 26 12:52:08 2015 +0000
Revision:
948:1bb402105289
Parent:
803:50c9096035b1
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?

UserRevisionLine numberNew contents of line
rgrover1 803:50c9096035b1 1 Unless specifically indicated otherwise in a file, files are licensed
rgrover1 803:50c9096035b1 2 under the Apache 2.0 license, as can be found in: apache-2.0.txt