Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/204.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
Android 将信息娱乐设备模拟为HFP客户端_Android_Bluetooth_Hfp - Fatal编程技术网

Android 将信息娱乐设备模拟为HFP客户端

Android 将信息娱乐设备模拟为HFP客户端,android,bluetooth,hfp,Android,Bluetooth,Hfp,Android棒棒糖正在我的目标板上运行 我的董事会和手机是通过蓝牙配对的。如果我在android手机上接到电话,我如何用董事会模拟接听和拒绝电话 此时,当我接到电话时,HFP工作正常 我只是想用Board UI来模拟它,以应答和拒绝呼叫 谢谢。在packages/app/Bluetooth/res/values/config.xml和一个隐藏类中配置值 <bool name="profile_supported_hfpclient">false</bool> andro

Android棒棒糖正在我的目标板上运行

我的董事会和手机是通过蓝牙配对的。如果我在android手机上接到电话,我如何用董事会模拟接听和拒绝电话

此时,当我接到电话时,HFP工作正常

我只是想用Board UI来模拟它,以应答和拒绝呼叫


谢谢。

在packages/app/Bluetooth/res/values/config.xml和一个隐藏类中配置值

<bool name="profile_supported_hfpclient">false</bool>
android.bluetooth.BluetoothHeadsetClient, this provides HFP client API, such as dial, accept call.
false
bluetooth.BluetoothHeadsetClient,提供HFP客户端API,如拨号、接受呼叫。
资料来源:

此外,您可以在这个问题中找到更多信息:

在packages/app/Bluetooth/res/values/config.xml和一个隐藏类中配置值

<bool name="profile_supported_hfpclient">false</bool>
android.bluetooth.BluetoothHeadsetClient, this provides HFP client API, such as dial, accept call.
false
bluetooth.BluetoothHeadsetClient,提供HFP客户端API,如拨号、接受呼叫。
资料来源:

此外,您可以在这个问题中找到更多信息: