mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-28 22:54:14 +08:00
lib: Remove not yet implemented management commands and events
This commit is contained in:
parent
718e7cfea3
commit
7f3adaeb6f
@ -594,9 +594,6 @@ static const char *mgmt_op[] = {
|
||||
"Load Identity Resolving Keys",
|
||||
"Get Connection Information",
|
||||
"Get Clock Information",
|
||||
"Add Device",
|
||||
"Remove Device",
|
||||
"Load Connection Parameters",
|
||||
};
|
||||
|
||||
static const char *mgmt_ev[] = {
|
||||
@ -626,7 +623,6 @@ static const char *mgmt_ev[] = {
|
||||
"Passkey Notify",
|
||||
"New Identity Resolving Key",
|
||||
"New Signature Resolving Key",
|
||||
"New Connection Parameter",
|
||||
};
|
||||
|
||||
static const char *mgmt_status[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user