Ejemplo n.º 1
0
        public static BluetoothCacheMode ToBluetoothCacheMode(this SDPCacheMode mode)
        {
            switch (mode)
            {
            default:
            case SDPCacheMode.Cached:
                return(BluetoothCacheMode.Cached);

            case SDPCacheMode.Uncached:
                return(BluetoothCacheMode.Uncached);
            }
        }
Ejemplo n.º 2
0
 public async Task <RefResult <IEnumerable <BluetoothRFCOMMAccessPoint>, AccessStatus> > GetServices(SDPCacheMode cacheMode)
 {
     throw new NotImplementedException();
 }