mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-30 19:18:31 +00:00
Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands list
When adding support for MGMT_OP_SET_SCAN_PARAMS command the addition to the supported commands list has been forgotten. This is needed for userspace to detect if the command is supported or not. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
a82974c9f4
commit
7f72134e08
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ static const u16 mgmt_commands[] = {
|
|||
MGMT_OP_SET_ADVERTISING,
|
||||
MGMT_OP_SET_BREDR,
|
||||
MGMT_OP_SET_STATIC_ADDRESS,
|
||||
MGMT_OP_SET_SCAN_PARAMS,
|
||||
};
|
||||
|
||||
static const u16 mgmt_events[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue