Home
last modified time | relevance | path

Searched refs:sendVendorAtCommand (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java434 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand() method in HeadsetClientService.BluetoothHeadsetClientBinder
439 return service.sendVendorAtCommand(device, vendorId, atCommand); in sendVendorAtCommand()
881 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand() method in HeadsetClientService