Adapt HF Profile Connect & Disconnect to BT HAL framework 10/215810/3
authorAmit Purwar <amit.purwar@samsung.com>
Wed, 16 Oct 2019 06:09:50 +0000 (11:39 +0530)
committerAmit Purwar <amit.purwar@samsung.com>
Thu, 17 Oct 2019 04:16:42 +0000 (09:46 +0530)
commit492d0bd778071736cdf4caeb4a7ad77aeb1d8786
tree997aef726ee44703dbea3cf6114ad7bfa748a05b
parenta85d361ff1719456fd37d32adf68aef94e9d67b5
Adapt HF Profile Connect & Disconnect to BT HAL framework

Change-Id: I1c59ff115e7048b168fe7540514c5a7a3c815fc4
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
24 files changed:
bt-oal/CMakeLists.txt
bt-oal/bluez_hal/CMakeLists.txt
bt-oal/bluez_hal/inc/bt-hal-msg.h
bt-oal/bluez_hal/inc/bt-hal.h
bt-oal/bluez_hal/src/bt-hal-bluetooth.c
bt-oal/bluez_hal/src/bt-hal-event-receiver.c
bt-oal/bluez_hal/src/bt-hal-event-receiver.h
bt-oal/bluez_hal/src/bt-hal-hf-client-dbus-handler.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-hf-client-dbus-handler.h [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-hf-client.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-hf-client.h [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-internal.h
bt-oal/hardware/bt_hf_client.h [new file with mode: 0644]
bt-oal/include/oal-event.h
bt-oal/include/oal-hf-client.h [new file with mode: 0644]
bt-oal/oal-hf-client.c [new file with mode: 0644]
bt-service-adaptation/CMakeLists.txt
bt-service-adaptation/services/adapter/bt-service-core-adapter.c
bt-service-adaptation/services/audio/bt-service-audio.c
bt-service-adaptation/services/audio/hf/bt-service-hf-client.c [new file with mode: 0644]
bt-service-adaptation/services/bt-request-handler.c
bt-service-adaptation/services/bt-service-event-receiver.c
bt-service-adaptation/services/include/bt-service-audio-common.h
bt-service-adaptation/services/include/bt-service-hf-client.h [new file with mode: 0644]