From f0063b33e800bf425f037348ee39999316dc36d3 Mon Sep 17 00:00:00 2001 From: Greg Speer Date: Mon, 1 Jun 2026 13:16:18 +0300 Subject: [PATCH] docs: Update struct name Replace sl_bt_bluetooth_ll_priorities with sl_btctrl_ll_priorities in 04-configuring-bluetooth-stack-and-wireless-gecko-device.md. --- ...configuring-bluetooth-stack-and-wireless-gecko-device.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sld649-bluetooth-c-soc-dev-guide-sdk-v9x/04-configuring-bluetooth-stack-and-wireless-gecko-device.md b/sld649-bluetooth-c-soc-dev-guide-sdk-v9x/04-configuring-bluetooth-stack-and-wireless-gecko-device.md index 52cf75b..6ddca99 100644 --- a/sld649-bluetooth-c-soc-dev-guide-sdk-v9x/04-configuring-bluetooth-stack-and-wireless-gecko-device.md +++ b/sld649-bluetooth-c-soc-dev-guide-sdk-v9x/04-configuring-bluetooth-stack-and-wireless-gecko-device.md @@ -223,7 +223,7 @@ When the Bluetooth stack is used with other protocols in a multiprotocol environ The application needs to allocate the configuration struct and provide it for the Bluetooth stack: ```C -sl_bt_bluetooth_ll_priorities custom_priorities; +sl_btctrl_ll_priorities custom_priorities; static const sl_bt_configuration_t config = { // .bluetooth.linklayer_priorities = &custom_priorities, @@ -231,9 +231,9 @@ static const sl_bt_configuration_t config = { }; ``` -The `sl_bt_bluetooth_ll_priorities` struct must be initialized to default state by the `SL_BT_BLUETOOTH_PRIORITIES_DEFAULT` constant. +The `sl_btctrl_ll_priorities` struct must be initialized to default state by the `SL_BT_BLUETOOTH_PRIORITIES_DEFAULT` constant. -The `sl_bt_bluetooth_ll_priorities` struct contains following fields: +The `sl_btctrl_ll_priorities` struct contains following fields: - `scan_min, scan_max, scan step` - The priority range for scan operation.