mbed-os/connectivity/FEATURE_BLE/libraries/TARGET_CORDIO_LL
Paul Szczeanek 5cc09f58f8 the adv bit is actually optional in aux_adv_ind so is not required for periodic sync 2020-11-30 16:00:14 +00:00
..
stack the adv bit is actually optional in aux_adv_ind so is not required for periodic sync 2020-11-30 16:00:14 +00:00
stack_adaptation move implementations to libraries directory 2020-08-07 11:59:14 +01:00
CMakeLists.txt CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
README.md move implementations to libraries directory 2020-08-07 11:59:14 +01:00
mbed_lib.json Fix missing newline 2020-11-16 17:03:23 +01:00

README.md

BLE API Cordio Link Layer Implementation

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

The library a consists of the controller HCI, Bluetooth 5 compliant link layer protocol core, scheduler, baseband porting layer and a portable software foundation.

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.