Re: [Interest] QtBluetooth: How to retrieve BLE SCAN_RSP packets?

2016-06-30 Thread Alexander Blasche
Hi, >From: Timur Kristóf > > Is there any API in the Qt Bluetooth module which can retrieve the > > data > > in the SCAN_RSP packets? > >> Unfortunately at this stage there is no API for this feature yet. >> It's one of the last

Re: [Interest] QtBluetooth: How to retrieve BLE SCAN_RSP packets?

2016-06-29 Thread Timur Kristóf
Hello Alex, On k, 2016-06-28 at 16:00 +, Alexander Blasche wrote: > > > > Is there any API in the Qt Bluetooth module which can retrieve the > > data > > in the SCAN_RSP packets? > > Unfortunately at this stage there is no API for this feature yet. > It's one of the last missing features.

Re: [Interest] QtBluetooth: How to retrieve BLE SCAN_RSP packets?

2016-06-28 Thread Alexander Blasche
Hi Timur, > -Original Message- > From: Interest [mailto:interest-bounces+alexander.blasche=qt.io@qt- > project.org] On Behalf Of Timur Kristóf > I'd like to create an app that listens to broadcasts from BLE > (Bluetooth Low Energy) device. This device is non-connectable and can > send

[Interest] QtBluetooth: How to retrieve BLE SCAN_RSP packets?

2016-06-28 Thread Timur Kristóf
Hi, I'd like to create an app that listens to broadcasts from BLE (Bluetooth Low Energy) device. This device is non-connectable and can send undirected scannable advertisements, which means it can also respond to SCAN_REQ packets. Is there any API in the Qt Bluetooth module which can retrieve