mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 15:31:56 +00:00
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>
24 lines
630 B
Plaintext
24 lines
630 B
Plaintext
CONFIG_BLUETOOTH=y
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_BLUETOOTH_DEBUG_LOG=y
|
|
CONFIG_BLUETOOTH_CENTRAL=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_PRIVACY=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=2
|
|
CONFIG_BLUETOOTH_GATT_CLIENT=y
|
|
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BLUETOOTH_TINYCRYPT_ECC=y
|
|
CONFIG_CONSOLE_SHELL=y
|
|
CONFIG_BLUETOOTH_DEVICE_NAME="test shell"
|
|
CONFIG_BLUETOOTH_L2CAP_TX_BUF_COUNT=6
|
|
CONFIG_BLUETOOTH_INTERNAL_STORAGE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_SPI=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_FILE_SYSTEM=y
|
|
CONFIG_FILE_SYSTEM_FAT=y
|
|
CONFIG_DISK_ACCESS_FLASH=y
|
|
CONFIG_FILE_SYSTEM_SHELL=y
|