Home
last modified time | relevance | path

Searched refs:BluetoothLeCallControl (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java21 import android.bluetooth.BluetoothLeCallControl;
39 private BluetoothLeCallControl mBluetoothLeCallControl;
51 public BluetoothLeCallControlProxy(BluetoothLeCallControl tbs) { in BluetoothLeCallControlProxy()
71 BluetoothLeCallControl.Callback callback) { in registerBearer()
DTbsGeneric.java23 import android.bluetooth.BluetoothLeCallControl;
495 if (result == BluetoothLeCallControl.RESULT_ERROR_UNKNOWN_CALL_ID) { in getTbsResult()
499 if (result == BluetoothLeCallControl.RESULT_ERROR_INVALID_URI in getTbsResult()
521 if (result == BluetoothLeCallControl.RESULT_SUCCESS) { in requestResult()
894 & BluetoothLeCallControl
906 & BluetoothLeCallControl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java24 import android.bluetooth.BluetoothLeCallControl;
163 (BluetoothLeCallControl) proxy));
1564 BluetoothLeCallControl.CAPABILITY_HOLD_CALL, in setBluetoothLeCallControl()
1604 return BluetoothLeCallControl.TERMINATION_REASON_FAIL; in getTbsTerminationReason()
1609 return BluetoothLeCallControl.TERMINATION_REASON_LINE_BUSY; in getTbsTerminationReason()
1612 return BluetoothLeCallControl.TERMINATION_REASON_REMOTE_HANGUP; in getTbsTerminationReason()
1616 return BluetoothLeCallControl.TERMINATION_REASON_CLIENT_HANGUP; in getTbsTerminationReason()
1618 return BluetoothLeCallControl.TERMINATION_REASON_SERVER_HANGUP; in getTbsTerminationReason()
1620 return BluetoothLeCallControl.TERMINATION_REASON_NETWORK_CONGESTION; in getTbsTerminationReason()
1622 return BluetoothLeCallControl.TERMINATION_REASON_INVALID_URI; in getTbsTerminationReason()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java124 BluetoothLeCallControl.CAPABILITY_HOLD_CALL in prepareTestBearer()
125 | BluetoothLeCallControl.CAPABILITY_JOIN_CALLS; in prepareTestBearer()
380 ccid, requestIdCaptor.getValue(), BluetoothLeCallControl.RESULT_SUCCESS); in testCallAccept()
389 eq(BluetoothLeCallControl.RESULT_SUCCESS)); in testCallAccept()
436 ccid, requestIdCaptor.getValue(), BluetoothLeCallControl.RESULT_SUCCESS); in testCallTerminate()
445 eq(BluetoothLeCallControl.RESULT_SUCCESS)); in testCallTerminate()
492 ccid, requestIdCaptor.getValue(), BluetoothLeCallControl.RESULT_SUCCESS); in testCallHold()
501 eq(BluetoothLeCallControl.RESULT_SUCCESS)); in testCallHold()
548 ccid, requestIdCaptor.getValue(), BluetoothLeCallControl.RESULT_SUCCESS); in testCallRetrieve()
557 eq(BluetoothLeCallControl.RESULT_SUCCESS)); in testCallRetrieve()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java23 import android.bluetooth.BluetoothLeCallControl;
1767 BluetoothLeCallControl.TERMINATION_REASON_FAIL); in testGetTbsTerminationReason()
1773 BluetoothLeCallControl.TERMINATION_REASON_LINE_BUSY); in testGetTbsTerminationReason()
1779 BluetoothLeCallControl.TERMINATION_REASON_REMOTE_HANGUP); in testGetTbsTerminationReason()
1786 BluetoothLeCallControl.TERMINATION_REASON_SERVER_HANGUP); in testGetTbsTerminationReason()
1793 BluetoothLeCallControl.TERMINATION_REASON_CLIENT_HANGUP); in testGetTbsTerminationReason()
1799 BluetoothLeCallControl.TERMINATION_REASON_NETWORK_CONGESTION); in testGetTbsTerminationReason()
1807 BluetoothLeCallControl.TERMINATION_REASON_INVALID_URI); in testGetTbsTerminationReason()
1813 BluetoothLeCallControl.TERMINATION_REASON_NETWORK_CONGESTION); in testGetTbsTerminationReason()
1844 BluetoothLeCallControl.Callback callback = in testLeCallControlCallback_onAcceptCall_withUnknownCallId()
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java53 public final class BluetoothLeCallControl implements BluetoothProfile { class
382 /* package */ BluetoothLeCallControl(Context context, BluetoothAdapter adapter) { in BluetoothLeCallControl() method in BluetoothLeCallControl
DBluetoothAdapter.java842 BluetoothProfile.LE_CALL_CONTROL, BluetoothLeCallControl::new),
3594 if (proxy instanceof BluetoothLeCallControl callControl) { in closeProfileProxy()