蓝牙:从Android设备向耳机发送AT命令

时间:2014-07-17 13:37:00

标签: android bluetooth android-bluetooth hfp

我通过HFP配置文件在Bluetooh HeadSet和Android手机之间建立了连接。

现在我想将AT命令发送到HeadSet设备。

我在HFP连接时使用了以下组件。

IBluetoothHeadset.aidl

ACL的BroadcastReciever

我没有使用任何createRfcommSocketToServiceRecord套接字连接。

以下功能有什么作用?

boolean sendVendorSpecificResultCode(in BluetoothDevice device,
                                     in String command,
                                     in String arg);

0 个答案:

没有答案