summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-03-15 19:31:15 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-15 19:32:09 +0200
commit3011a312a70317aafad3def09cc0754dc550f229 (patch)
treee459a81fac5f9081bfd3f7b0e9010399e1560b68 /TODO
parent1c1654334546ddf6d8d02f50bafca1eb4712a903 (diff)
downloadbluez-3011a312a70317aafad3def09cc0754dc550f229.tar.gz
mgmt: Implement adapter name control
This patch adds a new set_local_name command as well as a local_name_changed event to the management interface. Instead of 248 bytes (like in the HCI spec) 249 bytes are always reserved for the name in the messages so that there's a guarantee of it being nul-terminated (this is not guaranteed on the HCI level).
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 1c22c869e..1e3ea165c 100644
--- a/TODO
+++ b/TODO
@@ -226,11 +226,6 @@ Management Interface
Priority: High
Complexity: C3
-- Local name setting. mgmt_set_local_name & mgmt_local_name_changed
-
- Priority: High
- Complexity: C1
-
- EIR generation support
Priority: High