diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2012-10-31 12:22:14 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-14 11:34:53 +0100 |
commit | 50118e6f2267e5926fdb28897ffc751d496ec5b4 (patch) | |
tree | f0f96976ad9cf48bc763ff28fdd504c5e9fbe7cf /include | |
parent | c76d6daf2af18253bf4955997c60267bb4349c43 (diff) | |
download | neard-50118e6f2267e5926fdb28897ffc751d496ec5b4.tar.gz neard-50118e6f2267e5926fdb28897ffc751d496ec5b4.tar.bz2 neard-50118e6f2267e5926fdb28897ffc751d496ec5b4.zip |
agent: Add __near_agent_handover_push_data function
Diffstat (limited to 'include')
-rw-r--r-- | include/dbus.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/include/dbus.h b/include/dbus.h index e5c74af..245152a 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -24,16 +24,17 @@ #define NFC_SERVICE "org.neard" #define NFC_PATH "/org/neard" -#define NFC_ERROR_INTERFACE NFC_SERVICE ".Error" -#define NFC_NDEF_AGENT_INTERFACE NFC_SERVICE ".NDEFAgent" +#define NFC_ERROR_INTERFACE NFC_SERVICE ".Error" +#define NFC_NDEF_AGENT_INTERFACE NFC_SERVICE ".NDEFAgent" +#define NFC_HANDOVER_AGENT_INTERFACE NFC_SERVICE ".HandoverAgent" -#define NFC_MANAGER_INTERFACE NFC_SERVICE ".Manager" -#define NFC_MANAGER_PATH "/" +#define NFC_MANAGER_INTERFACE NFC_SERVICE ".Manager" +#define NFC_MANAGER_PATH "/" -#define NFC_ADAPTER_INTERFACE NFC_SERVICE ".Adapter" -#define NFC_DEVICE_INTERFACE NFC_SERVICE ".Device" -#define NFC_TAG_INTERFACE NFC_SERVICE ".Tag" -#define NFC_RECORD_INTERFACE NFC_SERVICE ".Record" +#define NFC_ADAPTER_INTERFACE NFC_SERVICE ".Adapter" +#define NFC_DEVICE_INTERFACE NFC_SERVICE ".Device" +#define NFC_TAG_INTERFACE NFC_SERVICE ".Tag" +#define NFC_RECORD_INTERFACE NFC_SERVICE ".Record" typedef void (* near_dbus_append_cb_t) (DBusMessageIter *iter, void *user_data); |