Reading advertisement packet at BLE central using QtBluetooth
Unsolved
Mobile and Embedded
-
Is there any way to read the contents of advertisement advertised by a peripheral device.
I want to use the information in the advertisement packet to filter by devices when i am scanning for devices. I found that QBluetoothDeviceDiscoveryAgent::deviceDiscovered signal only has one parameter QBluetoothDeviceInfo, and i could not find any info regarding advertisement packet.