Implemented BLE Quiet.

This commit is contained in:
Joe Kearney 2025-07-19 19:20:12 -05:00
parent c514219ccc
commit 1a27af361d
5 changed files with 68 additions and 6 deletions

View file

@ -19,6 +19,7 @@
* file in the root of this repository. If not, see <http://www.gnu.org/licenses/>.
*/
extern const uint8_t BLE_BROADCAST_ADDRESS[6];
extern const uint8_t BLE_BROADCAST_ADDRESS[6];
const char* BLE_ADDR_To_Str(const uint8_t bd_addr[6]);
const char* BLE_ADDR_To_Str(const uint8_t bd_addr[6]);
SystemKResult_T BLE_HandleCommonEvents(KEvent_T *event);