Home
last modified time | relevance | path

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

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