greatscottgadgets / ubertooth

Software, firmware, and hardware designs for Ubertooth
https://greatscottgadgets.com/ubertoothone/
GNU General Public License v2.0
1.92k stars 430 forks source link

ubertooth hangs after capturing the att packet with a long length. #369

Open h3rb0 opened 5 years ago

h3rb0 commented 5 years ago

I can capture all ATT packet if all the ATT packet length < 100. But if an ATT packet length =120, the ubertooth will hangs after capturing it. What is going on here?

mossmann commented 5 years ago

Is this over Low Energy or Basic Rate (classic Bluetooth)?

The Ubertooth firmware doesn't know anything about the ATT protocol layer, but it is possible that there is some unexpected behavior that is dependent on a particular packet length.

mikeryan commented 3 years ago

@h3rb0 do you have an example app or device that produces large ATT packets?