BT 5.0: Add APIs to support set/read PHYs 05/298105/1
authorAyush Garg <ayush.garg@samsung.com>
Thu, 31 Aug 2023 14:54:37 +0000 (20:24 +0530)
committerAyush Garg <ayush.garg@samsung.com>
Thu, 31 Aug 2023 15:26:40 +0000 (20:56 +0530)
commit33c7ec91c565fa60c6d79c15036b0317fbfa082b
tree5a7754631295beeb265f5c7f4993c3b57e6fbc29
parentd11b0277e2fb5d988b573d1884c2903350814fb4
BT 5.0: Add APIs to support set/read PHYs

This patch adds support for the following APIs:
1. bluetooth_gatt_server_read_phy()
2. bluetooth_gatt_server_set_phy()
3. bluetooth_gatt_client_read_phy()
4. bluetooth_gatt_client_set_phy()

Change-Id: I641f95954ed88b419bf208a346a8c16c95e4b474
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
12 files changed:
bt-api/bt-common.c
bt-api/bt-event-handler.c
bt-api/bt-gatt-client.c
bt-api/bt-gatt-service.c
bt-oal/include/oal-event.h
bt-service/services/bt-request-handler.c
bt-service/services/bt-service-event-receiver.c
bt-service/services/bt-service-event-sender.c
bt-service/services/gatt/bt-service-gatt.c
bt-service/services/include/bt-service-gatt.h
include/bluetooth-api.h
include/bt-internal-types.h