BT 5.0: Implement CAPIs for getting supported features 76/297376/2
authorAyush Garg <ayush.garg@samsung.com>
Wed, 16 Aug 2023 08:53:46 +0000 (14:23 +0530)
committerAyush Garg <ayush.garg@samsung.com>
Thu, 17 Aug 2023 11:19:23 +0000 (16:49 +0530)
commita666670b7c0a2d7b12475bf54c9df1edf5496e41
tree24060f217d8b8619937d54c69f797f9e384c7db4
parentdf253b07b45ffa3616ac2eafbf0196f01d68fbfc
BT 5.0: Implement CAPIs for getting supported features

This patch adds following APIs:
1. bt_adapter_le_is_extended_advertising_supported()
2. bt_adapter_le_is_extended_scan_supported()
3. bt_adapter_le_get_maximum_advertising_data_length()

Change-Id: Id5c7b9c9873db52264853cc93e9a1d0a9e21453e
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
include/bluetooth_internal.h
src/bluetooth-adapter.c
tests/test/bt_unit_test.c
tests/test/bt_unit_test.h
tests/unittest/mock/bluetooth-mock.c