mbed-os/features/FEATURE_BLE/targets/TARGET_CORDIO
paul-szczepanek-arm 12899b1e09 fix const induced recursive call 2018-04-16 15:34:15 +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 fix const induced recursive call 2018-04-16 15:34:15 +01:00
stack Cordio: Update stack binaries. 2018-03-01 11:01:19 +00:00
CordioBLE.h class in header 2018-04-10 16:42:43 +01:00
CordioGattServer.h Signing event monitor proxy to bind both server and client 2018-04-10 14:58:29 +01:00
CordioPalAttClient.h sign counter kept track by the class using it 2018-04-09 17:49:54 +01:00
CordioPalGap.h fixed compiler errors for pal after its update 2018-02-20 18:01:21 +00:00
CordioPalGenericAccessService.h BLE: Cordio implementation of pal::GenericAccessService. 2017-10-31 17:40:00 +00:00
CordioPalSecurityManager.h sign counter kept track by the class using it 2018-04-09 17:49:54 +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