摘要: package com.zhoucj.bluetooth;import android.os.Bundle;import android.app.Activity;import android.bluetooth.BluetoothAdapter;import android.bluetooth.BluetoothDevice;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;import android.content.IntentFilt 阅读全文
posted @ 2013-10-28 22:40 最後的輕語 阅读(994) 评论(0) 推荐(0) 编辑
摘要: 本文介绍Android中蓝牙的基本操作检测本地是否有蓝牙设备获取远程蓝牙设备的地址MainActivity中一个Button,单击Button打开蓝牙设备package com.zhoucj.bluetooh;import java.util.Iterator;import java.util.Set;import android.app.Activity;import android.bluetooth.BluetoothAdapter;import android.bluetooth.BluetoothDevice;import android.content.Intent;import 阅读全文
posted @ 2013-10-28 21:45 最後的輕語 阅读(1463) 评论(0) 推荐(0) 编辑