BLE_API/source
Vincent Coubard 184d29c35b 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
2015-11-25 11:27:33 +00:00
..
services switch to a yotta layout 2015-06-19 13:37:31 +01:00
BLE.cpp fix the build error resulting from missing template instantiation in the case <object,member> tuple was used for BLE::init() 2015-11-03 11:56:46 +00:00
DiscoveredCharacteristic.cpp Various enhancement: 2015-11-25 11:27:33 +00:00
GapScanningParams.cpp Fixed bugs with Gap:: and GapAdvertisingParams 2015-08-06 11:04:38 +01:00