TODO: Fix GATT over BR/EDR
diff --git a/TODO b/TODO
index 4e3585e..1c22c86 100644
--- a/TODO
+++ b/TODO
@@ -120,9 +120,12 @@
 ATT/GATT
 ========
 
-- For BR/EDR, Discover All Primary Services shall be started after SDP if the
-  remote device exports a Generic Attribute Profile service record. It is
-  applied to CreateDevice and CreatePairedDevice.
+- For BR/EDR, primary services can be registered based on the information
+  extracted from the service records. UUIDs, start and end handles information
+  are available in the record, Discover All Primary Services procedure is not
+  necessary. If a GATT service doesn't export a service record means that
+  it should not be used over BR/EDR. Don't start this task before to move the
+  attribute client code to the bluetoothd core.
 
   Priority: Medium
   Complexity: C1