Return-Path: From: Marcin Kraglak To: linux-bluetooth@vger.kernel.org Subject: [PATCHv3 06/13] shared/gatt: Remove not needed function parameter Date: Wed, 8 Oct 2014 10:31:43 +0200 Message-Id: <1412757110-3509-7-git-send-email-marcin.kraglak@tieto.com> In-Reply-To: <1412757110-3509-1-git-send-email-marcin.kraglak@tieto.com> References: <1412757110-3509-1-git-send-email-marcin.kraglak@tieto.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: According to SPEC 4.1 4.5.1 "Find Included Services" there is no need to pass UUID to discover_included_services() function. --- src/shared/gatt-helpers.c | 1 - src/shared/gatt-helpers.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/shared/gatt-helpers.c b/src/shared/gatt-helpers.c index fd8d06c..48e7379 100644 --- a/src/shared/gatt-helpers.c +++ b/src/shared/gatt-helpers.c @@ -1002,7 +1002,6 @@ done: bool bt_gatt_discover_included_services(struct bt_att *att, uint16_t start, uint16_t end, - bt_uuid_t *uuid, bt_gatt_discovery_callback_t callback, void *user_data, bt_gatt_destroy_func_t destroy) diff --git a/src/shared/gatt-helpers.h b/src/shared/gatt-helpers.h index 8c434c1..f2c7ec5 100644 --- a/src/shared/gatt-helpers.h +++ b/src/shared/gatt-helpers.h @@ -82,7 +82,6 @@ bool bt_gatt_discover_secondary_services(struct bt_att *att, bt_uuid_t *uuid, bt_gatt_destroy_func_t destroy); bool bt_gatt_discover_included_services(struct bt_att *att, uint16_t start, uint16_t end, - bt_uuid_t *uuid, bt_gatt_discovery_callback_t callback, void *user_data, bt_gatt_destroy_func_t destroy); -- 1.9.3