summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-10-19 19:27:12 -0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-10-20 00:51:35 +0300
commit1cd29b8e2690f4bd82701acf799db07eccd502a9 (patch)
tree9d059b5b841aeb3881bc4cee3c99968c55103091 /TODO
parent02ff799a4e8bb8fb9a08fcefaf4685ea7af2446f (diff)
TODO: Define Auto Connection Establishment Procedure
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index 948d4d04..c0a25f14 100644
--- a/TODO
+++ b/TODO
@@ -40,6 +40,20 @@ Low Energy
Priority: Medium
Complexity: C2
+- Define Auto Connection Establishment Procedure. Some profiles such as
+ Proximity requires an active link to identify path lost situation. It is
+ necessary to define how to manage connections, it seems that White List
+ is appropriated to address auto connections, however is not clear if the
+ this procedure shall be a profile specific detail or if the remote device
+ object can expose a property "WhiteList", maybe "Trusted" property can be
+ also used for this purpose. Another alternative is to define a method to
+ allow application to request/register the wanted scanning/connection
+ parameters. Before start this task, a RFC/PATCH shall be sent to the ML.
+ See Volume 3, Part C, section 9.3.5 for more information.
+
+ Priority: Medium
+ Complexity: C2
+
- Device Name Characteristic is a GAP characteristic for Low Energy. This
characteristic shall be integrated/used in the discovery procedure. The
ideia is to report the value of this characteristic using DeviceFound signals.