bluetooth: Support malformed oob record
authorOlivier Guiter <olivier.guiter@linux.intel.com>
Tue, 11 Sep 2012 13:44:19 +0000 (15:44 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 13 Sep 2012 13:18:03 +0000 (15:18 +0200)
commit9f3689d4c372ed4be790d8f6f92a0c5123033a41
treeed5c0c59e77c38407cce5bb412671e701df2156b
parente0ea3dfc80943a6d644cdf64a1e7cf6a99c98adc
bluetooth: Support malformed oob record

Some oob structure are malformed (e.g.: Android 4.1) with the oob
length stored as big endian (requirements are little endian). As
the length size is ALWAYS one byte (because of payload length size)
the length is always below 0x100.
src/bluetooth.c