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.java507 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand, in sendVendorAtCommand() method in HeadsetClientService.BluetoothHeadsetClientBinder
514 return service.sendVendorAtCommand(device, vendorId, atCommand); in sendVendorAtCommand()
947 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand() method in HeadsetClientService