summaryrefslogtreecommitdiff
path: root/samples/net/coap_server/prj_bt.conf
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-02-23 13:41:18 +0200
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2016-02-29 13:01:34 +0000
commit59fa70e8ff09127beb976d55affce63ea052e43b (patch)
tree061deaaef09b0d45e89b7796a1a357d752ac25cb /samples/net/coap_server/prj_bt.conf
parentc21de2eeb5e5675a813dbbbc7ab881f8673a55a5 (diff)
net: coap_server: Add support for Bluetooth
This enables using coap_server with Bluetooth by passing CONF_FILE=prj_bt.conf, it is also enabled for testing so changes to coap_server are actually tested with NETWORKING_WITH_BT. Change-Id: I58b286520da0e0e4cba77dd52ea3f64f0268582a Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'samples/net/coap_server/prj_bt.conf')
-rw-r--r--samples/net/coap_server/prj_bt.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/net/coap_server/prj_bt.conf b/samples/net/coap_server/prj_bt.conf
new file mode 100644
index 000000000..5e36ca37f
--- /dev/null
+++ b/samples/net/coap_server/prj_bt.conf
@@ -0,0 +1,7 @@
+CONFIG_NETWORKING=y
+CONFIG_NETWORKING_WITH_LOGGING=y
+CONFIG_NETWORKING_WITH_BT=y
+CONFIG_IP_BUF_RX_SIZE=5
+CONFIG_IP_BUF_TX_SIZE=3
+CONFIG_ER_COAP=y
+CONFIG_ER_COAP_DEBUG=y