Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 895299 - Enable A2DP and AVRCP in audio config for BlueZ #7

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
54 changes: 54 additions & 0 deletions audio.conf
@@ -0,0 +1,54 @@
# Configuration file for the audio service

# This section contains options which are not specific to any
# particular interface
# NOTE: Enable=Sink means that bluetoothd exposes Sink interface for remote
# devices, and the local device is a Source
[General]
Enable=Sink,Control
Disable=Headset,Gateway,Source

# request master role for incoming connections
# so as to reduce the number of piconets and
# allow lot more incoming connections
Master=true

# If we want to disable support for specific services
# Defaults to supporting all implemented services
#Disable=Control,Source

# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
# Defaults to HCI
#SCORouting=PCM

# Automatically connect both A2DP and HFP/HSP profiles for incoming
# connections. Some headsets that support both profiles will only connect the
# other one automatically so the default setting of true is usually a good
# idea.
#AutoConnect=true

# Headset interface specific options (i.e. options which affect how the audio
# service interacts with remote headset devices)
#[Headset]

# Set to true to support HFP (in addition to HSP only which is the default)
# Defaults to false
#HFP=true

# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1
#MaxConnections=1

# Set to true to enable use of fast connectable mode (faster page scanning)
# for HFP when incomming call starts. Default settings are restored after
# call is answered or rejected. Page scan interval is much shorter and page
# scan type changed to interlaced. Such allows faster connection initiated
# by a headset.
FastConnectable=false

# Just an example of potential config options for the other interfaces
[A2DP]
SBCSources=1
MPEG12Sources=0

[AVRCP]
InputDeviceName=AVRCP
1 change: 1 addition & 0 deletions full_hamachi.mk
Expand Up @@ -3,6 +3,7 @@ PRODUCT_COPY_FILES := \
device/qcom/hamachi/touch.idc:system/usr/idc/msg2133.idc \
device/qcom/hamachi/touch.idc:system/usr/idc/ft5x06_ts.idc \
device/qcom/hamachi/media_profiles.xml:system/etc/media_profiles.xml \
device/qcom/hamachi/audio.conf:system/etc/bluetooth/audio.conf \
device/qcom/msm7627a/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf

$(call inherit-product-if-exists, vendor/qcom/hamachi/hamachi-vendor-blobs.mk)
Expand Down