Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java452 } else if (request.requestedOpcode == TbsGatt.CALL_CONTROL_POINT_OPCODE_LOCAL_RETRIEVE) { in checkRequestComplete()
853 case TbsGatt.CALL_CONTROL_POINT_OPCODE_LOCAL_RETRIEVE:
1026 case TbsGatt.CALL_CONTROL_POINT_OPCODE_LOCAL_RETRIEVE: in callControlRequestOpcodeStr()
1227 case TbsGatt.CALL_CONTROL_POINT_OPCODE_LOCAL_RETRIEVE: in isCallStateTransitionValid()
DTbsGatt.java92 @VisibleForTesting public static final int CALL_CONTROL_POINT_OPCODE_LOCAL_RETRIEVE = 0x03; field in TbsGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java534 mCurrentDevice, TbsGatt.CALL_CONTROL_POINT_OPCODE_LOCAL_RETRIEVE, args); in testCallRetrieve()
555 eq(TbsGatt.CALL_CONTROL_POINT_OPCODE_LOCAL_RETRIEVE), in testCallRetrieve()