mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 03:01:56 +00:00
The file overlay-bt.conf contains only the needed CONFIG items to support Bluetooth networking. For example, DTLS-enabled BLENano2 HW can be supported with the following build: cmake -GNinja -DBOARD=nrf52_blenano2 \ -DCONF_FILE="prj.conf overlay-bt.conf overlay-dtls.conf" .. Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
CONFIG_NET_L2_BT=y
|
|
CONFIG_BT_DEVICE_NAME="LwM2M IPSP node"
|
|
CONFIG_NET_APP_BT_NODE=y
|