Skip to content

Commit

Permalink
bluepy-helper: document "wr" and "wrr" optional quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
adiorion committed Feb 7, 2017
1 parent e513e55 commit 4425051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluepy/bluepy-helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -1397,9 +1397,9 @@ static struct {
"Characteristics Value/Descriptor Read by handle" },
{ "rdu", cmd_read_uuid, "<UUID> [start hnd] [end hnd]",
"Characteristics Value/Descriptor Read by UUID" },
{ "wrr", cmd_char_write_rsp, "<handle> <new value>",
{ "wrr", cmd_char_write_rsp, "<handle> [<new value>|'<new value>']",
"Characteristic Value Write (Write Request)" },
{ "wr", cmd_char_write, "<handle> <new value>",
{ "wr", cmd_char_write, "<handle> [<new value>|'<new value>']",
"Characteristic Value Write (No response)" },
{ "secu", cmd_sec_level, "[low | medium | high]",
"Set security level. Default: low" },
Expand Down

0 comments on commit 4425051

Please sign in to comment.