mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-12 21:44:12 +08:00
hcidump: Correct map for link ctl commands.
This commit is contained in:
parent
362ff59872
commit
e317caffda
@ -84,6 +84,7 @@ char *cmd_linkctl_map[] = {
|
||||
"Create Connection",
|
||||
"Disconnect",
|
||||
"Add SCO Connection",
|
||||
"Unknown",
|
||||
"Accept Connection Request",
|
||||
"Reject Connection Request",
|
||||
"Link Key Request Reply",
|
||||
@ -100,7 +101,7 @@ char *cmd_linkctl_map[] = {
|
||||
"Read Remote Version Information",
|
||||
"Read Clock offset"
|
||||
};
|
||||
#define CMD_LINKCTL_NUM 22
|
||||
#define CMD_LINKCTL_NUM 23
|
||||
|
||||
char *cmd_linkpol_map[] = {
|
||||
"Unknown",
|
||||
|
Loading…
Reference in New Issue
Block a user