mbed-os/features/FEATURE_BLE/source/generic
Vincent Coubard 1b7a3ffa02 BLE: Add generic GAP implementation.
Generic implementation of the GAP class. It allows porters to have a working Gap
implementation by implementing the following abstraction layer primitives:
- pal::Gap: Adaptation for GAP related primitives.
- pal::EventQueue: simple interface to the inner event queue of the stack.
  pal::SimpleEventQueue can also be used as an implementation.
- pal::GenericAccessService: Accessors to the Generic Access Service present in
  the GATT server.
2017-10-31 17:39:14 +00:00
..
GenericGap.cpp BLE: Add generic GAP implementation. 2017-10-31 17:39:14 +00:00
GenericGattClient.cpp BLE: Introduce GenericGattClient and platform abstraction over ATT/GATT. 2017-09-26 15:20:15 +01:00