Searched refs:l2capSocket (Results 1 – 2 of 2) sorted by relevance
64 BluetoothServerSocket l2capSocket) { in ObexServerSockets() argument67 mL2capSocket = l2capSocket; in ObexServerSockets()122 BluetoothServerSocket l2capSocket = null; in create() local136 if (l2capSocket == null) { in create()138 l2capSocket = bt.listenUsingL2capOn(l2capPsm); in create()140 l2capSocket = bt.listenUsingInsecureL2capOn(l2capPsm); in create()176 ObexServerSockets sockets = new ObexServerSockets(validator, rfcommSocket, l2capSocket); in create()
108 int l2capSocket = mSdpMasRecord.getL2capPsm(); in connect() local110 if (l2capSocket != L2CAP_INVALID_PSM) { in connect()112 Log.d(TAG, "Connecting to OBEX on L2CAP channel " + l2capSocket); in connect()114 mSocket = mRemoteDevice.createL2capSocket(l2capSocket); in connect()