summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-14 11:14:12 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-14 11:14:24 +0200
commit12ea3fe7e2628d564e27843762f1cf613b821582 (patch)
tree28312d01359d5710c80183040e1809d2eb251c62 /src/storage.h
parent77cbb594ad22baec00c2ef8670e62c02ae471513 (diff)
downloadbluez-12ea3fe7e2628d564e27843762f1cf613b821582.tar.gz
core: Rename write_device_services according to what it actually does
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h
index 4a4a3db06..e26753a89 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -40,7 +40,7 @@ int delete_record(const gchar *src, const gchar *dst, uint8_t dst_type,
const uint32_t handle);
sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid);
int read_device_pairable(const bdaddr_t *local, gboolean *mode);
-int write_device_services(const bdaddr_t *sba, const bdaddr_t *dba,
+int write_device_primaries(const bdaddr_t *sba, const bdaddr_t *dba,
uint8_t bdaddr_type, const char *services);
int write_device_characteristics(const bdaddr_t *sba, const bdaddr_t *dba,
uint8_t bdaddr_type, uint16_t handle,