Added BLE_StopScanning() to support testing.
This commit is contained in:
parent
25e4cff3ac
commit
3ce181656f
6 changed files with 52 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue