Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DObexTest.java546 static public BluetoothSocket connectClientSocket(int type, boolean useSdp, Context context) in connectClientSocket() method in ObexTest
589 socket = connectClientSocket(type, useSdp, mContext); in testBtClient()
DMapObexLevelTest.java213 ObexTest.connectClientSocket(BluetoothSocket.TYPE_L2CAP, true, mContext); in testClient()
DSdpManagerTest.java179 clientSock = ObexTest.connectClientSocket(BluetoothSocket.TYPE_L2CAP, true, mContext); in testSdpSearchClient()