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.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Diff: source/btle/btle.cpp
- Revision:
- 493:46fbcb7eab5b
- Parent:
- 482:0efda47cc288
- Child:
- 494:ed0e3d0353e2
diff -r c03f54ed1607 -r 46fbcb7eab5b source/btle/btle.cpp
--- a/source/btle/btle.cpp Wed Dec 02 10:31:32 2015 +0000
+++ b/source/btle/btle.cpp Wed Dec 02 10:31:32 2015 +0000
@@ -19,7 +19,6 @@
#include "btle.h"
-#include "ble_stack_handler_types.h"
#include "ble_flash.h"
#include "ble_conn_params.h"
@@ -27,15 +26,18 @@
#include "btle_advertising.h"
#include "custom/custom_helper.h"
-#include "softdevice_handler.h"
-#include "pstorage.h"
-
#include "ble/GapEvents.h"
#include "nRF5xGap.h"
#include "nRF5xGattServer.h"
#include "nRF5xSecurityManager.h"
+#define BLE_STACK_SUPPORT_REQD
+extern "C" {
+#include "pstorage.h"
#include "device_manager.h"
+#include "softdevice_handler.h"
+#include "ble_stack_handler_types.h"
+}
#include "ble_hci.h"
#include "btle_discovery.h"

