public ISdpDiscoveryRecordsBuffer ReadDiscoveryRecords(BluetoothAddress address, int maxCount, ServiceDiscoveryParams args)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public SdrbClass(ServiceDiscoveryParams request, IList <SimpleInfo> list)
     : base(request)
 {
     m_si = list;
 }