mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 05:04:18 +08:00
lib: Add definition for Unconfigured Index Removed event
This commit is contained in:
parent
f8eecdc8f7
commit
5509d61174
@ -597,6 +597,8 @@ struct mgmt_ev_new_conn_param {
|
||||
|
||||
#define MGMT_EV_UNCONF_INDEX_ADDED 0x001d
|
||||
|
||||
#define MGMT_EV_UNCONF_INDEX_REMOVED 0x001e
|
||||
|
||||
static const char *mgmt_op[] = {
|
||||
"<0x0000>",
|
||||
"Read Version",
|
||||
@ -685,6 +687,7 @@ static const char *mgmt_ev[] = {
|
||||
"Device Removed",
|
||||
"New Connection Parameter",
|
||||
"Unconfigured Index Added",
|
||||
"Unconfigured Index Removed",
|
||||
};
|
||||
|
||||
static const char *mgmt_status[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user