mbed-os/features/FEATURE_BLE/targets/TARGET_CORDIO
Cruz Monrreal 9ecde429f9
Merge pull request #9992 from pan-/ble-use-low-power-ticker
BLE - Use low power timing primitives
2019-03-16 22:56:43 -05: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-03-14 15:41:10 +08:00
source Merge pull request #9921 from desmond-blue/fix_Cordio-insert-characteristic-handle-error 2019-03-16 22:54:37 -05:00
stack qualify cordio pal includes 2019-03-11 16:52:40 +00:00
stack_adaptation qualify cordio pal includes 2019-03-11 16:52:40 +00: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-03-07 16:45:46 +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 Correctly include EventQueue.h 2019-02-21 17:59:05 +02:00
mbed_lib.json change tick rate to 1 ms 2019-03-07 16:07:25 +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