mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
[APTX] universal7885: enable a2dp sink in bt include.
Additionally, force enable more bt components Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
ba72924e1d
commit
3cd86ce33a
2 changed files with 5 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ static inline const char* BtmGetDefaultName()
|
|||
|
||||
#define BTM_DEF_LOCAL_NAME BtmGetDefaultName()
|
||||
#define BTM_ESCO_TRANSPORT_UNIT_SIZE_PCM16
|
||||
|
||||
#pragma pop_macro("PROPERTY_VALUE_MAX")
|
||||
/*A2DP SINK ENABLE*/
|
||||
#define BTA_AV_SINK_INCLUDED TRUE
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -15,7 +15,10 @@
|
|||
-->
|
||||
<config>
|
||||
<component-override package="com.android.bluetooth" >
|
||||
<component class=".a2dpsink.A2dpSinkService" enabled="true" />
|
||||
<component class=".avrcpcontroller.AvrcpControllerService" enabled="true" />
|
||||
<component class=".avrcpcontroller.BluetoothMediaBrowserService" enabled="true" />
|
||||
<component class=".hfpclient.connserv.HeadsetClientService" enabled="true" />
|
||||
<component class=".hfpclient.HeadsetClientService" enabled="true" />
|
||||
<component class=".sap.SapService" enabled="true" />
|
||||
</component-override>
|
||||
|
|
|
|||
Loading…
Reference in a new issue