summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMichael Janssen <jamuraa@chromium.org>2015-04-03 15:02:07 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-04-07 17:45:11 +0300
commit0dd8773fa19d497b813c518d7e02fa4940de4a77 (patch)
tree3b8a6b72603161eedce075b80df33e25b3d27a12 /TODO
parente3b1d2fa81555111abf34ecc70832266e29df0cd (diff)
downloadbluez-0dd8773fa19d497b813c518d7e02fa4940de4a77.tar.gz
Update TODO for LE Advertising
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 10 insertions, 10 deletions
diff --git a/TODO b/TODO
index 65e19ee73..294539244 100644
--- a/TODO
+++ b/TODO
@@ -64,16 +64,16 @@ General
Low Energy
==========
-- 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.
+- Connection modes. Adapter interface needs to be changed to manage
+ connection modes and adapter type. See Volume 3, Part C, section 9.3.
+ 1. Mode management: Peripheral / Central
+
+ Priority: Medium
+ Complexity: C2
+
+- Advertising data. The D-Bus interface needs to be updated to enable setting
+ scan response data, and to read the advertising and scan response data which
+ has been broadcast from other LE devices.
Priority: Medium
Complexity: C2