From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Szymon Janc To: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] sdptool: Clarify 'add' and 'remove' commands in manual Date: Mon, 14 Oct 2013 10:11:20 +0200 Message-ID: <3234061.FlIIUUDOzO@uw000953> In-Reply-To: <1380006548-5011-1-git-send-email-szymon.janc@tieto.com> References: <1380006548-5011-1-git-send-email-szymon.janc@tieto.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: > Adapters are no longer notified about external changes in SDP > database. This results in 'add' and 'remove' commands being > usefull only for SDP testing or qualification. > --- > tools/sdptool.1 | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/tools/sdptool.1 b/tools/sdptool.1 > index 88ad818..ea95933 100644 > --- a/tools/sdptool.1 > +++ b/tools/sdptool.1 > @@ -91,9 +91,15 @@ the \fB--handle\fP option. > .IP "" 10 > You can specify a channel to add the service on > using the \fB--channel\fP option. > +.IP "" 10 > +NOTE: Local adapters configuration will not be updated and this command should > +be used only for SDP testing. > .IP "\fBdel record_handle\fP" 10 > Remove a service from the local > SDP database. > +.IP "" 10 > +NOTE: Local adapters configuration will not be updated and this command should > +be used only for SDP testing. > .IP "\fBget [--tree] [--raw] [--xml] [--bdaddr bdaddr] record_handle\fP" 10 > Retrieve a service from the local > SDP database. > ping