High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 704:7bafc89799c7, committed 2015-06-19
- 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.