summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-10-13 13:32:19 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2010-10-13 19:50:07 +0300
commit744ac23e0fa13b2479412004ba68389c829ff800 (patch)
treedd367146709fc3486f3cb87676bc1ff4ba7f011f /TODO
parent2cd38504909b55265c0e3b77f2d0c221e4ae1870 (diff)
downloadbluez-744ac23e0fa13b2479412004ba68389c829ff800.tar.gz
Disable automatic notification/indication in the attribute server
Attribute server shall not send automatic indication/notification messages if the client didn't request them. Client shall use Client /Server Characteristic Configuration descriptors to be notified about attribute changes. If the server doesn't support these descriptors, the client shall implement a polling mechanism to check for attribute value changes.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 3885c78a4..3e62518ae 100644
--- a/TODO
+++ b/TODO
@@ -18,13 +18,6 @@ Background
ATT/GATT
========
-- Sample server shouldn't send any indications or notifications without
- the client requesting them
-
- Priority: Medium
- Complexity: C2
- Owner: Claudio Takahasi <claudio.takahasi@openbossa.org>
-
- Add ATT/GATT parsing to hcidump
Priority: Medium