mbed-os/features/FEATURE_BLE/targets/TARGET_CORDIO
paul-szczepanek-arm 7b1d57c661 no read callback for CCC 2019-05-17 15:38:41 +01:00
..
TESTS/cordio_hci Cordio BLE: Rewrite reset test strategy 2018-06-20 15:24:37 +01:00
doc Edit PortingGuide.md 2018-12-06 13:24:10 -06:00
driver BLE:Fix cordio reset sequence 2019-04-05 12:26:10 +01:00
source no read callback for CCC 2019-05-17 15:38:41 +01:00
stack qualify cordio pal includes 2019-03-12 10:06:41 -05:00
stack_adaptation suppress coverity error 2019-04-24 13:37:42 +01:00
BleImplementationForward.h BLE - Devirtualization of the Cordio port. 2019-02-26 13:18:17 +00:00
CordioBLE.h BLE - Use LowPowerTimer instead of Timer in the Cordio stack. 2019-04-05 12:26:14 +01:00
CordioGattServer.h add default services first 2019-04-05 12:27:00 +01:00
CordioPalAttClient.h merge failure fix 2019-02-27 21:00:10 +00:00
CordioPalGap.h BLE - Devirtualization of the Cordio port. 2019-02-26 13:18:17 +00:00
CordioPalGenericAccessService.h BLE - Fix conditional code within CordioPalGenericAccessService. 2019-02-28 11:35:34 +00:00
CordioPalSecurityManager.h BLE - Small reordering to reduce diff. 2019-02-28 12:02:23 +00:00
README.md mention config in readme 2019-02-22 11:33:23 +00:00
SigningMonitorProxy.h BLE - Devirtualization of the Cordio port. 2019-02-26 13:18:17 +00:00
SimpleEventQueue.h Correctly include EventQueue.h 2019-04-05 12:26:12 +01:00
mbed_lib.json change tick rate to 1 ms 2019-04-05 12:26:14 +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 customers using mbed OS.

To deliver a BLE port, vendors simply have to provide an HCI driver tailored 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: Headers and sources of the cordio stack
    • mbed_os_adaptation: Headers of the interface responsible for the bridge between BLE API and the Cordio stack.

Build time configuration

Build time configuration may be controlled through options set in: features\FEATURE_BLE\targets\TARGET_CORDIO\mbed_lib.json

Documentation