﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;To build a better world !-最新评论</title><link>http://www.blogjava.net/zh-weir/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Fri, 28 Feb 2014 13:23:05 GMT</pubDate><lastBuildDate>Fri, 28 Feb 2014 13:23:05 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Android平台下SeeJoPlayer视频播放器(功能介绍及源码解析，附源码)[未登录]</title><link>http://www.blogjava.net/zh-weir/archive/2014/02/27/310617.html#410379</link><dc:creator>zh.weir</dc:creator><author>zh.weir</author><pubDate>Thu, 27 Feb 2014 03:01:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2014/02/27/310617.html#410379</guid><description><![CDATA[@haiwen<br><br>可以直接下载啊。文中有下载地址。<img src ="http://www.blogjava.net/zh-weir/aggbug/410379.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">zh.weir</a> 2014-02-27 11:01 <a href="http://www.blogjava.net/zh-weir/archive/2014/02/27/310617.html#410379#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Android平台下SeeJoPlayer视频播放器(功能介绍及源码解析，附源码)</title><link>http://www.blogjava.net/zh-weir/archive/2014/02/27/310617.html#410365</link><dc:creator>haiwen</dc:creator><author>haiwen</author><pubDate>Thu, 27 Feb 2014 02:12:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2014/02/27/310617.html#410365</guid><description><![CDATA[楼主，麻烦给我也发一份源码吧，正在研究这个，感激不尽<br>我的qq：510130674,  邮件地址： 510130674@qq.com<img src ="http://www.blogjava.net/zh-weir/aggbug/410365.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">haiwen</a> 2014-02-27 10:12 <a href="http://www.blogjava.net/zh-weir/archive/2014/02/27/310617.html#410365#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Android4.3 蓝牙BLE初步[未登录]</title><link>http://www.blogjava.net/zh-weir/archive/2014/02/21/407373.html#410148</link><dc:creator>zh.weir</dc:creator><author>zh.weir</author><pubDate>Fri, 21 Feb 2014 03:39:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2014/02/21/407373.html#410148</guid><description><![CDATA[@Chris<br><br>应该是可以同时连接多个Server的。而且你也已经连上了。<br>BLE最好不用于传输较大的数据，只是简单的属性读写。大数据传输过程中，引起连接断开的情况经常发生，你可以抓下HCI log，看看连接断开的原因是什么。<img src ="http://www.blogjava.net/zh-weir/aggbug/410148.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">zh.weir</a> 2014-02-21 11:39 <a href="http://www.blogjava.net/zh-weir/archive/2014/02/21/407373.html#410148#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Google Java Style 中文版</title><link>http://www.blogjava.net/zh-weir/archive/2014/02/10/409608.html#409666</link><dc:creator>电驴资源</dc:creator><author>电驴资源</author><pubDate>Mon, 10 Feb 2014 07:11:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2014/02/10/409608.html#409666</guid><description><![CDATA[MARK一下<img src ="http://www.blogjava.net/zh-weir/aggbug/409666.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">电驴资源</a> 2014-02-10 15:11 <a href="http://www.blogjava.net/zh-weir/archive/2014/02/10/409608.html#409666#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Android4.3 蓝牙BLE初步[未登录]</title><link>http://www.blogjava.net/zh-weir/archive/2014/02/04/407373.html#409528</link><dc:creator>Chris</dc:creator><author>Chris</author><pubDate>Tue, 04 Feb 2014 15:20:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2014/02/04/407373.html#409528</guid><description><![CDATA[您好<br>我現在正在嘗試要用Android手機讀取多個BLE設備的值<br>看完您的文章後<br>我發覺我原本的做法是Android爲Client端去向設備(Server)要資料<br>不過當我連線好兩個設備時<br>當其中一方開始傳送資料時<br>另一方就會自動斷線<br>不過單獨連線一個設備取資料都是沒問題的<br>想請問是不是Client端沒辦法同時連線多個Server？<br>感謝！<img src ="http://www.blogjava.net/zh-weir/aggbug/409528.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">Chris</a> 2014-02-04 23:20 <a href="http://www.blogjava.net/zh-weir/archive/2014/02/04/407373.html#409528#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Java反射机制的学习[未登录]</title><link>http://www.blogjava.net/zh-weir/archive/2014/01/20/347063.html#409128</link><dc:creator>lucky</dc:creator><author>lucky</author><pubDate>Mon, 20 Jan 2014 03:51:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2014/01/20/347063.html#409128</guid><description><![CDATA[好文章！<img src ="http://www.blogjava.net/zh-weir/aggbug/409128.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">lucky</a> 2014-01-20 11:51 <a href="http://www.blogjava.net/zh-weir/archive/2014/01/20/347063.html#409128#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Java反射机制的学习[未登录]</title><link>http://www.blogjava.net/zh-weir/archive/2014/01/19/347063.html#409108</link><dc:creator>aa</dc:creator><author>aa</author><pubDate>Sun, 19 Jan 2014 10:48:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2014/01/19/347063.html#409108</guid><description><![CDATA[好文章！<img src ="http://www.blogjava.net/zh-weir/aggbug/409108.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">aa</a> 2014-01-19 18:48 <a href="http://www.blogjava.net/zh-weir/archive/2014/01/19/347063.html#409108#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Android4.3 蓝牙BLE初步[未登录]</title><link>http://www.blogjava.net/zh-weir/archive/2013/12/23/407373.html#407930</link><dc:creator>zh.weir</dc:creator><author>zh.weir</author><pubDate>Mon, 23 Dec 2013 13:15:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2013/12/23/407373.html#407930</guid><description><![CDATA[@yusy<br><br>肯定不能随便用个UUID啊。。。<br><br>建议你先看看你的BLE外设支持的service是什么，如果是用的Bluetooth SIG标准的Profile，你可以在<a href="https://developer.bluetooth.org/gatt/profiles/Pages/ProfilesHome.aspx" target="_new" rel="nofollow">https://developer.bluetooth.org/gatt/profiles/Pages/ProfilesHome.aspx</a> 这个网站找到对应的service和characteristic的UUID。如果不是标准的，你需要和对应的BLE外设方案商交流，以获得相关资料。<img src ="http://www.blogjava.net/zh-weir/aggbug/407930.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">zh.weir</a> 2013-12-23 21:15 <a href="http://www.blogjava.net/zh-weir/archive/2013/12/23/407373.html#407930#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Android4.3 蓝牙BLE初步</title><link>http://www.blogjava.net/zh-weir/archive/2013/12/23/407373.html#407926</link><dc:creator>yusy</dc:creator><author>yusy</author><pubDate>Mon, 23 Dec 2013 12:20:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2013/12/23/407373.html#407926</guid><description><![CDATA[ 我现在有个功能是 手机APP 向 硬件发送指令！ <br> 现在我使用上述方法链接上了设备 但是怎么去发送指令呢?<br>BluetoothGatt bluetoothGatt = DeviceActivity.bluetoothGatt;<br>BluetoothGattService service = bluetoothGatt.getService(<br>				UUID.fromString(&quot;xx&quot;));<br>BluetoothGattCharacteristic characteristic = service.getCharacteristic(UUID.fromString(&quot;oo&quot;));<br>characteristic.setValue(bytes);<br>bluetoothGatt.writeCharacteristic(characteristic);<br>这样可以吗？  如果可以 UUID 我要如何获得，不能随便找个UUID我试过了！<br>求博主解答，十万火急，真心感激不尽@鹏达锁业<br><br><img src ="http://www.blogjava.net/zh-weir/aggbug/407926.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">yusy</a> 2013-12-23 20:20 <a href="http://www.blogjava.net/zh-weir/archive/2013/12/23/407373.html#407926#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Android4.3 蓝牙BLE初步</title><link>http://www.blogjava.net/zh-weir/archive/2013/12/11/407373.html#407443</link><dc:creator>鹏达锁业</dc:creator><author>鹏达锁业</author><pubDate>Wed, 11 Dec 2013 04:56:00 GMT</pubDate><guid>http://www.blogjava.net/zh-weir/archive/2013/12/11/407373.html#407443</guid><description><![CDATA[谢谢博主分享<img src ="http://www.blogjava.net/zh-weir/aggbug/407443.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/zh-weir/" target="_blank">鹏达锁业</a> 2013-12-11 12:56 <a href="http://www.blogjava.net/zh-weir/archive/2013/12/11/407373.html#407443#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>