Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将模式从BLE切换到Bluetooth Classic并返回_Bluetooth_Bluetooth Lowenergy - Fatal编程技术网

将模式从BLE切换到Bluetooth Classic并返回

将模式从BLE切换到Bluetooth Classic并返回,bluetooth,bluetooth-lowenergy,Bluetooth,Bluetooth Lowenergy,我有两个蓝牙4.0双模式设备。是否可以执行以下操作 1) 通过BLE连接以传输状态信息 2) 切换到Bluetooth Classic的连接以传输大文件(无需用户交互即可完成) 3) 回到BLE 提前感谢。是否存在编程问题?也许-但这将取决于设备、蓝牙/BLE软件堆栈以及精确的要求。例如,在执行blutooth传输时,您是否必须保持BLE连接?通过BLE提供的所有内容都应该通过“经典”蓝牙提供。如果两个设备都支持“经典”蓝牙,那么您应该保持该连接。您还没有真正说明为什么需要切换连接,因此没有人能

我有两个蓝牙4.0双模式设备。是否可以执行以下操作 1) 通过BLE连接以传输状态信息 2) 切换到Bluetooth Classic的连接以传输大文件(无需用户交互即可完成) 3) 回到BLE


提前感谢。

是否存在编程问题?也许-但这将取决于设备、蓝牙/BLE软件堆栈以及精确的要求。例如,在执行blutooth传输时,您是否必须保持BLE连接?通过BLE提供的所有内容都应该通过“经典”蓝牙提供。如果两个设备都支持“经典”蓝牙,那么您应该保持该连接。您还没有真正说明为什么需要切换连接,因此没有人能够解决这个问题。