Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl31 void onTerminateCall(in int requestId, in ParcelUuid uuid); in onTerminateCall() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java91 public abstract void onTerminateCall(int requestId, @NonNull UUID callId); in onTerminateCall() method in BluetoothLeCallControl.Callback
176 public void onTerminateCall(int requestId, ParcelUuid uuid) { in onTerminateCall() method in BluetoothLeCallControl.CallbackWrapper