Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sheep0704 authored Apr 12, 2017
1 parent f675612 commit 0f84057
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# DuBluetooth

## 功能描述
## 功能描述

* <a href='http://blog.csdn.net/djy1992/article/details/10144843'> Android 蓝牙开发资料大全【新】</a><br/>
If you have any other questions, please check here.<a href="http://blog.csdn.net/djy1992/article/details/10144843"> <font color="red">[置顶]</font>Android 蓝牙开发(整理大全) </a>

## 版本
## 版本
- V1.0.0

-- 根据别人修改的一个版本 -- 给大家作为参考学习使用
-- 根据别人修改的一个版本 -- 给大家作为参考学习使用

- V0.0.9

-- 代码测试使用
-- 代码测试使用

## 代码示例
## 代码示例

Please see
* <a href='https://github.com/sheep0704/DuBluetooth/blob/master/Bluetooth/src/com/immqy/MainActivity.java'> MainActivity</a><br/>
Expand All @@ -24,7 +24,7 @@ Please see

MainActivity -> onActivityResult .
```java
//返回消息处理
//返回消息处理
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
if (resultCode == RESULT_OK) {
Expand Down Expand Up @@ -80,7 +80,7 @@ Please see
MainActivity -> receiveDevice.

```java
//查看
//查看
private void receiveDevice() {
bluetoothAdapter.startDiscovery();
IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_FOUND);
Expand All @@ -103,4 +103,4 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 comments on commit 0f84057

Please sign in to comment.