git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3172b7
)
Bluetooth: Use __le64 type for LE random numbers
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 28 Feb 2014 00:00:28 +0000
(16:00 -0800)
committer
Johan 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