码迷,mamicode.com
首页 >  
搜索关键字:a2dp    ( 41个结果
android -- 蓝牙 bluetooth (五)接电话与听音乐
前段时间似乎所有的事情都赶在一起,回家、集体出游、出差,折腾了近一个月,终于算暂时清静了,但清静只是暂时,估计马上又要出差了,所以赶紧把蓝牙这一部分的文章了结下,按之前提到的目录,本文是关于蓝牙接打电话和听音乐的流程分析,对应蓝牙HFP/A2DP的profile,由于这部分也算是蓝牙的经典功能,所以...
分类:移动开发   时间:2015-05-30 12:07:26    阅读次数:175
【转】Android bluetooth介绍(三): 蓝牙扫描(scan)设备分析
原文网址:http://blog.csdn.net/xubin341719/article/details/38584469关键词:蓝牙blueZ A2DP、SINK、sink_connect、sink_disconnect、sink_suspend、sink_resume、sink_is_conn...
分类:移动开发   时间:2015-03-11 19:08:37    阅读次数:346
在Android4.2中实现bluetooth A2dp Sink(一)——移植Android5.0蓝牙协议栈
一直以来,Android对于蓝牙的支持都很混乱,简直可以说是一坨shit。各个版本的协议栈都不一样,最早用的是bluez,进入4.x时代之后,换成了谷歌自己的bluedroid。换就换吧,至少等做完了再用吧,结果4.2、4.3、4.4的bluedroid全都不一样。这就对我等非专业蓝牙开发人员开发蓝牙制造了巨大的麻烦。     好了,吐槽到此为止,该说正事了。因为公司在做智能家居项目,需要在An...
分类:移动开发   时间:2015-01-24 14:32:39    阅读次数:766
在Android4.2中实现bluetooth A2dp Sink(二)——移植Android5.0蓝牙协议栈
移植的思路分析...
分类:移动开发   时间:2015-01-24 14:28:32    阅读次数:218
The Implementation of A2DP Sink in Android 4.4
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....
分类:移动开发   时间:2014-12-24 18:13:36    阅读次数:519
Android bluetooth介绍(四): a2dp connect流程分析
关键词:蓝牙blueZ  A2DP、SINK、sink_connect、sink_disconnect、sink_suspend、sink_resume、sink_is_connected、sink_get_properties、AUDIO、DBUS版本:基于android4.2之前版本 bluez内核:linux/linux3.08系统:android/android4.1.3.4作者:xubi...
分类:移动开发   时间:2014-08-17 18:38:32    阅读次数:439
Android bluetooth介绍(三): 蓝牙扫描(scan)设备分析
关键词:蓝牙blueZ  A2DP、SINK、sink_connect、sink_disconnect、sink_suspend、sink_resume、sink_is_connected、sink_get_properties、AUDIO、DBUS版本:基于android4.2之前版本 bluez内核:linux/linux3.08系统:android/android4.1.3.4作者:xubi...
分类:移动开发   时间:2014-08-15 16:09:39    阅读次数:618
android蓝牙协议名词解释 OPP HFP HDP A2DP PAN
各种蓝牙协议的全称: OPP:对象存储规范(Object Push Profile),最为常见的,文件的传输都是使用此协议。 HFP:(Hands-free Profile),让蓝牙设备可以控制电话,如接听、挂断、拒接、语音拨号等,拒接、语音拨号要视蓝牙耳机及电话是否支持。 HDP: HDP (Health Device Profile) 蓝牙医疗设备模式   可以创建支...
分类:移动开发   时间:2014-08-06 11:54:21    阅读次数:355
蓝牙核心技术概述(二):蓝牙使用场景
蓝牙核心技术概述(二):蓝牙使用场景关键词:蓝牙核心技术协议  A2DP AVDTP  HF HCP BIP BPP…………作者:xubin341719(欢迎转载,请注明作者,请尊重版权,谢谢!)欢迎指正错误,共同学习、共同进步!!下载链接:Bluetooth PROFILE SPECIFICATIONS (基本涵盖所有蓝牙协议)、buletooth core 2.1-4.0 SPECIFICAT...
分类:其他好文   时间:2014-07-28 15:47:33    阅读次数:358
Android Bluetooth Stack: Bluedroid(五):The analysis of A2DP Source
1. A2DP Introduction The Advanced Audio Distribution Profile (A2DP) defines the protocols and procedures that realize distribution of audio content of high-quality in mono or stereo on ACL channels...
分类:移动开发   时间:2014-06-24 23:15:47    阅读次数:509
41条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!