Android蓝牙开发,我申请了蓝牙权限了。其他都还好,但是只要我一startDiscovery(),程序就蹦了,求指教
搜索按钮的代码如下:publicvoidstartSearch(){if(mBluetoothAdapter!=null){Toast.makeText(this,"开始...
搜索按钮的代码如下:
public void startSearch() {
if(mBluetoothAdapter!=null){
Toast.makeText(this, "开始搜索设备!", Toast.LENGTH_LONG).show();
mBluetoothAdapter.startDiscovery();
}
}
我这段代码查看蓝牙的开关、打开蓝牙都好使,就是一点击Button,调用以上的这个方法,应用就停止运行了。。。 展开
public void startSearch() {
if(mBluetoothAdapter!=null){
Toast.makeText(this, "开始搜索设备!", Toast.LENGTH_LONG).show();
mBluetoothAdapter.startDiscovery();
}
}
我这段代码查看蓝牙的开关、打开蓝牙都好使,就是一点击Button,调用以上的这个方法,应用就停止运行了。。。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询