Added BLE_StopScanning() to support testing.

This commit is contained in:
Joe Kearney 2025-07-04 21:56:40 -05:00
parent 25e4cff3ac
commit 3ce181656f
6 changed files with 52 additions and 2 deletions

View file

@ -43,6 +43,7 @@ typedef enum
COMM_BLE_SCAN_FOR_KTAG_PACKETS,
COMM_BLE_ADVERTISE_AS_BROADCASTER,
COMM_BLE_ADVERTISE_AS_PERIPHERAL,
COMM_BLE_STOP_SCANNING,
COMM_BLE_STOP_ADVERTISING,
COMM_BLE_SCAN_AND_ADVERTISE,
// COMM_BLE_COMMAND_IS_OUT_OF_RANGE is one more than the last valid command.