Searched refs:serverDevice (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DSecurityTest.java24 BluetoothDevice serverDevice = bt.getRemoteDevice(ObexTest.SERVER_ADDRESS);
25 Log.i(TAG,"ServerDevice: " + serverDevice);
29 serverDevice.createInsecureRfcommSocketToServiceRecord(BluetoothUuid.SAP.getUuid());
H A DSdpManagerTestServer.java299 private void searchAwaitAndValidate(final String[] uuids, BluetoothDevice serverDevice, int count) { argument
311 serverDevice.sdpSearch(BluetoothUuid.MAS);
313 serverDevice.sdpSearch(BluetoothUuid.MNS);
315 serverDevice.sdpSearch(BluetoothUuid.PBAP_PSE);
317 serverDevice.sdpSearch(BluetoothUuid.ObexObjectPush);
319 serverDevice.sdpSearch(BluetoothUuid.SAP);
H A DObexTest.java557 BluetoothDevice serverDevice = bt.getRemoteDevice(SERVER_ADDRESS);
560 SdpMasRecord record = clientAwaitSdp(serverDevice, context);
567 socket = serverDevice.createL2capSocket(l2capPsm);
569 socket = serverDevice.createRfcommSocket(rfcommChannel);
686 private static SdpMasRecord clientAwaitSdp(BluetoothDevice serverDevice, Context context) { argument
694 serverDevice.sdpSearch(SDP_UUID_OBEX_MAS);

Completed in 45 milliseconds