public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] help
@ 2005-07-09 23:09 Serkan FAHRIOGLU
  2005-07-10  8:01 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Serkan FAHRIOGLU @ 2005-07-09 23:09 UTC (permalink / raw)
  To: bluez-devel

Hello  I am a Msc student in university of surrey,I am doing a project about 
Bluetooth SDP(service discovery protocol) and I have a problem in one point 
since 2 weeks and I stack in this point, my problem is;
[root@ccsrwntpc07 ~]# sdptool add FTP
OBEX File Transfer service registered
adding new service
[root@ccsrwntpc07 ~]# sdptool get FTP
Service get request failed.
[root@ccsrwntpc07 ~]# sdptool del FTP
Service Record not found.
it seems that it registers the service and actually when I write sdptool 
browse from the other laptop I can see the services but I can not get or del 
it from the same laptop,
I hope you have time to answer me because it is very important for my 
project. otherwise I can not go further.
Thanks for all your documents and valuable knowledge,
Best Wishes,
Serkan Fahrioglu




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] help
  2005-07-09 23:09 [Bluez-devel] help Serkan FAHRIOGLU
@ 2005-07-10  8:01 ` Marcel Holtmann
  2005-07-10 21:17   ` Albert Huang
  0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2005-07-10  8:01 UTC (permalink / raw)
  To: bluez-devel

Hi Serkan,

> I am a Msc student in university of surrey,I am doing a project about 
> Bluetooth SDP(service discovery protocol) and I have a problem in one point 
> since 2 weeks and I stack in this point, my problem is;
> [root@ccsrwntpc07 ~]# sdptool add FTP
> OBEX File Transfer service registered
> adding new service
> [root@ccsrwntpc07 ~]# sdptool get FTP
> Service get request failed.
> [root@ccsrwntpc07 ~]# sdptool del FTP
> Service Record not found.
> it seems that it registers the service and actually when I write sdptool 
> browse from the other laptop I can see the services but I can not get or del 
> it from the same laptop,
> I hope you have time to answer me because it is very important for my 
> project. otherwise I can not go further.

what about actually reading the manual page for sdptool.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] help
  2005-07-10  8:01 ` Marcel Holtmann
@ 2005-07-10 21:17   ` Albert Huang
  2005-07-11 17:20     ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Albert Huang @ 2005-07-10 21:17 UTC (permalink / raw)
  To: bluez-devel

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

Hi Marcel,

I have to admit that I've had trouble reading the sdptool
documentation before.  Attached is a patch for sdptool.1 that I think
explains how to use it a little better.

-albert

> what about actually reading the manual page for sdptool.
> 
> Regards
> 
> Marcel

[-- Attachment #2: albert-sdptool-patch.txt --]
[-- Type: text/plain, Size: 1025 bytes --]

Index: sdptool.1
===================================================================
RCS file: /cvsroot/bluez/utils/tools/sdptool.1,v
retrieving revision 1.4
diff -u -r1.4 sdptool.1
--- sdptool.1	6 May 2005 16:10:26 -0000	1.4
+++ sdptool.1	10 Jul 2005 21:15:07 -0000
@@ -64,8 +64,14 @@
 local \fBsdpd\fR. 
 .SH "COMMANDS" 
 .PP 
-The following commands are available. 
-.IP "\fBsearch [--bdaddr bdaddr] [--tree] [--raw] service\fP" 10 
+The following commands are available.  In all cases \fBbdaddr\fR 
+specifies the device to search or browse.  If \fIlocal\fP is used
+for \fBbdaddr\fP, then the local \fBsdpd\fR is searched.
+.PP
+Services are identified and manipulated with a 4-byte \fBrecord_handle\fP 
+(NOT the service name).  To find a service's \fBrecord_handle\fP, look for the 
+"Service RecHandle" line in the \fBsearch\fP or \fBbrowse\fP results
+.IP "\fBsearch [--bdaddr bdaddr] [--tree] [--raw] service_name\fP" 10 
 Search for services.. 
 .IP "" 10 
 Known service names are DID, SP, DUN, LAN, FAX, OPUSH, 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-devel] help
  2005-07-10 21:17   ` Albert Huang
@ 2005-07-11 17:20     ` Marcel Holtmann
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2005-07-11 17:20 UTC (permalink / raw)
  To: bluez-devel

Hi Albert,

> I have to admit that I've had trouble reading the sdptool
> documentation before.  Attached is a patch for sdptool.1 that I think
> explains how to use it a little better.

I applied your changes. Thanks.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-07-11 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-09 23:09 [Bluez-devel] help Serkan FAHRIOGLU
2005-07-10  8:01 ` Marcel Holtmann
2005-07-10 21:17   ` Albert Huang
2005-07-11 17:20     ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox