zephyr/subsys/bluetooth/services/ots
Abe Kohandel d6314fa456 bluetooth: ots: Add object name write capability
Add the ability to perform a write on the object name GATT
Characteristic with a notification callback to the application
that the name has been written.

In order for this operation to work the memory backing the
object name must be modifiable. To prevent forcing the user
to always allocate 120 bytes for the name, the maximum name
length is changed from a define to a configuration parameter.

Signed-off-by: Abe Kohandel <abe.kohandel@gmail.com>
2021-07-02 22:22:24 -04:00
..
CMakeLists.txt
Kconfig bluetooth: ots: Add object name write capability 2021-07-02 22:22:24 -04:00
ots.c bluetooth: ots: Add object name write capability 2021-07-02 22:22:24 -04:00
ots_dir_list.c bluetooth: ots: Add object name write capability 2021-07-02 22:22:24 -04:00
ots_dir_list_internal.h
ots_internal.h
ots_l2cap.c
ots_l2cap_internal.h
ots_oacp.c
ots_oacp_internal.h
ots_obj_manager.c
ots_obj_manager_internal.h
ots_olcp.c
ots_olcp_internal.h