Bluetooth-LE-Library---Android
Bluetooth-LE-Library---Android copied to clipboard
Advertisement record lengths are incorrectly handled
Since in Java all primitive types are signed, we could receive a negative advertisement length. In that case, the library doesn't consider this case and it must be converted to unsigned int.