virtualabs / btlejack

Bluetooth Low Energy Swiss-army knife
MIT License
1.9k stars 196 forks source link

"Computing CRCInit value" never ending #67

Closed sthuettr closed 1 year ago

sthuettr commented 4 years ago

I'm using btlejack to sniff the BLE traffic from one of my HomeKit Accessories. I can't seem to hijack a connection. When I start listening for existing connections and then start the pairing between my accessory and my iOS device I get the following output: [ - 57 dBm] 0xaf9a8d6d | pkts: 1 [ - 57 dBm] 0xaf9a8d6d | pkts: 2 But when I try to follow the connection I get stuck at "Computing CRCInit value". Does anybody know why this happens?

I'm using one microBit, connected to a Raspberry Pi 4 Model B

Thanks