Fresh bluetooth discovery
Question
> > I am using the RHostResolver to get bluetooth devices.
> > If one bluetooth device is detected is added to some kind of cache.
> > If we make that device of it is still detected for Symbian.
> >
> > Is there any way to delete that cache ?
Answer
> You can't actually delete the cache, but you can make the search
> not use it, but do a physical scan instead:
> addr.SetIAC(KGIAC);
> addr.SetAction(KHostResInquiry|
> KHostResName|KHostResIgnoreCache);
> ^^^^^^^^^^^^^^^^^^^
> hr.GetByAddress(addr, name, iStatus);