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/controller/bluenrg_gap_aci.c
- Branch:
- 32241492098bb4d0cd62a16975725a4374ad7ecc
- Revision:
- 294:fd19310b086d
- Parent:
- 249:2e94d2835c45
- Child:
- 296:c52d3a301449
diff -r 5a1f577bf92f -r fd19310b086d source/bluenrg-hci/hci/controller/bluenrg_gap_aci.c --- a/source/bluenrg-hci/hci/controller/bluenrg_gap_aci.c Thu Sep 15 10:52:00 2016 +0100 +++ b/source/bluenrg-hci/hci/controller/bluenrg_gap_aci.c Thu Sep 15 10:52:02 2016 +0100 @@ -14,11 +14,11 @@ *******************************************************************************/ #include "hal_types.h" -#include "osal.h" +#include "ble_osal.h" #include "ble_status.h" -#include "hal.h" -#include "osal.h" -#include "hci_const.h" +#include "ble_hal.h" +#include "ble_osal.h" +#include "ble_hci_const.h" #include "bluenrg_aci_const.h" #include "bluenrg_gap_aci.h" #include "bluenrg_gatt_server.h" @@ -1304,4 +1304,4 @@ Osal_MemCpy(device_list, rp.dev_list, MIN(device_list_size,rp.num_addr*7)); return 0; -} +} \ No newline at end of file