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

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java344 private BluetoothSocket mOutgoingSco; field in class:BluetoothHandsfree.ScoSocketConnectThread
348 mOutgoingSco = device.createScoSocket();
358 mOutgoingSco.connect();
361 mOutgoingSco = null;
365 if (mOutgoingSco != null) {
374 mConnectedSco = mOutgoingSco;
388 mOutgoingSco.close();
392 mOutgoingSco = null;

Completed in 26 milliseconds