I'm using hcitool to discover BT devices.
hcitool scan
I works great but when it succeeds, the successive invocations will return the contents of the discovery cache and return immediately. I need a way to force the scanning to make sure I always get the most up to date presence info. One solution I found is
hciconfig reset
Is this the right way to do it?