zephyr/samples/net/lwm2m_client/overlay-bt.conf
Michael Scott 5df33d67fd samples: lwm2m: add overlay conf to support BT networking
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>
2018-04-26 07:59:32 +03:00

4 lines
84 B
Plaintext

CONFIG_NET_L2_BT=y
CONFIG_BT_DEVICE_NAME="LwM2M IPSP node"
CONFIG_NET_APP_BT_NODE=y