Skip to content

Commit

Permalink
Update include/openthread/ble_secure.h
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Hui <[email protected]>
  • Loading branch information
canisLupus1313 and jwhui authored Sep 30, 2024
1 parent de39ea9 commit 5c6f144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/openthread/ble_secure.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ otError otBleSecureFlush(otInstance *aInstance);
*
* @param[in] aInstance A pointer to an OpenThread instance.
*
* @return TRUE The install code was correctly verfied.
* @return FALSE The install code was not verified.
* @retval TRUE The install code was correctly verified.
* @retval FALSE The install code was not verified.
*/

bool otBleSecureGetInstallCodeVerifyStatus(otInstance *aInstance);
Expand Down

0 comments on commit 5c6f144

Please sign in to comment.