Wrong UUID in example code

39 views
Skip to first unread message

g.garb...@googlemail.com

unread,
Mar 13, 2009, 2:54:33 PM3/13/09
to bluecove-users
Hey guys,

is it possible that the right UUID for OBEX is 0x1105 instead of
0x1106?!
The code here http://www.bluecove.org/bluecove/apidocs/overview-summary.html#ServicesSearch
contains the 0x1106 ID, but it don't work. I clicked a little bit
around on the bluecove page and got to another page where the id
0x1105 was used and I got success message from my program. Poorly I do
not remeber the URL of the page :( It was one with a red header ^^

Can somebody confirm this?

Best regards,
Gerrit

P.s.: Sorry for my bad english

Vlad Skarzhevskyy

unread,
Mar 13, 2009, 3:11:17 PM3/13/09
to bluecov...@googlegroups.com
This is profiles based on OBEX

0x1105 is "OBEX_OBJECT_PUSH"; OBEX ObjectPush -> Object Push Profile (OPP)
0x1106 is "OBEX_FILE_TRANSFER"; OBEX FTP -> File Transfer Profile (FTP)

there are other profiles in OBEX
Start reading here http://en.wikipedia.org/wiki/OBEX

Curley

unread,
Mar 18, 2009, 4:25:40 AM3/18/09
to bluecove-users
Hi Gerrit, I assume the forgotten URL you speak about is
http://www.bluecove.org/bluecove/apidocs/overview-summary.html#ServicesSearch
, isn't ist;
There is a line
static final UUID OBEX_FILE_TRANSFER = new UUID(0x1106);
which is not referenced. Instead, there is used
UUID serviceUUID = OBEX_OBJECT_PUSH;

Seems like a copy'n'paste bug in the example there.
René


On Mar 13, 7:54 pm, "g.garbere...@googlemail.com"
<g.garbere...@googlemail.com> wrote:
> Hey guys,
>
> is it possible that the right UUID for OBEX is 0x1105 instead of
> 0x1106?!
> The code herehttp://www.bluecove.org/bluecove/apidocs/overview-summary.html#Servic...
Reply all
Reply to author
Forward
0 new messages