Home
last modified time | relevance | path

Searched refs:TERMINATION_REASON_FAIL (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java103 TERMINATION_REASON_FAIL,
127 public static final int TERMINATION_REASON_FAIL = 0x01; field in BluetoothLeCallControl
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1604 return BluetoothLeCallControl.TERMINATION_REASON_FAIL; in getTbsTerminationReason()
1624 return BluetoothLeCallControl.TERMINATION_REASON_FAIL; in getTbsTerminationReason()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1767 BluetoothLeCallControl.TERMINATION_REASON_FAIL); in testGetTbsTerminationReason()