summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-todo.txt
blob: c00f8e3d08bda5515d07b2c762a4bca1e78c292a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
* Get encryption key size
Date: 2006/04/11
Description: This method is not implemented

* 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.

* dbus_message_get_args usage standard
Data: 2006/11/26
Description: dbus_message_get_args returns FALSE if the error is set.
Therefore, it is better get the function call return value than call
dbus_error_is_set. Some call inside dbus-manager.c and dbus-adapter.c
are not following this standard.

* Authorization and services methods errors
Date: 2006/11/26
Define/review the errors for authorization and services methods

* D-Bus policies for Service Agents
Date: 2006/11/26
Define D-Bus policies to avoid clients call the service agent methods
directly.

* Resolve Name
Date: 2006/11/26
Re-design the name resolving to avoid adapter busy "state" with paging when
the remote device is not reachable.