Merge "Set default the Bluetooth class of device" into tm-dev

This commit is contained in:
Sal Savage
2022-04-29 02:04:16 +00:00
committed by Android (Google) Code Review

View File

@@ -97,6 +97,16 @@ persist.bluetooth.bqr.min_interval_ms=500
# System props to enable aac vbr feature
persist.bluetooth.a2dp_aac.vbr_supported=true
# Set the Bluetooth Class of Device
# Service Field: 0x5A -> 90
# Bit 17: Networking
# Bit 19: Capturing
# Bit 20: Object Transfer
# Bit 22: Telephony
# MAJOR_CLASS: 0x02 -> 2 (Phone)
# MINOR_CLASS: 0x0C -> 12 (Smart Phone)
bluetooth.device.class_of_device=90,2,12
# Set supported Bluetooth profiles to enabled
bluetooth.profile.asha.central.enabled?=true
bluetooth.profile.a2dp.source.enabled?=true