Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/bluenrg-hci/hci/ble_hci.c
- Branch:
- 32241492098bb4d0cd62a16975725a4374ad7ecc
- Revision:
- 294:fd19310b086d
- Parent:
- 280:fbee0e3444be
diff -r 5a1f577bf92f -r fd19310b086d source/bluenrg-hci/hci/ble_hci.c --- a/source/bluenrg-hci/hci/ble_hci.c Thu Sep 15 10:52:00 2016 +0100 +++ b/source/bluenrg-hci/hci/ble_hci.c Thu Sep 15 10:52:02 2016 +0100 @@ -1,6 +1,6 @@ /** ****************************************************************************** - * @file hci.c + * @file ble_hci.c * @author AMS/HESA Application Team * @brief Function for managing HCI interface. ****************************************************************************** @@ -16,13 +16,13 @@ * <h2><center>© COPYRIGHT 2013 STMicroelectronics</center></h2> */ -#include "hal_types.h" -#include "osal.h" +#include "ble_hal_types.h" +#include "ble_osal.h" #include "ble_status.h" -#include "hal.h" -#include "hci_const.h" -#include "gp_timer.h" -#include "debug.h" +#include "ble_hal.h" +#include "ble_hci_const.h" +#include "ble_gp_timer.h" +#include "ble_debug.h" #include "stm32_bluenrg_ble.h"