You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caf: ble_state: Block enabling CONFIG_CAF_BLE_USE_LLPM on nRF53
Low Latency Packet Mode is not supported on the nRF53 SoC Series.
Jira: NCSDK-29545
Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Divya Pillai <[email protected]>
(cherry picked from commit fdf865b)
Copy file name to clipboardExpand all lines: doc/nrf/libraries/caf/ble_state.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ The following Kconfig options are also available for this module:
36
36
* :kconfig:option:`CONFIG_CAF_BLE_USE_LLPM` - This option enables the Low Latency Packet Mode (LLPM).
37
37
If the Bluetooth controller is enabled as part of the application, this option is enabled by default and depends on :kconfig:option:`CONFIG_BT_CTLR_SDC_LLPM`.
38
38
Otherwise, this option is disabled and can be enabled manually.
39
+
Before enabling the option manually, make sure that the used Bluetooth controller supports the LLPM.
39
40
* :kconfig:option:`CONFIG_CAF_BLE_STATE_SECURITY_REQ` - This option enables setting the security level 2 for a Bluetooth LE connection automatically, right after the connection is established.
40
41
The security level 2 or higher enables connection encryption.
41
42
The device disconnects if establishing the connection security level 2 fails.
@@ -81,4 +82,5 @@ After :c:struct:`ble_peer_event` about disconnection or connection failure is re
81
82
Low Latency Packet Mode
82
83
=======================
83
84
84
-
If Nordic Semiconductor's SoftDevice Bluetooth LE Link Layer is selected (:kconfig:option:`CONFIG_BT_LL_SOFTDEVICE`) and the :kconfig:option:`CONFIG_CAF_BLE_USE_LLPM` option is enabled, the |ble_state| sends a Bluetooth HCI command to enable the LLPM when Bluetooth is ready.
85
+
If the :kconfig:option:`CONFIG_CAF_BLE_USE_LLPM` option is enabled, the |ble_state| sends a Bluetooth HCI command to enable the LLPM when Bluetooth is ready.
86
+
The LLPM is a proprietary Bluetooth extension from Nordic Semiconductor that requires using Nordic Semiconductor's SoftDevice Bluetooth LE Link Layer.
0 commit comments