]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: MGMT: set_mesh: update LE scan interval and window
authorChristian Eggers <ceggers@arri.de>
Wed, 25 Jun 2025 13:09:30 +0000 (15:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2025 13:59:44 +0000 (15:59 +0200)
commitbb862570b3c08a97c5c890943de772f2da17e8a7
treedf6c9b3df4caee5e91296e0aa258bd64c51696ee
parent78dde6167f69e8f9cc94dd2048f1f901881b4f2b
Bluetooth: MGMT: set_mesh: update LE scan interval and window

commit e5af67a870f738bb8a4594b6c60c2caf4c87a3c9 upstream.

According to the message of commit b338d91703fa ("Bluetooth: Implement
support for Mesh"), MGMT_OP_SET_MESH_RECEIVER should set the passive scan
parameters.  Currently the scan interval and window parameters are
silently ignored, although user space (bluetooth-meshd) expects that
they can be used [1]

[1] https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/mesh/mesh-io-mgmt.c#n344
Fixes: b338d91703fa ("Bluetooth: Implement support for Mesh")
Cc: stable@vger.kernel.org
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/bluetooth/mgmt.c