Add doxygen experimental tag to getAddressFromBondTable API

This commit is contained in:
Andres Amaya Garcia 2016-01-11 09:19:08 +00:00
parent e67bcf35c8
commit 81b8f0a240
1 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,8 @@ public:
* @retval BLE_ERROR_NONE On success, else an error code indicating reason for failure.
* @retval BLE_ERROR_INVALID_STATE If the API is called without module initialization or
* application registration.
*
* @experimental
*/
virtual ble_error_t getAddressesFromBondTable(Gap::Whitelist_t &addresses) const {
/* Avoid compiler warnings about unused variables */