summaryrefslogtreecommitdiff
path: root/src/BLE/BleManager.c
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-04-19 20:44:59 +0200
committerJF <jf@codingfield.com>2020-04-19 20:44:59 +0200
commitdd6aecbf6b343e40f75808f5e26a077eb22a2ed2 (patch)
tree0bffe3183f10ce05ba904690fd8a4ef8e71a55d0 /src/BLE/BleManager.c
parent6e1bd118c5ecc53016548072501591b329500870 (diff)
Integration of nimble, work in progress.
Advertising is working.
Diffstat (limited to 'src/BLE/BleManager.c')
-rw-r--r--src/BLE/BleManager.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BLE/BleManager.c b/src/BLE/BleManager.c
index 8caf120a..d8f0bd85 100644
--- a/src/BLE/BleManager.c
+++ b/src/BLE/BleManager.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <libraries/util/sdk_errors.h>
#include <softdevice/common/nrf_sdh.h>
#include <libraries/util/app_error.h>
@@ -778,3 +780,4 @@ void ble_manager_delete_bonds() {
err_code = pm_peers_delete();
APP_ERROR_CHECK(err_code);
}
+#endif \ No newline at end of file