Ejemplo n.º 1
0
        //----
        protected override BluetoothEndPoint PrepareBindEndPoint(BluetoothEndPoint serverEP)
        {
            var l2capEp = BluezL2capEndPoint.CreateBindEndPoint(serverEP);

            return(l2capEp);
        }
 protected override BluetoothEndPoint PrepareBindEndPoint(BluetoothEndPoint serverEP)
 {
     Console.WriteLine("Calling BluezL2capEndPoint.CreateBindEndPoint");
     return(BluezL2capEndPoint.CreateBindEndPoint(serverEP));
 }