-
choice BT_RPC_ROLE_CHOICE: Bluetooth over RPC role selection
Bluetooth over RPC role selection
Type: bool
Help¶
Select the device role for Bluetooth over RPC. The default role is
a client role.
Defaults¶
Choice options¶
Kconfig definition¶
At <nRF>/subsys/bluetooth/rpc/Kconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:38
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC → Bluetooth over RPC
choice BT_RPC_ROLE_CHOICE
bool "Bluetooth over RPC role selection"
default BT_RPC_HOST if SOC_NRF5340_CPUNET
default BT_RPC_CLIENT
depends on BT_RPC
help
Select the device role for Bluetooth over RPC. The default role is
a client role.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)