summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-todo.txt
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-04-11 12:57:41 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-04-11 12:57:41 +0000
commitd8119fa65ac1ab57e656f42abdfeb1ab3b544804 (patch)
treeaa83798d113206c3e78a17270c768b45f650af07 /hcid/dbus-todo.txt
parent1f98ca9b57ecd36d032449972b7b9f006ad1e06f (diff)
possible errors revision
Diffstat (limited to 'hcid/dbus-todo.txt')
-rw-r--r--hcid/dbus-todo.txt24
1 files changed, 17 insertions, 7 deletions
diff --git a/hcid/dbus-todo.txt b/hcid/dbus-todo.txt
index beec2862..db18c74a 100644
--- a/hcid/dbus-todo.txt
+++ b/hcid/dbus-todo.txt
@@ -1,10 +1,20 @@
-* method rename
+* Memory allocation failure for D-Bus messages
Date: 2006/04/10
-Description: Rename the method GetServicesClasses to GetServiceClasses.
+Description: return DBUS_HANDLER_RESULT_NEED_MEMORY instead of return
+an out of memory error
-* Error return for remote major/minor class
-Date: 2006/04/10
-Description: GetRemoteMajorMajorClass and GetRemoteMinorClass should
-return "org.bluez.Error.NotAvailable" when the "classes" doesn't exists.
-Currently, it's returning no such file or directory.
+* Get encryption key size
+Date: 2006/04/11
+Description: This method is not implemented
+
+* get_device_address
+Date: 2006/04/11
+Description: This function is called frequently. Verify if it's
+possible add a new field in the D-Bus data path structure to
+store this information.
+
+* record doesn't exist and not available
+Date: 2006/04/11
+Description: Review these errors. The usage of "Does not exists"
+and "Not available" are confusing.