The property persist.bluetooth.le_audio_test should be false am: 434b1bdfb5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/17313103 Change-Id: I281e2c3f92b85627efbe3bf36ac326a3bee64b0a
This commit is contained in:
commit
f5295729cd
2 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=true \
|
||||
persist.bluetooth.le_audio_test=true
|
||||
persist.bluetooth.le_audio_test=false
|
||||
endif
|
||||
|
||||
# Device features
|
||||
|
|
|
@ -253,7 +253,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=true \
|
||||
persist.bluetooth.le_audio_test=true
|
||||
persist.bluetooth.le_audio_test=false
|
||||
endif
|
||||
|
||||
# Device features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue