[Adapt] Implement Device Service Search(SDP) & event handling 94/79494/1
authorAnupam Roy <anupam.r@samsung.com>
Mon, 11 Jul 2016 12:45:18 +0000 (08:45 -0400)
committerAnupam Roy <anupam.r@samsung.com>
Mon, 11 Jul 2016 12:46:01 +0000 (08:46 -0400)
commitff4d17b73270ac9e5ef099247163c6f104cfe379
tree9aea6156cf90d3f1235e162f29cc0f2c9adf7a10
parent0b4c0f49fd88d000aae14500d4a0d2c2f9759aa5
[Adapt] Implement Device Service Search(SDP) & event handling

This patch implements Service Search API
in bt-service, OAL and Bluetooth HAL layer.

In order to maintain consistency with other open source stack,
after services are received as single property from OAL, rest of
the device properties are also fetched from stack and one single
event is sent to BT frwk containing all services along with
other bonded device informations.

Change-Id: I7f196d74b964f40b87d32635a5a00e271be4070f
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
14 files changed:
bt-oal/bluez_hal/src/bt-hal-bluetooth.c
bt-oal/bluez_hal/src/bt-hal-dbus-common-utils.c
bt-oal/bluez_hal/src/bt-hal-device-dbus-handler.c
bt-oal/bluez_hal/src/bt-hal-device-dbus-handler.h
bt-oal/bluez_hal/src/bt-hal-event-receiver.c
bt-oal/common/oal-common.c
bt-oal/include/oal-device-mgr.h
bt-oal/oal-device-mgr.c
bt-service-adaptation/services/bt-request-handler.c
bt-service-adaptation/services/bt-service-common.c
bt-service-adaptation/services/bt-service-event-receiver.c
bt-service-adaptation/services/device/bt-service-core-device.c
bt-service-adaptation/services/include/bt-service-common.h
bt-service-adaptation/services/include/bt-service-core-device.h