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)
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>

No differences found