summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2012-07-25 17:24:15 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-27 15:39:46 +0200
commit9c2579e769b6f2567cd3068d4f64d465bfd0cf92 (patch)
treec7ac0cc74548cb50ed6f6b39a0e7fa17769ce39d /doc
parent3507c4681b9163af29bb21ee6fe4064b298da470 (diff)
downloadneard-9c2579e769b6f2567cd3068d4f64d465bfd0cf92.tar.gz
neard-9c2579e769b6f2567cd3068d4f64d465bfd0cf92.tar.bz2
neard-9c2579e769b6f2567cd3068d4f64d465bfd0cf92.zip
doc: Fix handover agent API description
OOB data given by agent is used for both Hr and Hs. Hash must be present if Randomizer is present in dictionary.
Diffstat (limited to 'doc')
-rw-r--r--doc/handover-agent-api.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/handover-agent-api.txt b/doc/handover-agent-api.txt
index 441b393..9bacc31 100644
--- a/doc/handover-agent-api.txt
+++ b/doc/handover-agent-api.txt
@@ -12,8 +12,8 @@ Methods dict RequestOOB() [experimental]
agent, typically the BlueZ daemon.
The service daemon will use this OOB data to build
- a Handover Request message, send it to the selector
- and let it proceed with the Bluetooth pairing.
+ a Handover Request or Select message and send it to
+ remote device.
If there is no Bluetooth adapter or if it doesn't
support simple pairing the agent will return an error.
@@ -47,7 +47,8 @@ Fields string Address
array{byte} Hash
The simple pairing hash C.
- This is an optional field.
+ This is a mandatory field if Randomizer is present,
+ otherwise optional.
array{byte} Randomizer