Return-Path: From: Arman Uguray To: linux-bluetooth@vger.kernel.org Cc: Arman Uguray Subject: [PATCH BlueZ v2 13/13] TODO: shared/gatt-client has been defined and discovery implemented Date: Thu, 28 Aug 2014 14:25:25 -0700 Message-Id: <1409261125-6673-14-git-send-email-armansito@chromium.org> In-Reply-To: <1409261125-6673-1-git-send-email-armansito@chromium.org> References: <1409261125-6673-1-git-send-email-armansito@chromium.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- TODO | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/TODO b/TODO index 39a1773..be56f28 100644 --- a/TODO +++ b/TODO @@ -145,22 +145,6 @@ ATT/GATT (new shared stack) Priority: Medium Complexity: C1 -- Introduce shared/gatt-client as a standalone client implementation that can - operate on a single instance of bt_att as the ATT protocol transport. The - basic API should include functions for reference counting, setting a handler - for util_debug, and a high-level abstraction for GATT services, - characteristics, and descriptors. - - Priority: Medium - Complexity: C1 - -- Implement attribute discovery for shared/gatt-client. All services, - characteristics, and descriptors should be discovered and cached during the - set up process, which should also involve the initial MTU exchange. - - Priority: Medium - Complexity: C1 - - Merge functions from shared/gatt-helpers involving value reads and writes into shared/gatt-client. These functions should accept an instance of bt_gatt_client instead of taking a bt_att directly. -- 2.1.0.rc2.206.gedb03e5