BLE: move source/impl into source/cordio

pull/13475/head
Vincent Coubard 2020-08-24 10:06:03 +01:00
parent 241c69f50d
commit 12388d77d4
32 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ This interface is defined in the header file
[CordioHCIDriver.h](../CordioHCIDriver.h) [CordioHCIDriver.h](../CordioHCIDriver.h)
A partial implementation is present in the file A partial implementation is present in the file
[CordioHCIDriver.cpp](../../../../source/impl/driver/CordioHCIDriver.cpp). It defines the function [CordioHCIDriver.cpp](../../../../source/cordio/driver/CordioHCIDriver.cpp). It defines the function
delivering memory to the stack and a complete reset sequence. However, it does delivering memory to the stack and a complete reset sequence. However, it does
not define any initialization for the Bluetooth controller, this part being not define any initialization for the Bluetooth controller, this part being
specific to the controller used. specific to the controller used.