ndef: Implement static handover
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 20 Jun 2013 12:46:17 +0000 (14:46 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 20 Jun 2013 12:46:17 +0000 (14:46 +0200)
commit23d531b8703efd277f22bee98565446742d2e95f
tree5c6a2cbef5df2dde95bae331155f8fbce7bd0212
parentccd520cdea10a7f7497085cbb38c796df589b8df
ndef: Implement static handover

static handover is going through a different D-Bus path as it would not
make sense to handle both static and dynamic handover from the same code
path.
Static handover means an application explicitely requires to send a
handover select without having previously received a handover request.
This could typically be used for handling WiFi handover through
configuration token from the registrar perspective. The registrar
(a.k.a. the Access Point) would send a configuration token via Handover
and expects the Enrolle (a.k.a. the WiFi STA) to initiate the WiFi
association.
src/device.c
src/ndef.c
test/push-device