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:
parent
96981cf4a1
commit
94b6030c5a
1 changed files with 3 additions and 2 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue