Home
last modified time | relevance | path

Searched refs:ID_TRANSFER_APDU_REQ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapMessageTest.java27 import static com.android.bluetooth.sap.SapMessage.ID_TRANSFER_APDU_REQ;
215 mMessage.setMsgType(ID_TRANSFER_APDU_REQ); in send()
221 mMessage.setMsgType(ID_TRANSFER_APDU_REQ); in send()
228 mMessage.setMsgType(ID_TRANSFER_APDU_REQ); in send()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java49 public static final int ID_TRANSFER_APDU_REQ = 0x05; field in SapMessage
406 case ID_TRANSFER_APDU_REQ: in readMessage()
782 case ID_TRANSFER_APDU_REQ: in send()
994 case ID_TRANSFER_APDU_REQ: in createSolicited()
1233 case ID_TRANSFER_APDU_REQ: in getMsgTypeName()