Implement TDS functionalities 87/246487/2
authorWootak Jung <wootak.jung@samsung.com>
Fri, 30 Oct 2020 03:14:22 +0000 (12:14 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 11 Nov 2020 02:28:09 +0000 (11:28 +0900)
commita2b49937d09a57ad01bb912cf376e862570e563f
tree39adc91f2c7304a1a1b1af9e8a1051c6b058d180
parent7750a92c80c0f35db7ce500828742a3c2b8fb60a
Implement TDS functionalities

Change-Id: I5cb28e6ac1f43ae94a17c8fc0faf266c97b27b55
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
27 files changed:
bt-oal/CMakeLists.txt
bt-oal/bluez_hal/CMakeLists.txt
bt-oal/bluez_hal/src/bt-hal-adapter-le.c
bt-oal/bluez_hal/src/bt-hal-bluetooth.c
bt-oal/bluez_hal/src/bt-hal-dbus-common-utils.h
bt-oal/bluez_hal/src/bt-hal-event-receiver.c
bt-oal/bluez_hal/src/bt-hal-tds-dbus-handler.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-tds-dbus-handler.h [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-tds.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-tds.h [new file with mode: 0644]
bt-oal/hardware/bluetooth.h
bt-oal/hardware/bt_gatt_server.h
bt-oal/hardware/bt_tds.h [new file with mode: 0644]
bt-oal/include/oal-event.h
bt-oal/include/oal-gatt.h
bt-oal/include/oal-tds.h [new file with mode: 0644]
bt-oal/oal-gatt.c
bt-oal/oal-tds.c [new file with mode: 0644]
bt-service/CMakeLists.txt
bt-service/services/adapter/bt-service-core-adapter-le.c
bt-service/services/adapter/bt-service-core-adapter.c
bt-service/services/bt-request-handler.c
bt-service/services/bt-service-event-receiver.c
bt-service/services/include/bt-service-core-adapter-le.h
bt-service/services/include/bt-service-event-receiver.h
bt-service/services/include/bt-service-tds.h [new file with mode: 0644]
bt-service/services/tds/bt-service-tds.c [new file with mode: 0644]