For BR/EDR/LE device, set CoD bit 14 as LE audio feature is supported

1. Fix PTS BAP/BA/DEBD/BV-01-C
2. Follow BAP specification

Bug: 230340013
Test: Pair with the other phone, check the CoD bit in EIR
Change-Id: Icc4466ab8d52e2ed373b8c40488497f673d89936
This commit is contained in:
Alice Kuo 2022-05-12 17:26:44 +08:00 committed by TreeHugger Robot
parent 96981cf4a1
commit 94b6030c5a

View file

@ -122,14 +122,15 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Set the Bluetooth Class of Device
# Service Field: 0x5A -> 90
# Bit 14: LE audio
# Bit 17: Networking
# Bit 19: Capturing
# Bit 20: Object Transfer
# Bit 22: Telephony
# MAJOR_CLASS: 0x02 -> 2 (Phone)
# MAJOR_CLASS: 0x42 -> 66 (Phone)
# MINOR_CLASS: 0x0C -> 12 (Smart Phone)
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.device.class_of_device=90,2,12
bluetooth.device.class_of_device=90,66,12
# Set supported Bluetooth profiles to enabled
PRODUCT_PRODUCT_PROPERTIES += \