nccgroup / Sniffle

A sniffer for Bluetooth 5 and 4.x LE
https://www.nccgroup.trust/us/our-research/sniffle-a-sniffer-for-bluetooth-5/?research=Public+tools
GNU General Public License v3.0
869 stars 129 forks source link

active scan mode can not get connect_ind packet #68

Closed LeeKoTo closed 7 months ago

LeeKoTo commented 7 months ago

active scan mode can not get connect_ind packet

sultanqasim commented 7 months ago

Correct, that's the intended behaviour. Active scanning transmits SCAN_REQ to get SCAN_RSP. It's not meant to capture CONNECT_IND. Use the normal sniff_receiver.py script to capture CONNECT_IND and follow connections,