Skip to content

Commit

Permalink
Added info on deleting all pairings
Browse files Browse the repository at this point in the history
  • Loading branch information
beni committed Feb 22, 2022
1 parent 0ef011c commit 90deeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ _Note:_ We do not test these on a regular basis!
|$GP|Get BLE pairings|--|Prints out all paired devices' MAC adress. The order is used for DP as well, starting with 0|
|$GC|Get active BLE connections|--|Prints out connected paired devices' MAC adress. Ordered by connection occurance (first connected device is listed first)|
|$SW|Switch between devices|BT addr (001122334455)|Switch between connected devices, the given BT addr will receive the HID packets|
|$DP|Delete one pairing|number of pairing, given as ASCII-characer '0'-'9'|Deletes one pairing. The pairing number is determined by the command GP|
|$DP|Delete one pairing (or all) |number of pairing, given as ASCII-characer '0'-'9'|Deletes one pairing. The pairing number is determined by the command GP. If no parameter is given, all pairings are removed!|
|$PM|Set pairing mode|'0' / '1'|Enables (1) or disables (0) discovery/advertising and terminates an exisiting connection if enabled|
|$NAME|Set BLE device name|name as ASCII string|Set the device name to the given name. Restart required.|
|$UG|Initiating firmware update|--|Boot partition is set to 'factory', if available. Device is restarted and expects firmware (.bin) via UART2|
Expand Down

0 comments on commit 90deeeb

Please sign in to comment.