From: Johan Hedberg Date: Tue, 28 Oct 2014 14:17:05 +0000 (+0100) Subject: Bluetooth: Add basic LE SC OOB support for remote OOB data X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~28^2~5^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29b073351ffdda0ce9745f3bd98f5a513c523d7;p=pandora-kernel.git Bluetooth: Add basic LE SC OOB support for remote OOB data This patch adds basic OOB pairing support when we've received the remote OOB data. This includes tracking the remote r value (in smp->rr) as well as doing the appropriate f4() call when needed. Previously the OOB rand would have been stored in smp->rrnd however these are actually two independent values so we need separate variables for them. Na/Nb in the spec maps to smp->prnd/rrnd and ra/rb maps to smp->rr with smp->pr to come once local OOB data is supported. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed