Bluetooth-LE-Library---Android icon indicating copy to clipboard operation
Bluetooth-LE-Library---Android copied to clipboard

Advertisement record lengths are incorrectly handled

Open XabierGoros opened this issue 6 years ago • 0 comments

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.

XabierGoros avatar Oct 17 '18 09:10 XabierGoros