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