当前位置:编程学习 > wap >>

Android 蓝牙断开 资源释放问题

两台android设备,蓝牙连接上了之后,蓝牙断开的操作需要怎样处理? --------------------编程问答-------------------- --------------------编程问答-------------------- Intent intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECT_REQUESTED);
intent.putExtra(BluetoothDevice.EXTRA_DEVICE, device);
mContext.sendBroadcast(intent);
device是BluetoothDevice类型 --------------------编程问答-------------------- 为什么我老
Permission Denial: not allowed to send broadcast android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED

我已经添加bluetooth权限了啊
补充:移动开发 ,  Android
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,