mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
[APTX] universal7885: drop a2dp sink
* Not enabled on stock Bluetooth APK Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
e85039c0b9
commit
2faedf219f
2 changed files with 11 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue