Skip to content

Commit

Permalink
fix(BLE): Add declaration for refresh keys function (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinFairchild authored Dec 13, 2023
1 parent 2847447 commit b6a5517
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Libraries/Cordio/platform/include/pal_bb_ble.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6a5517

Please sign in to comment.