Home
last modified time | relevance | path

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

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl89 …boolean sendVendorAtCommand(in BluetoothDevice device, int vendorId, String atCommand, in Attribut… in sendVendorAtCommand() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A 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
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java743 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, in sendVendorAtCommand() method in BluetoothHeadsetClient
750 return service.sendVendorAtCommand(device, vendorId, atCommand, mAttributionSource); in sendVendorAtCommand()