/** @see org.javabluetooth.stack.BluetoothStack#open_L2CAPChannel(long, short) */
public void connectL2CAPChannel(L2CAPChannel channel, RemoteDevice remoteDevice, short psm) throws HCIException {
L2CAPLink link = hciTransport.getL2CAPLink(remoteDevice.bdAddrLong, remoteDevice.pageScanRepMode,
remoteDevice.pageScanMode, remoteDevice.clockOffset);
link.connectL2CAPChannel(channel, psm);
}
/**
* @see org.javabluetooth.stack.BluetoothStack#openL2CAPService(org.javabluetooth.stack.l2cap.L2CAPChannel, short,
* short, byte[])