fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Jun 19 15:53:05 2015 +0100
Parent:
703:bb999f1754bb
Child:
705:ac12a644580d
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:53:05 2015 +0100
+++ b/public/Gap.h	Fri Jun 19 15:53:05 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.