adapter: read quality report feature
authorJoseph Hwang <josephsih@chromium.org>
Thu, 15 Jul 2021 09:50:17 +0000 (17:50 +0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:36 +0000 (19:08 +0530)
commit54c431b44f8b13300b8207a04a18b327470041aa
treeb1d8c878301ad436de887485d377a256da37a89f
parent528d116a2766820a357ec5b3cf664d4e581fb372
adapter: read quality report feature

This patch adds a new UUID for the quality report experimental
feature. When reading the experimental features, it checks if
the new feature is supported by the controller and stores the
value in the quality_report_supported flag of the adapter.

The quality_report_supported flag could be used by the bluetoothd
to determine if the quality report feature can be enabled.

Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/adapter.c
src/shared/util.c