我通过HFP配置文件在Bluetooh HeadSet和Android手机之间建立了连接。
现在我想将AT命令发送到HeadSet设备。
我在HFP连接时使用了以下组件。
IBluetoothHeadset.aidl
ACL的BroadcastReciever
我没有使用任何createRfcommSocketToServiceRecord
套接字连接。
以下功能有什么作用?
boolean sendVendorSpecificResultCode(in BluetoothDevice device,
in String command,
in String arg);