BT 5.0: Implement CAPIs for read/set phy 06/298106/1
authorAyush Garg <ayush.garg@samsung.com>
Tue, 29 Aug 2023 10:05:36 +0000 (15:35 +0530)
committerAyush Garg <ayush.garg@samsung.com>
Thu, 31 Aug 2023 15:29:55 +0000 (20:59 +0530)
commit2569d7f0b8351071ffe2d0deaa4a4ed4b8a25696
tree7ce82f1dee08f4b2560b31c9def16109c38f317b
parent38715dafe9431a25ee833d977f3aac78c2c5adf6
BT 5.0: Implement CAPIs for read/set phy

This patch adds following APIs:
1. bt_gatt_client_read_phy()
2. bt_gatt_client_set_phy()
3. bt_gatt_client_set_phy_update_cb()
4. bt_gatt_client_unset_phy_update_cb()
5. bt_gatt_server_read_phy()
6. bt_gatt_server_set_phy()
7. bt_gatt_server_set_phy_update_cb()
8. bt_gatt_server_unset_phy_update_cb()

Change-Id: Ica0b1850b7c3e84086bed2e7b9a35866271626d6
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
include/bluetooth_internal.h
include/bluetooth_private.h
include/bluetooth_type_internal.h
src/bluetooth-common.c
src/bluetooth-gatt.c