mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-27 22:24:22 +08:00
lib: Correct the name command definition
This renames MGMT_OP_ADD_ADV_MONITOR to MGMT_OP_ADD_ADV_PATTERNS_MONITOR as this command is only used for patterns.
This commit is contained in:
parent
6156983a58
commit
ceb47ac6a9
@ -673,7 +673,7 @@ struct mgmt_adv_pattern {
|
||||
uint8_t value[31];
|
||||
} __packed;
|
||||
|
||||
#define MGMT_OP_ADD_ADV_MONITOR 0x0052
|
||||
#define MGMT_OP_ADD_ADV_PATTERNS_MONITOR 0x0052
|
||||
struct mgmt_cp_add_adv_monitor {
|
||||
uint8_t pattern_count;
|
||||
struct mgmt_adv_pattern patterns[0];
|
||||
|
Loading…
Reference in New Issue
Block a user