5

I'm currently developing a QT app on Mac OS and it is working fine.

However I build buildroot image for SAMA5D27 with WILC3000 wifi/ble.

The BlueZ version is 5.48 and the QT is 5.12.2.

The problem is when a device is scanned it remains in cache. I'm not able to filter the non-cached found devices using the isCached() method provided by QT ( It always returns false. It just doesnt work )

How can I disable the BlueZ cache or just delete the previous scanns in QT?

Thanks in advance!

Angel
  • 51
  • 2

1 Answers1

2

The found devices are stored in /var/lib/bluetooth/..... They can be deleted manually. But this is not very elegant. If you find a more elegant way via QT or bluez, tell us.

abeat
  • 31
  • 2