Paulo Alcantara | 23 May 2012 20:48

[PATCH BlueZ 13/15] storage: Rename characteristic to characteristics

From: Claudio Takahasi <claudio.takahasi@...>

This patch renames the "characteristic" file to "characteristics" to be
more suitable with its content.
---
 src/storage.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/storage.c b/src/storage.c
index 1f8852f..bc13cee 100644
--- a/src/storage.c
+++ b/src/storage.c
 <at>  <at>  -1237,7 +1237,7  <at>  <at>  int delete_device_service(const bdaddr_t *sba, const bdaddr_t *dba,
 	sprintf(&key[17], "#%hhu", bdaddr_type);

 	/* Deleting all characteristics of a given key */
-	create_filename(filename, PATH_MAX, sba, "characteristic");
+	create_filename(filename, PATH_MAX, sba, "characteristics");
 	delete_by_pattern(filename, key);

 	/* Deleting all attributes values of a given key */
 <at>  <at>  -1272,7 +1272,7  <at>  <at>  int write_device_characteristics(const bdaddr_t *sba, const bdaddr_t *dba,
 {
 	char filename[PATH_MAX + 1], addr[18], key[25];

-	create_filename(filename, PATH_MAX, sba, "characteristic");
+	create_filename(filename, PATH_MAX, sba, "characteristics");

 	create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);

 <at>  <at>  -1287,7 +1287,7  <at>  <at>  char *read_device_characteristics(const bdaddr_t *sba, const bdaddr_t *dba,
 {
 	char filename[PATH_MAX + 1], addr[18], key[25];

-	create_filename(filename, PATH_MAX, sba, "characteristic");
+	create_filename(filename, PATH_MAX, sba, "characteristics");

 	ba2str(dba, addr);
 	snprintf(key, sizeof(key), "%17s#%hhu#%04X", addr, bdaddr_type, handle);
--

-- 
1.7.7.6


Gmane