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:
parent
fde24ac1f2
commit
997bbcb000
10 changed files with 400 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue