BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Mar 09 16:23:55 2015 +0000
Parent:
309:bc91f7ba346d
Child:
311:11417b970b12
Commit message:
Synchronized with git rev 517d7c9e
Author: Rohit Grover
white space diffs.

Changed in this revision

services/URIBeaconConfigService.h Show annotated file Show diff for this revision Revisions of this file
--- a/services/URIBeaconConfigService.h	Mon Mar 09 16:23:55 2015 +0000
+++ b/services/URIBeaconConfigService.h	Mon Mar 09 16:23:55 2015 +0000
@@ -66,14 +66,11 @@
         uint8_t             uriDataLength;
         UriData_t           uriData;
         uint8_t             flags;
-        // Current value of AdvertisedPowerLevels
-        PowerLevels_t       advPowerLevels;
-        // Firmware power levels used with setTxPower()
-        uint8_t             txPowerMode;
+        PowerLevels_t       advPowerLevels; // Current value of AdvertisedPowerLevels
+        uint8_t             txPowerMode;    // Firmware power levels used with setTxPower()
         uint16_t            beaconPeriod;
     };
 
-
     /**
      * @param[ref]    ble
      *                    BLEDevice object for the underlying controller.