Implement HID Device role event handling logic 37/218137/2
authorWootak Jung <wootak.jung@samsung.com>
Wed, 20 Nov 2019 01:22:36 +0000 (10:22 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 20 Nov 2019 02:05:23 +0000 (11:05 +0900)
commit27dc87388a6b721e5b661b8a2df12ae1acd3d91f
tree55bf5ff23897ae2da084648bb11a64b72632be42
parent1631820c878d79aba763d4638b9da0b7fbe8e20d
Implement HID Device role event handling logic

Change-Id: Ic95a8655b86db1f82e4495a5f6aea9963e614865
21 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-hiddevice.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-hiddevice.h [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-internal.h
bt-oal/hardware/bluetooth.h
bt-oal/hardware/bt_hd.h [new file with mode: 0644]
bt-oal/include/oal-event.h
bt-oal/include/oal-hid-device.h [new file with mode: 0644]
bt-oal/oal-hid-device.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/bt-service-event-receiver.c
bt-service-adaptation/services/hid/bt-service-hiddevice.c [new file with mode: 0644]
bt-service-adaptation/services/include/bt-service-event-receiver.h
bt-service-adaptation/services/include/bt-service-hiddevice.h [new file with mode: 0644]