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