diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2011-01-03 18:45:50 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2011-01-05 14:11:20 +0200 |
commit | d6bb862172ac09c1fb5f2918704e999ad7924f74 (patch) | |
tree | b3dc3be6f20695adb139b72e70eabb0990bc9871 /TODO | |
parent | 08a9c3ce7d57ae38f92f43281d674d518bc6d415 (diff) |
TODO: Setup advertising parameters and data
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |