Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/qt/6.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
Qt 电脑可以用作蓝牙耳机吗?_Qt_Bluetooth_Headset_Qtbluetooth - Fatal编程技术网

Qt 电脑可以用作蓝牙耳机吗?

Qt 电脑可以用作蓝牙耳机吗?,qt,bluetooth,headset,qtbluetooth,Qt,Bluetooth,Headset,Qtbluetooth,使用Qt蓝牙模块(Qt 5.2及更高版本)是否可以将Linux计算机用作音频网关 基本上,我想将电脑用作耳机,处理来自手机的数字音频,并使用qt bluetooth api通过蓝牙发送数字音频 如果无法使用qtbluetooth完成此操作,那么哪个api可以处理它?这应该是可能的。您必须为蓝牙服务器提供相应的配置文件,如:HSP、HFP。检查和它的参考。是的,它似乎可能是如何和哪个api qt有一个蓝牙api,但没有任何关于hsp或hfp的信息只是spp,我也找不到任何api可以这样做的解释。

使用Qt蓝牙模块(Qt 5.2及更高版本)是否可以将Linux计算机用作音频网关

基本上,我想将电脑用作耳机,处理来自手机的数字音频,并使用qt bluetooth api通过蓝牙发送数字音频


如果无法使用qtbluetooth完成此操作,那么哪个api可以处理它?

这应该是可能的。您必须为蓝牙服务器提供相应的配置文件,如:HSP、HFP。检查和它的参考。是的,它似乎可能是如何和哪个api qt有一个蓝牙api,但没有任何关于hsp或hfp的信息只是spp,我也找不到任何api可以这样做的解释。