Skip to content

Commit

Permalink
Add declaration for refresh keys function
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinFairchild committed Oct 11, 2023
1 parent 0ee115d commit e2086ff
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 e2086ff

Please sign in to comment.