Searched refs:sendVendorAtCommand (Results 1 – 1 of 1) sorted by relevance
434 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand() method in HeadsetClientService.BluetoothHeadsetClientBinder439 return service.sendVendorAtCommand(device, vendorId, atCommand); in sendVendorAtCommand()881 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand() method in HeadsetClientService