[Adapt: HAL] Add support for LE Advertising 34/119834/1
authorAnupam Roy <anupam.r@samsung.com>
Mon, 20 Mar 2017 08:32:28 +0000 (14:02 +0530)
committerAnupam Roy <anupam.r@samsung.com>
Mon, 20 Mar 2017 08:32:28 +0000 (14:02 +0530)
commit10837ab44c938f9744bea3f76d60e9327e423efd
tree5f2e843ddde423b9f50fb2f638ea6374dc00e081
parent01322cd5526424e902abb0f89137a56ed1ecc557
[Adapt: HAL] Add support for LE Advertising

Change-Id: I8bc283e632a0bce274508712c5f24de1eed975be
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
17 files changed:
bt-oal/bluez_hal/CMakeLists.txt
bt-oal/bluez_hal/hardware/bt_gatt.h [new file with mode: 0644]
bt-oal/bluez_hal/hardware/bt_gatt_client.h [new file with mode: 0644]
bt-oal/bluez_hal/hardware/bt_gatt_server.h [new file with mode: 0644]
bt-oal/bluez_hal/hardware/bt_gatt_types.h [new file with mode: 0644]
bt-oal/bluez_hal/inc/bt-hal-msg.h
bt-oal/bluez_hal/inc/bt-hal-utils.h
bt-oal/bluez_hal/src/bt-hal-adapter-le.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-adapter-le.h [new file with mode: 0644]
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-gatt-client.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-gatt-server.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-gatt-server.h [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-gatt.c [new file with mode: 0644]
bt-oal/bluez_hal/src/bt-hal-gatt.h [new file with mode: 0644]