Amit Pundir | 6f15c9c | 2022-05-23 20:42:21 +0530 | [diff] [blame] | 1 | # System props to enable aac vbr feature |
| 2 | persist.bluetooth.a2dp_aac.vbr_supported=true |
| 3 | |
Amit Pundir | d7f7dd7 | 2022-10-03 18:22:43 +0530 | [diff] [blame] | 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) |
| 12 | bluetooth.device.class_of_device=90,2,12 |
| 13 | |
Amit Pundir | 6f15c9c | 2022-05-23 20:42:21 +0530 | [diff] [blame] | 14 | # Set supported Bluetooth profiles to enabled |
Amit Pundir | 41fca64 | 2022-10-05 17:36:20 +0530 | [diff] [blame] | 15 | bluetooth.profile.asha.central.enabled?=true |
| 16 | bluetooth.profile.a2dp.source.enabled?=true |
| 17 | bluetooth.profile.avrcp.target.enabled?=true |
Amit Pundir | 41fca64 | 2022-10-05 17:36:20 +0530 | [diff] [blame] | 18 | bluetooth.profile.gatt.enabled?=true |
Amit Pundir | 41fca64 | 2022-10-05 17:36:20 +0530 | [diff] [blame] | 19 | bluetooth.profile.hfp.ag.enabled?=true |
| 20 | bluetooth.profile.hid.device.enabled?=true |
| 21 | bluetooth.profile.hid.host.enabled?=true |
| 22 | bluetooth.profile.map.server.enabled?=true |
| 23 | bluetooth.profile.mcp.server.enabled?=true |
| 24 | bluetooth.profile.opp.enabled?=true |
| 25 | bluetooth.profile.pan.nap.enabled?=true |
| 26 | bluetooth.profile.pan.panu.enabled?=true |
| 27 | bluetooth.profile.pbap.server.enabled?=true |
| 28 | bluetooth.profile.sap.server.enabled?=true |
Amit Pundir | 990b8aa | 2023-07-25 22:43:52 +0530 | [diff] [blame] | 29 | |
| 30 | # Disable LeAudio related profile as there is no support for it |
| 31 | bluetooth.profile.bap.broadcast.assist.enabled=false |
| 32 | bluetooth.profile.bap.unicast.client.enabled=false |
| 33 | bluetooth.profile.bas.client.enabled=false |
| 34 | bluetooth.profile.ccp.server.enabled=false |
| 35 | bluetooth.profile.csip.set_coordinator.enabled=false |
| 36 | bluetooth.profile.hap.client.enabled=false |
| 37 | bluetooth.profile.vcp.controller.enabled=false |