Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java666 private int mL2cChannel = 0; field in BluetoothOppTransfer.SocketConnectThread
701 mL2cChannel = l2capChannel; in SocketConnectThread()
777 Log.d(TAG, "sdp initiated = " + mSdpInitiated + " l2cChannel :" + mL2cChannel); in run()
782 if (!mSdpInitiated || mL2cChannel < 0) { in run()
799 mBtSocket = mDevice.createInsecureL2capSocket(mL2cChannel); in run()