Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java435 result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS; in checkRequestComplete()
441 result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS; in checkRequestComplete()
448 result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS; in checkRequestComplete()
455 result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS; in checkRequestComplete()
461 result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS; in checkRequestComplete()
482 result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS; in checkRequestComplete()
775 TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS); in processOriginateCall()
803 return TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS; in processOriginateCall()
928 result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS;
950 result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS;
[all …]
DTbsGatt.java96 @VisibleForTesting public static final int CALL_CONTROL_POINT_RESULT_SUCCESS = 0x00; field in TbsGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java572 int result = TbsGatt.CALL_CONTROL_POINT_RESULT_SUCCESS; in testSetCallControlPointResult()