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:
Wed Apr 15 09:05:10 2015 +0100
Parent:
335:dea9e14b7ddc
Child:
337:e7c2eb38f5cc
Commit message:
Synchronized with git rev a9ca9918
Author: Rohit Grover
add a comment block for getGapState()

Changed in this revision

public/BLEDevice.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/BLEDevice.h	Wed Apr 15 09:05:10 2015 +0100
+++ b/public/BLEDevice.h	Wed Apr 15 09:05:10 2015 +0100
@@ -306,6 +306,10 @@
      */
     ble_error_t addService(GattService &service);
 
+    /**
+     * Returns the current GAP state of the device using a bitmask which
+     * describes whether the device is advertising and/or connected.
+     */
     Gap::GapState_t getGapState(void) const;
 
     /**