1# Set the Bluetooth Class of Device 2# Service Field: 0x22 -> 34 3# Bit 17: Networking 4# Bit 21: Audio 5# MAJOR_CLASS: 0x04 -> 4 (Audio / Video) 6# MINOR_CLASS: 0x24 -> 36 (Set-top box) 7bluetooth.device.class_of_device=34,4,36 8 9# Set supported Bluetooth profiles to enabled 10bluetooth.profile.asha.central.enabled=true 11bluetooth.profile.a2dp.source.enabled=true 12bluetooth.profile.avrcp.target.enabled=true 13bluetooth.profile.gatt.enabled=true 14bluetooth.profile.hfp.ag.enabled=true 15bluetooth.profile.hid.device.enabled=true 16bluetooth.profile.hid.host.enabled=true 17bluetooth.profile.map.server.enabled=true 18bluetooth.profile.mcp.server.enabled=true 19bluetooth.profile.opp.enabled=true 20bluetooth.profile.pan.nap.enabled=true 21bluetooth.profile.pan.panu.enabled=true 22bluetooth.profile.pbap.server.enabled=true 23 24# Disable LeAudio related profile as there is no support for it 25bluetooth.profile.bap.broadcast.assist.enabled=false 26bluetooth.profile.bap.unicast.client.enabled=false 27bluetooth.profile.bas.client.enabled=false 28bluetooth.profile.ccp.server.enabled=false 29bluetooth.profile.csip.set_coordinator.enabled=false 30bluetooth.profile.hap.client.enabled=false 31bluetooth.profile.vcp.controller.enabled=false 32