mbed-os/features/FEATURE_BLE/targets/TARGET_CORDIO
paul-szczepanek-arm 61b063129d MBED_WEAK in random spot removed 2019-03-01 15:05:59 +00: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 Merge pull request #8998 from pan-/ble-extended-advertising-fixes 2018-12-10 10:36:05 -06:00
source fix signing permissions 2019-03-01 11:58:52 +00:00
stack fix signing permissions 2019-03-01 11:58:52 +00:00
stack_adaptation MBED_WEAK in random spot removed 2019-03-01 15:05:59 +00:00
BleImplementationForward.h BLE - Devirtualization of the Cordio port. 2019-02-26 13:18:17 +00:00
CordioBLE.h BLE - Fix conditional directive. 2019-02-28 16:31:07 +00:00
CordioGattServer.h BLE - Small reordering to reduce diff. 2019-02-28 12:02:23 +00: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 assert instead of error 2018-09-27 17:07:40 +01:00
mbed_lib.json cordio host sources updated 2019-03-01 10:59:41 +00: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