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 Bluetooth: services: Adds directory listing object to OTS 2021-03-17 11:30:07 +01:00
Kconfig bluetooth: ots: Add object name write capability 2021-07-02 22:22:24 -04:00
ots_dir_list_internal.h Bluetooth: services: Refacter OTS dir list to avoid circular dependency 2021-03-17 11:30:07 +01:00
ots_dir_list.c bluetooth: ots: Add object name write capability 2021-07-02 22:22:24 -04:00
ots_internal.h Bluetooth: services: Adds additonal len checks for ots_dir_list 2021-04-22 11:32:25 +02:00
ots_l2cap_internal.h
ots_l2cap.c Bluetooth: OTS: Update OTS to use correct reserve define 2021-05-06 14:56:18 +02:00
ots_oacp_internal.h
ots_oacp.c Bluetooth: services: Refacter OTS dir list to avoid circular dependency 2021-03-17 11:30:07 +01:00
ots_obj_manager_internal.h Bluetooth: Services: Adds bt_gatt_ots_obj_manager_obj_contains 2021-03-17 11:30:07 +01:00
ots_obj_manager.c Bluetooth: services: Fix ID check for bt_gatt_ots_obj_manager_obj_get 2021-03-30 11:01:06 -04:00
ots_olcp_internal.h
ots_olcp.c Bluetooth: services: Refacter OTS dir list to avoid circular dependency 2021-03-17 11:30:07 +01:00
ots.c bluetooth: ots: Add object name write capability 2021-07-02 22:22:24 -04:00