diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2012-07-25 17:24:15 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-27 15:39:46 +0200 |
commit | 9c2579e769b6f2567cd3068d4f64d465bfd0cf92 (patch) | |
tree | c7ac0cc74548cb50ed6f6b39a0e7fa17769ce39d /doc | |
parent | 3507c4681b9163af29bb21ee6fe4064b298da470 (diff) | |
download | neard-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.txt | 7 |
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 |