Searched defs:mHsConnect (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java61 private HeaderSet mHsConnect = null; field in class:BluetoothMnsObexClient
352 mHsConnect = mClientSession.connect(hs);
413 if (mHsConnect.mConnectionID != null) {
415 System.arraycopy(mHsConnect.mConnectionID, 0, request.mConnectionID, 0, 4);

Completed in 34 milliseconds