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.aidl34 void onTerminateCall(in int requestId, in ParcelUuid uuid); in onTerminateCall() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java225 public abstract void onTerminateCall(int requestId, @NonNull UUID callId); in onTerminateCall() method in BluetoothLeCallControl.Callback
314 public void onTerminateCall(int requestId, ParcelUuid uuid) { in onTerminateCall() method in BluetoothLeCallControl.CallbackWrapper