summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2017-01-27 15:20:32 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2017-01-28 08:43:41 +0200
commit4153b6ca1f430cb87785a233385c9c4e9ae830ea (patch)
tree3e88cbdbf469205d3b3b026d16171a50095e3a80 /samples
parente2b759bc698ad7539b5322709f3ec0d1b0ffd235 (diff)
Bluetooth: Kconfig: Make device name variable generic
Change BREDR_NAME to DEVICE_NAME so it can also be used as the LE device name. Change-Id: I9ef55d9dff098372d47d9d5754ad7a7163a65bc0 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/bluetooth/handsfree/prj.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bluetooth/handsfree/prj.conf b/samples/bluetooth/handsfree/prj.conf
index 284ece708..cb6dc2e95 100644
--- a/samples/bluetooth/handsfree/prj.conf
+++ b/samples/bluetooth/handsfree/prj.conf
@@ -5,4 +5,4 @@ CONFIG_BLUETOOTH_HFP_HF=y
CONFIG_BLUETOOTH_MAX_HF_CONN=1
CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_RFCOMM_MTU=127
-CONFIG_BLUETOOTH_BREDR_NAME="test-Handsfree"
+CONFIG_BLUETOOTH_DEVICE_NAME="test-Handsfree"