summaryrefslogtreecommitdiffstats
path: root/src/storage.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-14 18:03:54 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-14 18:03:54 +0200
commita90bb1223be9413d5ef76a18d16bbc0de757ceda (patch)
treee6e02702aca1e0377515006905b3901701d9c9c0 /src/storage.h
parenta6195ecddf5e2b284654ace85566ecd60ab06141 (diff)
parent6d7e8a0ee472260f615131154407561fbb615ec4 (diff)
Merge branch 'master' of git://git.infradead.org/users/dwmw2/bluez
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h
index 7f89ef19..a4eb82da 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -59,3 +59,8 @@ int delete_entry(bdaddr_t *src, const char *storage, const char *key);
int store_record(const gchar *src, const gchar *dst, sdp_record_t *rec);
sdp_record_t *fetch_record(const gchar *src, const gchar *dst, const uint32_t handle);
int delete_record(const gchar *src, const gchar *dst, const uint32_t handle);
+
+int store_pnp(const gchar *src, const gchar *dst, const uint16_t vendor,
+ const uint16_t product, const uint16_t version);
+int read_pnp(const gchar *src, const gchar *dst, uint32_t *vendor,
+ uint16_t *product, uint16_t *version);