Bluetooth: OTS - Add Calculate Checksum support

OTS add Calculate checksum feature support.
OTS client add object calculate checksum function.

Signed-off-by: Pirun Lee <pirun.lee@nordicsemi.no>
This commit is contained in:
Pirun Lee 2023-01-10 09:52:10 +08:00 committed by Carles Cufí
commit 1e6f36cca7
5 changed files with 285 additions and 17 deletions

View file

@ -41,6 +41,9 @@ config BT_OTS_OACP_CREATE_SUPPORT
depends on BT_OTS_OACP_WRITE_SUPPORT
depends on BT_OTS_OBJ_NAME_WRITE_SUPPORT
config BT_OTS_OACP_CHECKSUM_SUPPORT
bool "Support OACP Calculate Checksum operation"
config BT_OTS_OACP_DELETE_SUPPORT
bool "Support OACP Delete Operation"