Enable LE Audio unicast offload
1. Set the LE Audio unicast offload property 2. Add the offload capability file for unicast Bug: 257377483 Test: Manual Change-Id: If6233bfcefa8894f52d0a8c7799ffa5b6b786f53
This commit is contained in:
parent
8ed4549f8f
commit
c0b6391624
4 changed files with 112 additions and 0 deletions
|
@ -138,6 +138,15 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
bluetooth.profile.ccp.server.enabled=true \
|
||||
bluetooth.profile.vcp.controller.enabled=true
|
||||
|
||||
# Bluetooth LE Audio enable hardware offloading
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=false
|
||||
|
||||
# Bluetooth LE Auido offload capabilities setting
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/shusky/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
||||
|
||||
# Keymaster HAL
|
||||
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue