[APTX] universal7885: drop a2dp sink

* Not enabled on stock Bluetooth APK

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-11-26 05:06:58 +09:00
commit 2faedf219f
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 11 additions and 7 deletions

View file

@ -21,6 +21,10 @@
<integer name="a2dp_source_codec_priority_aptx">2001</integer>
<integer name="a2dp_source_codec_priority_aptx_hd">1001</integer>
<integer name="a2dp_source_codec_priority_ldac">3001</integer>
<bool name="profile_supported_a2dp_sink">true</bool>
<bool name="profile_supported_sap">true</bool>
<!-- If true, we will require location to be enabled on the device to
fire Bluetooth LE scan result callbacks in addition to having one
of the location permissions. -->
<bool name="strict_location_check">false</bool>
</resources>