summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorElvis Pfützenreuter <epx@signove.com>2011-03-16 22:36:54 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-17 14:58:42 +0200
commit6bcda79cbb5f0337a34281bd05e8ea4d410c31eb (patch)
tree37c9c09706760e189f9b24f98adec06411bb8515 /TODO
parentf694885825950278afaf92dd36ab6f7c89085983 (diff)
downloadbluez-6bcda79cbb5f0337a34281bd05e8ea4d410c31eb.tar.gz
Update TODO regarding bt_uuid_* functions
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 4 insertions, 10 deletions
diff --git a/TODO b/TODO
index 1120ad968..3351ac9de 100644
--- a/TODO
+++ b/TODO
@@ -17,18 +17,12 @@ Background
General
==========
-- UUID128 handling: Create new functions to handle UUIDs on host order.
- Functions should start with prefix "bt_uuid". In the first phase, attribute
- server/client and gatttool code should be changed to use these new functions.
- The idea is to keep the consistency for UUID-16, UUID-32 and UUID-128. SDP
- functions store UUID-16 and UUID-32 on host order, however UUID-128 is stored
- on network order/big endian. Attribute Protocol uses little endian, while
- SDP uses big endian. The idea is always store the UUID values on host order
- and use utility functions to convert to the proper byte order depending on
- the protocol: ATT or SDP.
+- UUID handling: Use the new functions created for UUID handling in all parts
+ of BlueZ code. Currently, the new bt_uuid_* functions are being used by
+ GATT-related code only.
Priority: high
- Complexity: C1
+ Complexity: C4
- Rename glib-helper file to a more convenient name. The ideia is try to keep
only sdp helpers functions. bt_* prefix shall be also changed.