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:
Fri Jun 19 15:52:11 2015 +0100
Parent:
560:ce6e36951457
Child:
562:ad06c59db307
Commit message:
Synchronized with git rev d90f07cc
Author: Rohit Grover
white space diff.

Changed in this revision

public/Gap.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/Gap.h	Fri Jun 19 15:52:11 2015 +0100
+++ b/public/Gap.h	Fri Jun 19 15:52:11 2015 +0100
@@ -141,7 +141,7 @@
     typedef void (*TimeoutEventCallback_t)(TimeoutSource_t source);
     typedef void (*ConnectionEventCallback_t)(const ConnectionCallbackParams_t *params);
     typedef void (*DisconnectionEventCallback_t)(Handle_t, DisconnectionReason_t);
-    typedef void (*RadioNotificationEventCallback_t) (bool radio_active); /* gets passed true for ACTIVE; false for INACTIVE. */
+    typedef void (*RadioNotificationEventCallback_t)(bool radio_active); /* gets passed true for ACTIVE; false for INACTIVE. */
 
     /*
      * The following functions are meant to be overridden in the platform-specific sub-class.