Bluetooth: Use __le64 type for LE random numbers
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 28 Feb 2014 00:00:28 +0000 (16:00 -0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 28 Feb 2014 10:36:04 +0000 (12:36 +0200)
The random numbers in Bluetooth Low Energy are 64-bit numbers and should
also be little endian since the HCI specification is little endian.

Change the whole Low Energy pairing to use __le64 instead of a byte
array.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>

No differences found