Return-Path: Date: Tue, 21 Jan 2014 21:48:42 +0200 From: Johan Hedberg To: Claudio Takahasi Cc: Marcel Holtmann , "linux-bluetooth@vger.kernel.org development" Subject: Re: [PATCH BlueZ v2 01/18] doc: Add GATT API Message-ID: <20140121194842.GA3342@x220.p-661hnu-f1> References: <1390310814-19880-1-git-send-email-claudio.takahasi@openbossa.org> <1390310814-19880-2-git-send-email-claudio.takahasi@openbossa.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-ID: Hi Claudio, On Tue, Jan 21, 2014, Claudio Takahasi wrote: > >> +Interface org.bluez.GattServiceManager1 [Experimental] > >> +Object path /org/bluez > > > > Here we could discuss to use GattManager1 to make it shorter, but I > > am not sure if that actually helps. I currently tend to leave it as > > GattServiceManager1. > > I prefer GattManager1. I have two reasons: > * "Service" is included in the methods names: RegisterService and > UnregisterService > * GattManager1 name is more generic and we can use it for other GATT > methods not directly related to "Service". At the moment, I don't have > examples, but I was thinking on potential methods related to GATT > Client. > > Marcel/Johan: Please define which name will be used. I'm voting for GattManager1, but Marcel has veto rights :) Johan