blob: 29b74bba582222149fb8312c7f9c680b872fd68f [file] [log] [blame]
Yongqin Liu9efebb72022-06-07 00:08:29 +08001# System props to enable aac vbr feature
2persist.bluetooth.a2dp_aac.vbr_supported=true
Amit Pundirf7079422022-10-03 18:22:43 +05303
4# Set the Bluetooth Class of Device
5# Service Field: 0x5A -> 90
6# Bit 17: Networking
7# Bit 19: Capturing
8# Bit 20: Object Transfer
9# Bit 22: Telephony
10# MAJOR_CLASS: 0x02 -> 2 (Phone)
11# MINOR_CLASS: 0x0C -> 12 (Smart Phone)
12bluetooth.device.class_of_device=90,2,12
13
Yongqin Liu9efebb72022-06-07 00:08:29 +080014# Set supported Bluetooth profiles to enabled
15bluetooth.profile.asha.central.enabled=true
16bluetooth.profile.a2dp.source.enabled=true
17bluetooth.profile.avrcp.target.enabled=true
18bluetooth.profile.bap.broadcast.assist.enabled=true
Amit Pundirf7079422022-10-03 18:22:43 +053019bluetooth.profile.bap.unicast.client.enabled=true
Yongqin Liu9efebb72022-06-07 00:08:29 +080020bluetooth.profile.bas.client.enabled=true
21bluetooth.profile.csip.set_coordinator.enabled=true
22bluetooth.profile.gatt.enabled=true
23bluetooth.profile.hap.client.enabled=true
24bluetooth.profile.hfp.ag.enabled=true
25bluetooth.profile.hid.device.enabled=true
26bluetooth.profile.hid.host.enabled=true
27bluetooth.profile.map.server.enabled=true
28bluetooth.profile.mcp.server.enabled=true
29bluetooth.profile.opp.enabled=true
30bluetooth.profile.pan.nap.enabled=true
31bluetooth.profile.pan.panu.enabled=true
32bluetooth.profile.pbap.server.enabled=true
Amit Pundirf7079422022-10-03 18:22:43 +053033bluetooth.profile.ccp.server.enabled=true
34bluetooth.profile.vcp.controller.enabled=true