mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 05:04:18 +08:00
lib: Add mgmt event for local out-of-band data update notification
This commit is contained in:
parent
d437fba734
commit
8ce5d05363
@ -679,6 +679,13 @@ struct mgmt_ev_ext_index_removed {
|
||||
uint8_t bus;
|
||||
} __packed;
|
||||
|
||||
#define MGMT_EV_LOCAL_OOB_DATA_UPDATED 0x0022
|
||||
struct mgmt_ev_local_oob_data_updated {
|
||||
uint8_t type;
|
||||
uint16_t eir_len;
|
||||
uint8_t eir[0];
|
||||
} __packed;
|
||||
|
||||
static const char *mgmt_op[] = {
|
||||
"<0x0000>",
|
||||
"Read Version",
|
||||
@ -781,6 +788,7 @@ static const char *mgmt_ev[] = {
|
||||
"New Configuration Options",
|
||||
"Extended Index Added",
|
||||
"Extended Index Removed",
|
||||
"Local Out Of Band Extended Data Updated",
|
||||
};
|
||||
|
||||
static const char *mgmt_status[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user