BLE Gatt Server Socket write implemetation 65/186165/8
authorAvichal Agarwal <avichal.a@samsung.com>
Tue, 7 Aug 2018 16:51:26 +0000 (22:21 +0530)
committerAvichal Agarwal <avichal.a@samsung.com>
Wed, 29 Aug 2018 12:30:13 +0000 (18:00 +0530)
commit74548f6d48a91b449b1ffda96628f5be24ba600b
tree5d4dce754b103489d4a83b16c1707707e3434940
parent41a3944f11beea2b5de2dc4a918769cdc7493663
BLE Gatt Server Socket write implemetation

Server with characterstics property 'write-without-response' will receive the data
on socket file descriptor.AcquireWrite method handler is implemented in OAL

Change-Id: I4b8134b8eda87f775ebf72b5e98ce6753e6a9b84
Signed-off-by: Avichal Agarwal <avichal.a@samsung.com>
19 files changed:
bt-api/bt-event-handler.c
bt-api/bt-gatt-service.c
bt-api/include/bt-gatt-server.h [new file with mode: 0644]
bt-oal/bluez_hal/bluetooth-frwk-gap-agent.conf
bt-oal/bluez_hal/inc/bt-hal-msg.h
bt-oal/bluez_hal/src/bt-hal-gatt-server.c
bt-oal/bluez_hal/src/bt-hal-gatt.c
bt-oal/hardware/bt_gatt_server.h
bt-oal/include/oal-event.h
bt-oal/include/oal-gatt.h
bt-oal/oal-gatt.c
bt-service-adaptation/services/bt-request-handler.c
bt-service-adaptation/services/bt-service-event-receiver.c
bt-service-adaptation/services/bt-service-event-sender.c
bt-service-adaptation/services/gatt/bt-service-gatt.c
bt-service-adaptation/services/include/bt-service-gatt.h
include/bluetooth-api.h
include/bluetooth-gatt-server-api.h
include/bt-internal-types.h