bluetooth: ots: Add object write procedure

Add the ability to perform an OTS Write Procedure with only Patch
support configuration.

Signed-off-by: Abe Kohandel <abe.kohandel@gmail.com>
This commit is contained in:
Abe Kohandel 2021-07-31 17:03:03 -07:00 committed by Christopher Friedt
commit 997bbcb000
10 changed files with 400 additions and 21 deletions

View file

@ -49,6 +49,13 @@ config BT_OTS_OACP_READ_SUPPORT
bool "Support OACP Read Operation"
default y
config BT_OTS_OACP_WRITE_SUPPORT
bool "Support OACP Write Operation"
config BT_OTS_OACP_PATCH_SUPPORT
bool "Support patching of objects"
depends on BT_OTS_OACP_WRITE_SUPPORT
config BT_OTS_OLCP_GO_TO_SUPPORT
bool "Support OLCP Go To Operation"
default y