summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2011-01-03 18:45:50 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-01-05 14:11:20 +0200
commitd6bb862172ac09c1fb5f2918704e999ad7924f74 (patch)
treeb3dc3be6f20695adb139b72e70eabb0990bc9871 /TODO
parent08a9c3ce7d57ae38f92f43281d674d518bc6d415 (diff)
TODO: Setup advertising parameters and data
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 54fef161..6c5c58d8 100644
--- a/TODO
+++ b/TODO
@@ -54,6 +54,17 @@ Low Energy
Priority: Medium
Complexity: C2
+- Implement a tool(or extend hciconfig) to setup the advertising parameters
+ and data. Extend hciconfig passing extra arguments when enabling the
+ advertises is not the right approach, it will be almost impossible to
+ address all arguments needed in an acceptable way. For testing, we need
+ a tool to change easily the AD Flags, the UUIDs and other data that can be
+ exported through the advertising data field. Suggestions: 1) extend hciconfig
+ passing a config file when enabling advertises; 2) write a ncurses based tool
+
+ 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.