File tree Expand file tree Collapse file tree 8 files changed +32
-0
lines changed
applications/nrf_desktop/configuration
nrf54h20dk_nrf54h20_cpuapp
nrf54lm20dk_nrf54lm20a_cpuapp
nrf54lm20pdk_nrf54lm20a_cpuapp Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ CONFIG_DESKTOP_USB_ENABLE=y
37
37
# Enable the only USB stack that supports USBHS
38
38
CONFIG_DESKTOP_USB_STACK_NEXT=y
39
39
40
+ # Suspend Bluetooth while USB is connected to improve USBHS report rate.
41
+ CONFIG_DESKTOP_BLE_ADV_CTRL_ENABLE=y
42
+ CONFIG_DESKTOP_BLE_ADV_CTRL_SUSPEND_ON_USB=y
43
+
40
44
CONFIG_DESKTOP_DFU_MCUMGR_ENABLE=y
41
45
CONFIG_CAF_INIT_LOG_BLE_SMP_TRANSFER_EVENTS=n
42
46
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ CONFIG_DESKTOP_USB_ENABLE=y
32
32
# Enable the only USB stack that supports USBHS
33
33
CONFIG_DESKTOP_USB_STACK_NEXT=y
34
34
35
+ # Suspend Bluetooth while USB is connected to improve USBHS report rate.
36
+ CONFIG_DESKTOP_BLE_ADV_CTRL_ENABLE=y
37
+ CONFIG_DESKTOP_BLE_ADV_CTRL_SUSPEND_ON_USB=y
38
+
35
39
CONFIG_DESKTOP_DFU_MCUMGR_ENABLE=y
36
40
37
41
# The LLPM must be explicitly enabled, as the Bluetooth Controller
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ CONFIG_DESKTOP_USB_ENABLE=y
37
37
# Enable the only USB stack that supports USBHS
38
38
CONFIG_DESKTOP_USB_STACK_NEXT=y
39
39
40
+ # Suspend Bluetooth while USB is connected to improve USBHS report rate.
41
+ CONFIG_DESKTOP_BLE_ADV_CTRL_ENABLE=y
42
+ CONFIG_DESKTOP_BLE_ADV_CTRL_SUSPEND_ON_USB=y
43
+
40
44
CONFIG_DESKTOP_BLE_USE_DEFAULT_ID=y
41
45
42
46
CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ CONFIG_DESKTOP_USB_ENABLE=y
37
37
# Enable the only USB stack that supports USBHS
38
38
CONFIG_DESKTOP_USB_STACK_NEXT=y
39
39
40
+ # Suspend Bluetooth while USB is connected to improve USBHS report rate.
41
+ CONFIG_DESKTOP_BLE_ADV_CTRL_ENABLE=y
42
+ CONFIG_DESKTOP_BLE_ADV_CTRL_SUSPEND_ON_USB=y
43
+
40
44
CONFIG_DESKTOP_BLE_USE_DEFAULT_ID=y
41
45
42
46
CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ CONFIG_DESKTOP_USB_ENABLE=y
32
32
# Enable the only USB stack that supports USBHS
33
33
CONFIG_DESKTOP_USB_STACK_NEXT=y
34
34
35
+ # Suspend Bluetooth while USB is connected to improve USBHS report rate.
36
+ CONFIG_DESKTOP_BLE_ADV_CTRL_ENABLE=y
37
+ CONFIG_DESKTOP_BLE_ADV_CTRL_SUSPEND_ON_USB=y
38
+
35
39
CONFIG_DESKTOP_BLE_PEER_CONTROL=y
36
40
CONFIG_DESKTOP_BLE_PEER_CONTROL_BUTTON=0x0000
37
41
CONFIG_DESKTOP_BLE_PEER_ERASE_ON_START=y
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ CONFIG_DESKTOP_USB_ENABLE=y
45
45
# Enable the only USB stack that supports USBHS
46
46
CONFIG_DESKTOP_USB_STACK_NEXT=y
47
47
48
+ # Suspend Bluetooth while USB is connected to improve USBHS report rate.
49
+ CONFIG_DESKTOP_BLE_ADV_CTRL_ENABLE=y
50
+ CONFIG_DESKTOP_BLE_ADV_CTRL_SUSPEND_ON_USB=y
51
+
48
52
CONFIG_DESKTOP_BLE_USE_DEFAULT_ID=y
49
53
50
54
CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ CONFIG_DESKTOP_USB_ENABLE=y
45
45
# Enable the only USB stack that supports USBHS
46
46
CONFIG_DESKTOP_USB_STACK_NEXT=y
47
47
48
+ # Suspend Bluetooth while USB is connected to improve USBHS report rate.
49
+ CONFIG_DESKTOP_BLE_ADV_CTRL_ENABLE=y
50
+ CONFIG_DESKTOP_BLE_ADV_CTRL_SUSPEND_ON_USB=y
51
+
48
52
CONFIG_DESKTOP_BLE_USE_DEFAULT_ID=y
49
53
50
54
CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ CONFIG_DESKTOP_USB_ENABLE=y
40
40
# Enable the only USB stack that supports USBHS
41
41
CONFIG_DESKTOP_USB_STACK_NEXT=y
42
42
43
+ # Suspend Bluetooth while USB is connected to improve USBHS report rate.
44
+ CONFIG_DESKTOP_BLE_ADV_CTRL_ENABLE=y
45
+ CONFIG_DESKTOP_BLE_ADV_CTRL_SUSPEND_ON_USB=y
46
+
43
47
CONFIG_DESKTOP_BLE_PEER_CONTROL=y
44
48
CONFIG_DESKTOP_BLE_PEER_CONTROL_BUTTON=0x0000
45
49
CONFIG_DESKTOP_BLE_PEER_ERASE_ON_START=y
You can’t perform that action at this time.
0 commit comments