Skip to content

Commit

Permalink
chore(BLE): Added Declaration for PalBbIsEnabled (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI authored Nov 4, 2024
1 parent 1eba039 commit be46ff6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Libraries/Cordio/platform/include/pal_bb.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,15 @@ void PalBbRestore(void);
/*************************************************************************************************/
void PalBbEnable(void);

/*************************************************************************************************/
/*!
* \brief Checks to see if BB is enabled.
*
* \return true is BB is enabled
*/
/*************************************************************************************************/
bool PalBbIsEnabled(void);

/*************************************************************************************************/
/*!
* \brief Disable the BB hardware.
Expand Down

0 comments on commit be46ff6

Please sign in to comment.