0

I want to read advertisement packets from BLE peripherals as they contain some information that don't necessarily come at scan response packets.

Is there a way to get information from advertisement of BLE peripherals with Qt (5.5)? I'm not talking about discovering services using QLowEnergyController::discoverServices() which (probably) uses scan response procedure. Can GAP be reached this deep with Qt?

Many thanks

G. Ko
  • 403
  • 6
  • 15

1 Answers1

2

You can't for now, it's on the roadmap but there is no ETA :

https://bugreports.qt.io/browse/QTBUG-46008

https://bugreports.qt.io/browse/QTBUG-31674

Histrion
  • 31
  • 3