Return-Path: Date: Mon, 19 Mar 2018 13:51:38 +0200 From: Johan Hedberg To: avichal Cc: linux-bluetooth@vger.kernel.org, sachin.dev@samsung.com, anupam.r@samsung.com Subject: Re: [PATCH BlueZ 2/2] gatt-database: Add support for Included service Message-ID: <20180319115138.GA14292@x1c.lan> References: <1521205746-3636-1-git-send-email-avichal.a@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1521205746-3636-1-git-send-email-avichal.a@samsung.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Avichal, On Fri, Mar 16, 2018, avichal wrote: > Add support of included services in gatt server.While > registring the service new property is added > "includes" > array{object} type [read-only] > Array of object paths representing the included > services of this service. > --- > src/gatt-database.c | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 83 insertions(+) Please fix your git author information to be of the format "Firstname Lastname ". We don't generally accept patches with a username or just the first name. Some have slipped through in the past, and for that we have the .mailmap file in the tree - I don't think you want an entry for yourself there ;) Johan