zephyr/subsys/bluetooth/services/ots
Joakim Andersson f0e6b400e4 Bluetooth: OTS: Update OTS to use correct reserve define
Update the L2CAP OTS implementation to use the correct reserve
defitition. By not using the correct definition the stack always
allocates a new segment for the packet, which puts more stress on the
stack buffers.
Update TX data size to be more intuitive by adding the overhead, instead
of subtracting it. This increases the default MTU of the implementation.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2021-05-06 14:56:18 +02:00
..
CMakeLists.txt Bluetooth: services: Adds directory listing object to OTS 2021-03-17 11:30:07 +01:00
Kconfig Bluetooth: Refactor bluetooth buffer configuration for simplification 2021-05-06 14:56:18 +02: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: services: Adds OTS name length checks 2021-04-22 11:32:25 +02: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: services: Adds OTS name length checks 2021-04-22 11:32:25 +02:00