summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
authorFrédéric Danis <frederic.danis@linux.intel.com>2012-12-13 21:39:19 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-13 22:55:21 +0200
commitd534d9a26f7018d825111ca71c2682349a40ab65 (patch)
treeaa16a9a277f050d49615fcd2c25713f6518d6d45 /src/storage.h
parent2ff7ead49fae4ce2db0a5782bf8d0fad69ad4204 (diff)
downloadbluez-d534d9a26f7018d825111ca71c2682349a40ab65.tar.gz
device: Load profiles from storage
Add device_get_uuids() to retrieve UUIDs list. It will allow to call device_probe_profiles() from load_devices() of adapter.c after device creation. Remove write_device_profiles from storage.[ch].
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage.h b/src/storage.h
index cb9d8362e..2e2889d82 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -35,8 +35,6 @@ int read_remote_appearance(const bdaddr_t *local, const bdaddr_t *peer,
int write_lastused_info(const bdaddr_t *local, const bdaddr_t *peer,
uint8_t peer_type, struct tm *tm);
ssize_t read_pin_code(const bdaddr_t *local, const bdaddr_t *peer, char *pin);
-int write_device_profiles(const bdaddr_t *src, const bdaddr_t *dst,
- uint8_t dst_type, const char *profiles);
int delete_entry(const bdaddr_t *src, const char *storage, const bdaddr_t *dst,
uint8_t dst_type);
int store_record(const gchar *src, const gchar *dst, uint8_t dst_type,