From d0bc924434a97fc7866bd27fe6e28134352ced9d Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 2 Oct 2024 08:13:57 -0700 Subject: [PATCH] Update include/openthread/ble_secure.h --- include/openthread/ble_secure.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/openthread/ble_secure.h b/include/openthread/ble_secure.h index ec7a14dc673..5b5c315af43 100644 --- a/include/openthread/ble_secure.h +++ b/include/openthread/ble_secure.h @@ -415,7 +415,6 @@ otError otBleSecureFlush(otInstance *aInstance); * @retval TRUE The install code was correctly verified. * @retval FALSE The install code was not verified. */ - bool otBleSecureGetInstallCodeVerifyStatus(otInstance *aInstance); /**