From: Marcel Holtmann Date: Fri, 11 Oct 2013 21:44:58 +0000 (-0700) Subject: Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands list X-Git-Tag: accepted/tizen/common/20141203.182822~719^2~3^2^2~364^2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f72134e08bb15511ffcb880cdd01ca77ea54cb7;p=platform%2Fkernel%2Flinux-arm64.git 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 Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index aa59490..338878c 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c @@ -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[] = {