Skip to content

Commit

Permalink
Merge "Set default the Bluetooth class of device" into tm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Sal Savage authored and Android (Google) Code Review committed Apr 29, 2022
2 parents 061259f + d7af2bf commit 2041822
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions product.prop
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ persist.bluetooth.bqr.event_mask=14
# BQR minimum report interval configuration
persist.bluetooth.bqr.min_interval_ms=500

# 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
Expand Down

0 comments on commit 2041822

Please sign in to comment.