7015578ff4
central_otc: read checksum after object data read. peripheral_ots: add checksum calculate cb. Signed-off-by: Pirun Lee <pirun.lee@nordicsemi.no>
16 lines
440 B
Plaintext
16 lines
440 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_DEVICE_NAME="Zephyr OTS"
|
|
CONFIG_BT_OTS=y
|
|
CONFIG_BT_OTS_DIR_LIST_OBJ=y
|
|
CONFIG_BT_OTS_OBJ_NAME_WRITE_SUPPORT=y
|
|
CONFIG_BT_OTS_OACP_WRITE_SUPPORT=y
|
|
CONFIG_BT_OTS_OACP_PATCH_SUPPORT=y
|
|
CONFIG_BT_OTS_OACP_CREATE_SUPPORT=y
|
|
CONFIG_BT_OTS_OACP_DELETE_SUPPORT=y
|
|
CONFIG_BT_OTS_OACP_CHECKSUM_SUPPORT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_ASSERT=y
|
|
# This sample needs more memory on BT_RX_THREAD
|
|
CONFIG_BT_RX_STACK_SIZE=1536
|