| Tag | Description |
|
builddef |
| |
Get build definitions
|
|
keylen <handle> |
| |
Get current crypt key length
|
|
clock |
Get local Bluetooth clock
|
|
rand |
Get random number
|
|
buildname |
| |
Get the full build name
|
|
panicarg |
| |
Get panic code argument
|
|
faultarg |
| |
Get fault code argument
|
|
coldreset |
| |
Perform cold reset
|
|
warmreset |
| |
Perform warm reset
|
|
disabletx |
| |
Disable TX on the device
|
|
enabletx |
| |
Enable TX on the device
|
|
singlechan <channel> |
| |
Lock radio on specific channel
|
|
hoppingon |
| |
Revert to channel hopping
|
|
rttxdata1 <decimal freq MHz> <level> |
| |
TXData1 radio test
|
|
memtypes |
| |
Get memory types
|
|
psget [-r] [-s <stores>] <key> |
| |
Get value for PS key.
-r sends a warm reset afterwards
|
|
psset [-r] [-s <stores>] <key> <value> |
| |
Set value for PS key.
-r sends a warm reset afterwards
|
|
psclr [-r] [-s <stores>] <key> |
| |
Clear value for PS key.
-r sends a warm reset afterwards
|
|
pslist [-r] [-s <stores>] |
| |
List all PS keys.
-r sends a warm reset afterwards
|
|
psread [-r] [-s <stores>] |
| |
Read all PS keys.
-r sends a warm reset afterwards
|
|
psload [-r] [-s <stores>] <file> |
| |
Load all PS keys from PSR file.
-r sends a warm reset afterwards
|
|
pscheck [-r] [-s <stores>] <file> |
| |
Check syntax of PSR file.
-r sends a warm reset afterwards
|