BLE Gatt Client Socket write and notify implementation 10/186410/10
authorAvichal Agarwal <avichal.a@samsung.com>
Thu, 9 Aug 2018 10:04:13 +0000 (15:34 +0530)
committerPyun DoHyun <dh79.pyun@samsung.com>
Fri, 31 Aug 2018 01:39:40 +0000 (01:39 +0000)
commit410e813ab3ba0213105c9b0d62afc2d8e5385591
tree5741a0089c9020fde9658b35a6349ca17d70bc90
parente8132a5b1e7fc5a1e8feab203393d3f772fbebd2
BLE Gatt Client Socket write and notify implementation

Client can write data using file descriptor on Characteristic
with property “write-without-response” . AcquireWrite
Method handler of bluez called to get write file descriptor.

Client can read notifications from File descriptors
on characteristics with property “Notify” .AcquireNotify
method handler of bluez called to get the notify file descriptor.

Change-Id: Idb06a14ae5368540f796d78e666d6896739c5579
Signed-off-by: Avichal Agarwal <avichal.a@samsung.com>
14 files changed:
bt-api/bt-common.c
bt-api/bt-gatt-client.c
bt-api/include/bt-common.h
bt-api/include/bt-gatt-client.h
bt-oal/bluez_hal/inc/bt-hal-msg.h
bt-oal/bluez_hal/src/bt-hal-gatt-client.c
bt-oal/hardware/bt_gatt_client.h
bt-oal/include/oal-gatt.h
bt-oal/oal-gatt.c
bt-service-adaptation/services/bt-request-handler.c
bt-service-adaptation/services/gatt/bt-service-gatt.c
bt-service-adaptation/services/include/bt-service-gatt.h
include/bluetooth-api.h
include/bt-internal-types.h