Home
last modified time | relevance | path

Searched defs:onUnholdCall (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl33 void onUnholdCall(in int requestId, in ParcelUuid uuid); in onUnholdCall() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java117 public void onUnholdCall(int requestId, @NonNull UUID callId) { in onUnholdCall() method in BluetoothLeCallControl.Callback
187 public void onUnholdCall(int requestId, ParcelUuid uuid) { in onUnholdCall() method in BluetoothLeCallControl.CallbackWrapper