summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-todo.txt
diff options
context:
space:
mode:
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.