For BR/EDR/LE device, set CoD bit 14 as LE audio feature is supported am: 94b6030c5a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/18335694 Change-Id: Ia2623e80f9eb0ec18c557116f69faf1846da924b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c39b1444cf
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