Skip to content

Commit

Permalink
Fix (en|dis)able typo on BLEAdvertising start() (#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed May 18, 2021
1 parent dadc101 commit 7c3a82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/BLE/src/BLEAdvertising.cpp
Expand Up @@ -593,7 +593,7 @@ bool BLEMultiAdvertising::setScanRspData(uint8_t instance, uint16_t length, cons
}

/**
* @brief This function is used to request the Controller to disable one or more
* @brief This function is used to request the Controller to enable one or more
* advertising sets using the advertising sets identified by the instance parameter.
*
* @return - true : success
Expand All @@ -606,7 +606,7 @@ bool BLEMultiAdvertising::start()
}

/**
* @brief This function is used to request the Controller to disable one or more
* @brief This function is used to request the Controller to enable one or more
* advertising sets using the advertising sets identified by the instance parameter.
*
* @param[in] num : Number of advertising sets to enable or disable
Expand Down

0 comments on commit 7c3a82a

Please sign in to comment.