Default enable LE Audio on T6Pro
1. Default enable LE Audio unicast on android U. 2.Enable LE Audio switcher flag(for developer option) Bug: 273872420 Test: LE Audio unicast related services are all enabled by default Test: Media & Phone call can stream via LE Audio SW path Change-Id: I1f8a643fcf691253dd58043c300b1e65ace09eb0
This commit is contained in:
parent
4d824369cc
commit
d6bfb33f78
1 changed files with 11 additions and 0 deletions
|
@ -14,6 +14,17 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_switcher.supported=true \
|
||||
bluetooth.profile.bap.unicast.client.enabled=true \
|
||||
bluetooth.profile.csip.set_coordinator.enabled=true \
|
||||
bluetooth.profile.hap.client.enabled=true \
|
||||
bluetooth.profile.mcp.server.enabled=true \
|
||||
bluetooth.profile.ccp.server.enabled=true \
|
||||
bluetooth.profile.vcp.controller.enabled=true \
|
||||
|
||||
# Bluetooth HAL and Pixel extension
|
||||
DEVICE_MANIFEST_FILE += \
|
||||
device/google/tangorpro/bluetooth/manifest_bluetooth.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue