Hi,
I managed to sniff some communcation in WireShark, ADV_INT, CONNECT_REQ, Empty PDU.

If I try to rebuild the functionality in Python, no CONNECT_REQ ist shown in the packets.
if packet.blePacket is not None:
if packet.blePacket.advType == 5:
print("this never happend before!!!!")
exit(0)
continue
Also extracting the PDU Type from the blePackets Payloads doesn't work out either. Just recently confirmed it's the same as packet.blePacket.advType :-D
It seems that it's never send from the phone (unusal, app and wireshark proves as it's working fine) or it gets lost some how. Restarted the code over and over again so interference or wrong channel can be excluded as an option.
Any idea what i'm doing wrong?
Running Win7 and Python 2 with nrfsniffer200beta312oct20181c2a221