Bluetooth: shell: Enable BT_EATT
This enables BT_EATT for shell samples so it can be build test by CI and gives user the ability of test it using shell commands. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
e0cbdf3b87
commit
70271435dd
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ CONFIG_BT_DEVICE_NAME="test shell"
|
|||
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
|
||||
CONFIG_BT_L2CAP_TX_BUF_COUNT=4
|
||||
CONFIG_BT_ID_MAX=2
|
||||
CONFIG_BT_EATT=y
|
||||
CONFIG_BT_GATT_DYNAMIC_DB=y
|
||||
CONFIG_BT_GATT_HRS=y
|
||||
CONFIG_BT_WHITELIST=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue