Skip to content

Commit

Permalink
mixin updates
Browse files Browse the repository at this point in the history
Fix bluetooth crash due to new AVRCP service getting enabled
When persist.bluetooth.enablenewavrcp is set to true, bluetooth AVRCP
target profile is provided as a service in the Bluetooth application.
Crash is seen while getting this new AVRCP service.
Disable the newavrcp service by setting persist.bluetooth.enablenewavrcp
to false.

Tracked-On: OAM-112473
Mixin-Reviewed-On: projectceladon/device-androidia-mixins#1759
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
  • Loading branch information
buildslave committed Oct 5, 2023
1 parent e9b09a4 commit 3e8d290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celadon_ivi/system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

persist.sys.enable_rescue=false
persist.sys.disable_rescue=true
persist.bluetooth.enablenewavrcp=true
persist.bluetooth.enablenewavrcp=false
sys.rescue_level=0
ro.board.platform=celadon
audio.safemedia.bypass=true
Expand Down

0 comments on commit 3e8d290

Please sign in to comment.