add a comment block for getGapState()
This commit is contained in:
parent
38a2037dcb
commit
a9ca991896
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue