Return-Path: MIME-Version: 1.0 In-Reply-To: References: <1414677465-19862-1-git-send-email-luiz.dentz@gmail.com> <1414677465-19862-8-git-send-email-luiz.dentz@gmail.com> Date: Fri, 31 Oct 2014 13:00:26 +0200 Message-ID: Subject: Re: [PATCH BlueZ v3 8/9] shared/gatt-db: Add gatt_db_attribute_get_start_handle From: Luiz Augusto von Dentz To: Arman Uguray Cc: BlueZ development Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Arman, On Thu, Oct 30, 2014 at 7:56 PM, Arman Uguray wrote: > Hi Luiz, > >> On Thu, Oct 30, 2014 at 6:57 AM, Luiz Augusto von Dentz wrote: >> From: Luiz Augusto von Dentz >> >> --- >> src/shared/gatt-db.c | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/src/shared/gatt-db.c b/src/shared/gatt-db.c >> index 6296a82..60a1b23 100644 >> --- a/src/shared/gatt-db.c >> +++ b/src/shared/gatt-db.c >> @@ -833,7 +833,10 @@ struct gatt_db_attribute *gatt_db_get_attribute(struct gatt_db *db, >> >> uint16_t gatt_db_attribute_get_start_handle(struct gatt_db_attribute *attrib) > > Expanding on the discussion about gatt_db_attribute_get_end_handle, > should we then rename this function to gatt_db_attribute_get_handle? Yep. -- Luiz Augusto von Dentz