diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2010-10-15 10:03:01 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-10-15 16:54:34 +0300 |
commit | d1ca6e7fb56b380a118fc16c05cf45b8ca18c9f1 (patch) | |
tree | 9d45bf8ebab6cfd249a0a4e262b35d3600a0efee /TODO | |
parent | c96b30b5ccf60dde22313a13e5e229bc9c7f6393 (diff) |
TODO: Avoid Characteristic discovery for non connectable device
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -14,8 +14,17 @@ Background Higher complexity tasks should be refined into several lower complexity tasks once the task is better understood. -LE Generic Access Profile -========================= +Low Energy +========== + +- Avoid Characteristic discovery for non connectable devices. Proper parsing + of LE Advertising Report Event is missing. Event_Type field needs to be + extracted and its value shall be considered before to start the LE + connection on the channel 4. Characteristic discovery should not be + started for non connectable devices. + + 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 |