码迷,mamicode.com
首页 > 移动开发 > 详细

The Implementation of A2DP Sink in Android 4.4

时间:2014-12-24 18:13:36      阅读:519      评论:0      收藏:0      [点我收藏+]

标签:android   bluetooth   a2dp   sink   车载   

    A2DP Sink was not supported in Android 4.4. We implemented this feature which can be applied in the scenarios below.


技术分享


技术分享


You can get the code from https://android-review.googlesource.com/#/c/98161/. We tested the solution on Nexus 5. Our solution includes 3 modules: Bluetooth Stack, SBC Decoder and Audio System which is dependent on the device. If you want to integrate this solution, maybe you have to port Audio System module on your phone. For example, Xperia phone‘s Audio System is different from Nexus 5, so we had to adapt our code in Audio System for Xperia phone.

    If you are interested in A2DP Sink and need support, welcome to discuss with me.

The Implementation of A2DP Sink in Android 4.4

标签:android   bluetooth   a2dp   sink   车载   

原文地址:http://blog.csdn.net/wendell_gong/article/details/42124661

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!