Searched refs:SequencerType (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | ObexTest.java | 103 private enum SequencerType { enum in ObexTest 338 testBtServer(BluetoothSocket.TYPE_L2CAP, false, SequencerType.SEQ_TYPE_PAYLOAD); in testBtServerL2cap() 342 testBtServer(BluetoothSocket.TYPE_RFCOMM, false, SequencerType.SEQ_TYPE_PAYLOAD); in testBtServerRfcomm() 346 testBtClient(BluetoothSocket.TYPE_L2CAP, false, SequencerType.SEQ_TYPE_PAYLOAD); in testBtClientL2cap() 350 testBtClient(BluetoothSocket.TYPE_RFCOMM, false, SequencerType.SEQ_TYPE_PAYLOAD); in testBtClientRfcomm() 354 testBtServer(BluetoothSocket.TYPE_L2CAP, true, SequencerType.SEQ_TYPE_PAYLOAD); in testBtServerSdpL2cap() 358 testBtServer(BluetoothSocket.TYPE_RFCOMM, true, SequencerType.SEQ_TYPE_PAYLOAD); in testBtServerSdpRfcomm() 362 testBtClient(BluetoothSocket.TYPE_L2CAP, true, SequencerType.SEQ_TYPE_PAYLOAD); in testBtClientSdpL2cap() 366 testBtClient(BluetoothSocket.TYPE_RFCOMM, true, SequencerType.SEQ_TYPE_PAYLOAD); in testBtClientSdpRfcomm() 373 SequencerType.SEQ_TYPE_CONNECT_DISCONNECT); in testBtServerConnectL2cap() [all …]
|