Bluetooth scan response data
-
Hi all,
I am in the need of receiving advertisement and scan response packets with my Wipy3.
However, as far as I see there's no way that I can resoleSCAN_RESPONSE
data in thebluetooth.resolve_adv_data(data, data_type)
function. Is there any way I can resolve also the scan response packet and not just the advertisement packet?
Thanks!