Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl42 void onJoinCalls(in int requestId, in List<ParcelUuid> uuids); in onJoinCalls() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java278 public void onJoinCalls(int requestId, @NonNull List<UUID> callIds) { in onJoinCalls() method in BluetoothLeCallControl.Callback
354 public void onJoinCalls(int requestId, List<ParcelUuid> parcelUuids) { in onJoinCalls() method in BluetoothLeCallControl.CallbackWrapper