samples: bluetooth: peripheral: updated project to use cts from tree

- removed custom cts implementation
- enabled CTS through proj.conf and used it from the tree

Signed-off-by: Anuj Pathak <anuj@croxel.com>
This commit is contained in:
Anuj Pathak 2024-08-22 15:31:30 +05:30 committed by Carles Cufí
commit 4c151ab67c
5 changed files with 60 additions and 137 deletions

View file

@ -6,5 +6,4 @@ project(peripheral)
target_sources(app PRIVATE
src/main.c
src/cts.c
)