Instead of using a hard-coded string, make the sample use the Kconfig variable for the device name. Change-Id: Ib09f594e1cba221f9064318572bd90d38bd2733a Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_DEBUG_LOG=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=2
|
|
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
|
|
CONFIG_BLUETOOTH_PRIVACY=y
|
|
CONFIG_BLUETOOTH_DEVICE_NAME="Test peripheral"
|