Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/212.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
Bluetooth HSP配置文件实现?_Bluetooth_Headphones_Bluetooth Profile - Fatal编程技术网

Bluetooth HSP配置文件实现?

Bluetooth HSP配置文件实现?,bluetooth,headphones,bluetooth-profile,Bluetooth,Headphones,Bluetooth Profile,目前我正在编写一个使用bluetoothctl(但不是BlueZ)的应用程序。 是否有可能以某种方式使用HSP/HFP配置文件 我在谷歌上搜索了很多,但没有找到任何解决办法 编写一个简单的实现会很困难吗?我看过BlueZ的源代码,但它看起来非常复杂,很难理解。bluetoothctl是BlueZ的一部分。那么,“使用bluetoothctl(但不是BlueZ)的应用程序”是什么意思呢?bluez通过dbus接口支持HSP/HFP配置文件。对于用python编写的示例,请查看应用程序中的简单端点和

目前我正在编写一个使用bluetoothctl(但不是BlueZ)的应用程序。 是否有可能以某种方式使用HSP/HFP配置文件

我在谷歌上搜索了很多,但没有找到任何解决办法


编写一个简单的实现会很困难吗?我看过BlueZ的源代码,但它看起来非常复杂,很难理解。

bluetoothctl
是BlueZ的一部分。那么,“使用bluetoothctl(但不是BlueZ)的应用程序”是什么意思呢?bluez通过dbus接口支持HSP/HFP配置文件。对于用python编写的示例,请查看应用程序中的简单端点和测试hfp文件。我编写此应用程序的系统使用BlueZ5。正如我所知,BlueZ5没有HSP/HFP配置文件。如果我错了,请纠正我。@是的,你错了:-)这是官方的蓝色Z5。它包括HFP和HSP。@kaylum哇,太好了,我要试试。谢谢。