aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-10-19 19:27:11 -0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-10-20 00:51:33 +0300
commit02ff799a4e8bb8fb9a08fcefaf4685ea7af2446f (patch)
tree7401d1148d320c808b64b1612baf076ad1e8a4d8 /TODO
parent015afd7ca4deddd3686d99bc71bee496dc7c6b1e (diff)
downloadbluez-02ff799a4e8bb8fb9a08fcefaf4685ea7af2446f.tar.gz
TODO: Advertising management
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index d95932b7..948d4d04 100644
--- a/TODO
+++ b/TODO
@@ -26,6 +26,20 @@ Low Energy
Priority: Medium
Complexity: C2
+- Advertising management. Adapter interface needs to be changed to manage
+ connection modes, adapter type and advertising policy. See Volume 3,
+ Part C, section 9.3. If Attribute Server is enabled the LE capable
+ adapter shall to start advertising. Further investigation is necessary
+ to define which connectable mode needs to be supported: Non-connectable,
+ directed connectable and undirected connectable. Basically, two connectable
+ scenarios shall be addressed:
+ 1. GATT client is disconnected, but intends to become a Peripheral to
+ receive indications/notifications.
+ 2. GATT server intends to accept connections.
+
+ 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.