8e5e0bd45e
Samples peripheral_gatt_write and central_gatt_write to demonstration use of GATT Write Command. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_DEVICE_NAME="Zephyr GATT Write"
|
|
|
|
CONFIG_BT_BUF_ACL_RX_SIZE=255
|
|
CONFIG_BT_BUF_ACL_TX_SIZE=251
|
|
CONFIG_BT_BUF_CMD_TX_SIZE=255
|
|
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
|
|
|
|
CONFIG_BT_L2CAP_TX_MTU=247
|
|
|
|
CONFIG_BT_DEBUG_LOG=y
|