public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Palm hotsync over BT
@ 2005-09-15 23:29 Bastien Nocera
  2005-09-16  4:24 ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Bastien Nocera @ 2005-09-15 23:29 UTC (permalink / raw)
  To: bluez-devel

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

Heya,

Apart from submitting a patch (attached below), I wanted to ask about
the PALMOS and HOTSYNC SDP records that sdptool can now add. First of
all, what is the difference between those two?

If I understood well Marcel's mail[1], one could now sync a Palm over
Bluetooth by doing:
- sdptool add HOTSYNC
- adding an rfcomm connection to the Palm
- using pilot-link or other Palm software using the just created rfcomm
device as the serial device

And the mail mentioned above was to avoid having to create an rfcomm
connection by hand. Am I even close?

Cheers

[1]: http://thread.gmane.org/gmane.linux.bluez.devel/5542
---
Bastien Nocera <hadess@hadess.net> 


[-- Attachment #2: sdptool-add-palmos.patch --]
[-- Type: text/x-patch, Size: 639 bytes --]

Index: sdptool.c
===================================================================
RCS file: /cvsroot/bluez/utils/tools/sdptool.c,v
retrieving revision 1.34
diff -u -p -r1.34 sdptool.c
--- sdptool.c	19 Aug 2005 14:40:45 -0000	1.34
+++ sdptool.c	15 Sep 2005 23:20:01 -0000
@@ -2197,7 +2197,7 @@ static int add_palmos(sdp_session_t *ses
 	root = sdp_list_append(NULL, &root_uuid);
 	sdp_set_browse_groups(&record, root);
 
-	sdp_uuid128_create(&svclass_uuid, (void *) hotsync_uuid);
+	sdp_uuid128_create(&svclass_uuid, (void *) palmos_uuid);
 	svclass = sdp_list_append(NULL, &svclass_uuid);
 	sdp_set_service_classes(&record, svclass);
 

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-15 23:29 [Bluez-devel] Palm hotsync over BT Bastien Nocera
2005-09-16  4:24 ` Marcel Holtmann
2005-09-19 15:05   ` Bastien Nocera
2005-09-20  0:27     ` Bastien Nocera
2005-09-20 11:36       ` Marcel Holtmann
2005-09-20 11:35     ` Marcel Holtmann

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