Searched defs:clccResponse (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | BluetoothHeadsetProxy.java | 39 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse() method in BluetoothHeadsetProxy
|
H A D | HeadsetService.java | 694 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse() method in HeadsetService.BluetoothHeadsetBinder 1648 private void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse() method in HeadsetService
|
H A D | HeadsetNativeInterface.java | 410 public boolean clccResponse(BluetoothDevice device, int index, int dir, int status, int mode, in clccResponse() method in HeadsetNativeInterface
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothHeadset.aidl | 90 …void clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int… in clccResponse() method
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothHeadset.java | 1206 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, in clccResponse() method in BluetoothHeadset
|