Home
last modified time | relevance | path

Searched defs:callAdded (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl37 void callAdded(in int ccid, in BluetoothLeCall call, in AttributionSource attributionSource); in callAdded() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java291 public void callAdded(int ccid, BluetoothLeCall call, AttributionSource source) { in callAdded() method in TbsService.TbsServerBinder
390 void callAdded(int ccid, BluetoothLeCall call) { in callAdded() method in TbsService
DTbsGeneric.java538 public synchronized void callAdded(int ccid, BluetoothLeCall call) { in callAdded() method in TbsGeneric