1# Set the Bluetooth Class of Device
2# Service Field: 0x5A -> 90
3#    Bit 17: Networking
4#    Bit 19: Capturing
5#    Bit 20: Object Transfer
6#    Bit 22: Telephony
7# MAJOR_CLASS: 0x02 -> 2 (Phone)
8# MINOR_CLASS: 0x0C -> 12 (Smart Phone)
9bluetooth.device.class_of_device=90,2,12
10
11# Set supported Bluetooth profiles to enabled
12
13# Disable asha profile as it will disable
14# the cts-verifier multi advertising tests (b/249536741)
15# bluetooth.profile.asha.central.enabled=true
16
17# Disable LeAudio related profile as there is no support for it
18bluetooth.profile.bap.broadcast.assist.enabled=false
19bluetooth.profile.bap.unicast.client.enabled=false
20bluetooth.profile.bas.client.enabled=false
21bluetooth.profile.ccp.server.enabled=false
22bluetooth.profile.hap.client.enabled=false
23bluetooth.profile.csip.set_coordinator.enabled=false
24bluetooth.profile.vcp.controller.enabled=false
25
26bluetooth.profile.a2dp.source.enabled=true
27bluetooth.profile.avrcp.target.enabled=true
28bluetooth.profile.gatt.enabled=true
29bluetooth.profile.hfp.ag.enabled=true
30bluetooth.profile.hid.device.enabled=true
31bluetooth.profile.hid.host.enabled=true
32bluetooth.profile.map.server.enabled=true
33bluetooth.profile.mcp.server.enabled=true
34bluetooth.profile.opp.enabled=true
35bluetooth.profile.pan.nap.enabled=true
36bluetooth.profile.pan.panu.enabled=true
37bluetooth.profile.pbap.server.enabled=true