From e2086ff1f83d10b39d28006d07d6fe7fb66a1dd0 Mon Sep 17 00:00:00 2001 From: Eddie Date: Wed, 11 Oct 2023 09:41:51 -0500 Subject: [PATCH] Add declaration for refresh keys function --- Libraries/Cordio/platform/include/pal_bb_ble.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Libraries/Cordio/platform/include/pal_bb_ble.h b/Libraries/Cordio/platform/include/pal_bb_ble.h index b98883b1c5e..0f24e9ffa57 100644 --- a/Libraries/Cordio/platform/include/pal_bb_ble.h +++ b/Libraries/Cordio/platform/include/pal_bb_ble.h @@ -341,6 +341,14 @@ void PalBbBleInlineEncryptSetPacketCount(uint64_t count); /*************************************************************************************************/ void PalBbBleLowPower(void); +/*************************************************************************************************/ +/*! + * \brief Refresh encryption keys. + * + * \note Needed after deep sleep. + */ +/*************************************************************************************************/ +void PalBbBleRefreshKeyAfterSleep(void); /*! \} */ /* PAL_BB_BLE */ #ifdef __cplusplus