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)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 27 Jun 2025 18:00:44 +0000 (14:00 -0400)
commite5af67a870f738bb8a4594b6c60c2caf4c87a3c9
tree2ca8c830bd93187bc526bf5d8baf92777db4f090
parent46c0d947b64ac8efcf89dd754213dab5d1bd00aa
Bluetooth: MGMT: set_mesh: update LE scan interval and window

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>
net/bluetooth/mgmt.c