How to achieve Bluetooth A2DP sink functionality?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to achieve Bluetooth A2DP sink functionality?

3,254 Views
YongJunChang
Contributor II

Hello all,

 

I'm developing a Bluetooth A2DP sink functionality in which the i.MX device is able to play audio streaming from other A2DP-enabled devices such as iPhone or other Android devices. The target board I'm using is i.MX53 SABRE Tablet platform. I know that the Gingerbread includes Bluez stack 4.69 which is capable of A2DP sink functionality. However, I doubt that Android exposes these APIs.

Do you have any ideas that How I can achieve this functionality? I think the Bluez stack can be directly accessed through DBus interface even in Android.

 

Thanks in advance,

Yong

Labels (1)
0 Kudos
3 Replies

1,471 Views
charleschang
Contributor III

maybe possible , if you hard coding the bt device path, and assume it's ready from system boot...

Yong Jun Chang said:



charles chang said:

Yes, Bluez can support A2DP sink. 

but Android framework doesn't enable this profile.

Thanks charles,

Is it possible to directly communicate with Bluez API through NDK?

I'm looking for the method using DBus but no hope yet.

 

Yong

0 Kudos

1,471 Views
YongJunChang
Contributor II



charles chang said:

Yes, Bluez can support A2DP sink. 

but Android framework doesn't enable this profile.

Thanks charles,

Is it possible to directly communicate with Bluez API through NDK?

I'm looking for the method using DBus but no hope yet.

 

Yong

0 Kudos

1,470 Views
charleschang
Contributor III

Yes, Bluez can support A2DP sink. 

but Android framework doesn't enable this profile.

0 Kudos