Searched refs:sendVendorAtCommand (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothHeadsetClient.aidl | 89 …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 D | HeadsetClientService.java | 507 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 D | BluetoothHeadsetClient.java | 743 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, in sendVendorAtCommand() method in BluetoothHeadsetClient 750 return service.sendVendorAtCommand(device, vendorId, atCommand, mAttributionSource); in sendVendorAtCommand()
|