Home
last modified time | relevance | path

Searched refs:CALL_CONTROL_POINT_OPCODE_ACCEPT (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java439 } else if (request.requestedOpcode == TbsGatt.CALL_CONTROL_POINT_OPCODE_ACCEPT) { in checkRequestComplete()
850 case TbsGatt.CALL_CONTROL_POINT_OPCODE_ACCEPT:
883 if (opcode == TbsGatt.CALL_CONTROL_POINT_OPCODE_ACCEPT) {
1020 case TbsGatt.CALL_CONTROL_POINT_OPCODE_ACCEPT: in callControlRequestOpcodeStr()
1209 case TbsGatt.CALL_CONTROL_POINT_OPCODE_ACCEPT: in isCallStateTransitionValid()
DTbsGatt.java89 @VisibleForTesting public static final int CALL_CONTROL_POINT_OPCODE_ACCEPT = 0x00; field in TbsGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java364 mCurrentDevice, TbsGatt.CALL_CONTROL_POINT_OPCODE_ACCEPT, args); in testCallAccept()
387 eq(TbsGatt.CALL_CONTROL_POINT_OPCODE_ACCEPT), in testCallAccept()
DTbsGattTest.java570 int requestedOpcode = TbsGatt.CALL_CONTROL_POINT_OPCODE_ACCEPT; in testSetCallControlPointResult()