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