add a comment block for getGapState()

This commit is contained in:
Rohit Grover 2015-04-09 09:59:43 +01:00
parent 38a2037dcb
commit a9ca991896

View file

@ -306,6 +306,10 @@ public:
*/
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;
/**