//----
 protected BluetoothEndPoint PrepareConnectEndPoint(BluetoothEndPoint serverEP)
 {
     Console.WriteLine("Calling BluezL2capEndPoint.CreateConnectEndPoint");
     return(BluezL2capEndPoint.CreateConnectEndPoint(serverEP));
 }