37edd93211
Bug: 231671426 Test: build Change-Id: I78e2ddfc636a0fa31b977b5f9ba9a7d7bc0f2a26 Merged-In: I78e2ddfc636a0fa31b977b5f9ba9a7d7bc0f2a26 (cherry picked from commit acb0b19b8348a4b9518d2f46b1599f423f620347)
26 lines
908 B
Plaintext
26 lines
908 B
Plaintext
# 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
|
|
bluetooth.profile.avrcp.target.enabled?=true
|
|
bluetooth.profile.bas.client.enabled?=true
|
|
bluetooth.profile.gatt.enabled?=true
|
|
bluetooth.profile.hfp.ag.enabled?=true
|
|
bluetooth.profile.hid.device.enabled?=true
|
|
bluetooth.profile.hid.host.enabled?=true
|
|
bluetooth.profile.map.server.enabled?=true
|
|
bluetooth.profile.opp.enabled?=true
|
|
bluetooth.profile.pan.nap.enabled?=true
|
|
bluetooth.profile.pan.panu.enabled?=true
|
|
bluetooth.profile.pbap.server.enabled?=true
|
|
bluetooth.profile.sap.server.enabled?=true
|