if (sdpServer == null) sdpServer = new SDPServer();
return sdpServer;
}
public L2CAPChannel resolveAndCreateL2CAPChannel(long psm, L2CAPLink link, short localChannelID, short remoteChannelID) {
L2CAPChannelFactory channelCreator = (L2CAPChannelFactory)services.get(new Long(psm));
return channelCreator.newL2CAPChannel();
}