High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Thu Nov 26 12:52:35 2015 +0000
Parent:
966:9451b90bbb66
Child:
968:9b6005880241
Commit message:
Synchronized with git rev 2bcad22d
Author: Liyou Zhou
Call bootloader_start implicitly trough a event handler call
work around for bootloader_start not being public in sdk 8.1

Changed in this revision

ble/services/DFUService.h Show annotated file Show diff for this revision Revisions of this file
--- a/ble/services/DFUService.h	Thu Nov 26 12:52:34 2015 +0000
+++ b/ble/services/DFUService.h	Thu Nov 26 12:52:35 2015 +0000
@@ -103,7 +103,7 @@
                 handoverCallback();
             }
 
-            // Call bootloader_start trough a event handler
+            // Call bootloader_start implicitly trough a event handler call
             // it is a work around for bootloader_start not being public in sdk 8.1
             ble_dfu_t *p_dfu;
             p_dfu-> conn_handle = params->connHandle;