Advanced Audio Distribution Profile (A2DP)

learn more… | top users | synonyms

0
votes
1answer
14 views

Disable A2DP Output on Android for TTS

I have an Android 4.1 device which is connected to A2DP stereo speaker. My app uses TTS (Text-To-Speech) and the AudioTrack class for streaming a custom sound to the speaker. Is it possible to use ...
0
votes
1answer
74 views

In Android, is there any way to route the audio to A2DP using “MODE_IN_COMMUNICATION”?

If I set AudioManager mode to MODE_IN_COMMUNICATION, and set the Media Player stream to STREAM_VOICE_CALL, I can route the audio to the speakerphone or the internal handset speaker just fine. And if ...
0
votes
0answers
102 views

How to reroute iphone microphone headset to bluetooth A2DP?

We have to develop an app for iPhone-iPod-iPad to reroute the audio from the headset microphone to an external speaker connected to a bluetooth receiver A2DP. Someone has figured this out? Thanks.
4
votes
1answer
319 views

Answer to android phone calls from PC by bluetooth

I have a PC (where java program is running), Bluetooth dongle and Android device (2.3.6) and want to use PC microphone/headset/speakers to answer a call by bluetooth. I give another question here, but ...
1
vote
2answers
308 views

send track informations via A2DP/AVRCP

I'm trying to send track informations via A2DP/AVRCP. Right now, music is perfectly streamed, but on the "receiver" (ie: car audio), the "track informations screen" is blank (which is not the case ...
0
votes
0answers
104 views

Beginner Using a2dpsink, avdtpsink, and rtpsbcpay

I'm using Ubuntu 12.04 and was hoping to payload and send MP3s using Bluetooth and the BlueZ GStreamer plugin. My first test was to see if I could stream SBC audio so I used the following command ...
2
votes
1answer
492 views

iOS: Using Bluetooth audio output (kAudioSessionProperty_OverrideCategoryEnableBluetoothInput) AudioSession

I have several questions to the CoreAudio AudioSession framework related to several Bluetooth tasks and I hope someone can help me with these issues or at least can confirm my latest findings. The ...
-1
votes
1answer
163 views

Android Bluetooth a2dp service error. How to fix it? [closed]

E/BluetoothA2dpService.cpp( 349): onConnectSinkResult: D-Bus error: org.bluez.E rror.Failed (Stream connection failed) I am getting the above error when i try to connect bluetooth headset. I got ...
0
votes
1answer
377 views

Sending audio to a bluetooth enabled speaker, IOS

I want to add a function to my App, where the user can choose to play the audio on a bluetooth enabled speaker. I have a Parrot Easydrive in my car and this works for phonecalls and for example the ...
1
vote
1answer
106 views

Is it possible to make custom android media routes?

I'd like to implement my own media route, like A2DP, but instead it will use wifi (like airplay). Is there a way to do this? Android certainly has the infrastructure (MediaRouter, AudioManager, etc), ...
2
votes
0answers
425 views

Bluetooth AVRCP control from Windows

I'm trying to implement an AVRCP/A2DP connection between my Android phone and my car PC. The A2DP bit basically works out of the box so no issue there. I want the PC to be the AVRCP CT (controller) ...
10
votes
2answers
821 views

Toggling A2DP Device (Android)

I have two paired bluetooth devices (my car's head-unit for phone audio and a separate bluetooth receiver for A2DP). On my phone there's a checkbox for "Use for media audio" that I have to manually ...
2
votes
0answers
267 views

How to modify Android Bluetooth Chat to connect with A2DP device?

I'm trying to modify the Bluetooth Chat program to connect with a device over the A2DP profile. My tablet is already paired and connected to the device but when I launch the program it says it cannot ...
0
votes
1answer
340 views

how to use org.bluez.AudioSource GetProperty

how can i check weather the given device is connected. using org.bluez.AudioSource GetProperty I am using c and DBus,can anybody help me to get out of this...
0
votes
1answer
211 views

Creating our own A2DP profile using java

Many of us have used bluetooth headset/earphones or alike devices having in-built programmed A2DP (advanced audio directing profile) so that they can recieve streaming audio from a standard device. ...
1
vote
1answer
1k views

How to connect to a bluetooth a2dp device?

I am trying to pair an android device running android 4.1 with a a2dp capable audio receiver. I can do that without problems from the bluetooth settings screen but i am struggeling to do it in code. ...
0
votes
0answers
235 views

Resampling audio output for A2DP (from PCM WAV)

How do I bring stereo PCM WAV 32,000Hz with a stream of 1024 kbps (125 KB) to the headset with Bluetooth 2.1 on a CM7 smartphone with DSPManager? Is this possible? SBC is really a bad idea. Maybe ...
1
vote
1answer
2k views

A2DP sink without pulseaudio

So I'm trying to make my linux server play music sent from my Android phone using bluetooth (the linux machine is the A2DP sink and the phone is the source). What I have done so far is to: install ...
1
vote
1answer
588 views

Creation of dbus interfaces in Bluez

A question regarding the creation of dbus interfaces such as org.bluez.Audio, org.bluez.AudioSource appearing on d-feet debugger. Does the host running Bluez(For eg. Laptop) create an interface ...
1
vote
0answers
301 views

Implement A2DP sink on linux system using dbus-python api

I want to implement a custom A2DP sink on my linux system running the latest Ubuntu 12.04 with the latest bluez stack. My Basic Requirements are: Linux system to act as a receiver(like a bluetooth ...
0
votes
0answers
172 views

does android bluetooth a2dp profile stream music in the app and system sound?

Can android phones stream music in game app and ringer to bluetooth headset via a2dp? Or it can only stream music stored locally? Thank you
3
votes
0answers
312 views

Can I use an Android App to behave like an Bluetooth A2DP client? e.i. stream music from my phone to a Android tablet

I'd like to write an Android app that will run Tablet that can connect to my phone using A2DP and stream music from the phone. The Android tablet will be replace my car's stereo and navigation ...
16
votes
1answer
2k views

How to enable A2DP sink functionality in Android?

I'm developing a customized embedded device which uses Gingerbread 2.3.4 as an OS. Now the device should be able to play audio streaming from other A2DP-enabled devices such as iPhone or other Android ...
0
votes
1answer
386 views

Explain relation between asound.conf file with HFP and A2DP commands

Here i am looking for Testing A2DP and HFP (Hands free) Profiles. So here in HFP i am using dbus command for sending message over dbus and execute service address of bluez. for connecting and ...
1
vote
1answer
950 views

Working around A2DP and HFP limitations of Android Pre-HoneyComb

I'm researching an interesting project involving mixing streaming audio over Bluetooth for smart phones, starting with android since it's what I have the most experience with. I've worked with ...