Merge "Default enable LE Audio on T6Pro" into udc-dev am: e23a864fb8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/22107274 Change-Id: Iadccfd01fd84049f85e01b1d8e3e3af890b2e8e8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b197e80895
1 changed files with 11 additions and 0 deletions
|
@ -14,6 +14,17 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Bluetooth LE Audio
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.bluetooth.leaudio_switcher.supported=true \
|
||||||
|
bluetooth.profile.bap.unicast.client.enabled=true \
|
||||||
|
bluetooth.profile.csip.set_coordinator.enabled=true \
|
||||||
|
bluetooth.profile.hap.client.enabled=true \
|
||||||
|
bluetooth.profile.mcp.server.enabled=true \
|
||||||
|
bluetooth.profile.ccp.server.enabled=true \
|
||||||
|
bluetooth.profile.vcp.controller.enabled=true \
|
||||||
|
|
||||||
# Bluetooth HAL and Pixel extension
|
# Bluetooth HAL and Pixel extension
|
||||||
DEVICE_MANIFEST_FILE += \
|
DEVICE_MANIFEST_FILE += \
|
||||||
device/google/tangorpro/bluetooth/manifest_bluetooth.xml
|
device/google/tangorpro/bluetooth/manifest_bluetooth.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue