mbed-os/features/FEATURE_BLE/targets/TARGET_CORDIO
Vincent Coubard 75c9dfce68 BLE: Add Cordio port.
It allows mbed users to enable BLE on targets with an external BLE module.
2017-09-26 15:20:17 +01:00
..
doc BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
driver BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
source BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
stack BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
CordioBLE.h BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
CordioGap.h BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
CordioGattServer.h BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
CordioPalAttClient.h BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
CordioSecurityManager.h BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00
README.md BLE: Add Cordio port. 2017-09-26 15:20:17 +01:00

README.md

BLE API Cordio Implementation

The BLE API Cordio implementation allows Cordio licensee to easily deliver a complete and up to date implementation of mbed BLE to their custommers using mbed OS.

To deliver a BLE port, vendors simply have to provide an HCI driver taillored for the BLE module present on the board they want to support.

Source Organization

The root contains the public header of the classes implementing BLE API public interface.

  • doc: Documentation such as the HCI extension guide and the porting guide.
  • driver: HCI driver and transport interfaces. Also contains standard driver implementation.
  • sources: BLE API Implementation files
  • stack: Cordio stack
    • cordio_stack: Headerd of the cordio stack
    • lib: precompiled libraries of the cordio stack
    • mbed_os_adaptation: Headers of the interface responsible for the bridge between BLE API and the Cordio stack.

Documentation