Hi,
> "/* UUID Target String for Obex_FTP */
> static const uint8 ftp_targ[]={0xf9,0xec,0x7b,0xc4, 0x95,0x3c,
> 0x11,0xd2, 0x98,0x4e, 0x52,0x54,0x00,0xdc,0x9e,0x09};"
This was not the problem indeed that is right. I'm debugging a little 
more deeply and make a HCIDUMP to see what was going on.
Here is a resumed description of what is going on, if anyone needs more 
information, please let me know:
< ACL data: handle 1 flags 0x02 dlen 34
        OBEX: Connect cmd(f): len 26 version 1.0 flags 0 mtu 1024
        Target (0x46) = Sequence length 16
        F9 EC 7B C4 95 3C 11 D2 98 4E 52 54 00 DC 9E 09
 > ACL data: handle 1 flags 0x02 dlen 40
        OBEX: Connect rsp(f): status 200 len 31 version 1.0 flags 0 mtu 64
        Status 200 = Success
        Connection ID (0xcb) = 154463
        Who (0x4a) = Sequence length 16
        F9 EC 7B C4 95 3C 11 D2 98 4E 52 54 00 DC 9E 09
< ACL data: handle 1 flags 0x02 dlen 41
        OBEX: Get cmd(f): len 33
        Connection ID (0xcb) = 154463
        Type (0x42) = Sequence length 22
        78 2D 6F 62 65 78 2F 66 6F 6C 64 65 72 2D 6C 69 73 74 69 6E
        67 00
 > ACL data: handle 1 flags 0x02 dlen 76
        OBEX: Get rsp(f): status 100 len 194
        Status 100 = Continue
        Length (0xc3) = 172
        Connection ID (0xcb) = 154463
        Type (0x42) = Sequence length 22
        78 2D 6F 62 65 78 2F 66 6F 6C 64 65 72 2D 6C 69 73 74 69 6E
        67 00
        Body (0x48) = Sequence length 153
        3C 66 6F 6C 64 65 72 2D 6C 69 73 74 69 6E 67 3E 0D 0A 3C 66
        69 6C 65 20 6E 61 6D 65 3D 22 41 49 52 63 61 62 6C 65 2E 62
        61 73 22 20 63 72 65 61 74 65 64 3D 22 32 30 30 35 30 34 32
        39 54 31 30 34 38 30 30 5A 22 20 73 69 7A 65 3D 22 31 36 33
        38 34 22 2F 3E 0D 0A 3C 66 69 6C 65 20 6E 61 6D 65 3D 22 63
        6F 6E 66 69 67 2E 74 78 74 22 20 63 72 65 61 74 65 64 3D 22
        32 30 30 35 30 34 32 39 54 31 30 34 38 30 30 5A 22 20 73 69
        7A 65 3D 22 31 30 32 34 22 2F 3E 0D 0A
< ACL data: handle 1 flags 0x02 dlen 11
        OBEX: Get cmd(f): len 3 (continue)
 > ACL data: handle 1 flags 0x02 dlen 17
        OBEX: Get rsp(f): status 503 len 8
        Status 503 = Service unavailable
        Connection ID (0xcb) = 154463
< ACL data: handle 1 flags 0x02 dlen 16
        OBEX: Disconnect cmd(f): len 8
        Connection ID (0xcb) = 154463
 > ACL data: handle 1 flags 0x02 dlen 17
        OBEX: Disconnect rsp(f): status 200 len 8
        Status 200 = Success
        Connection ID (0xcb) = 154463


I'm pretty new to OBEX, but I think it is like in this case the device 
is the one who is specting to start the transaction. Like if the device 
is going to be the client and the obexftp should be the server. Or I'm 
completly wrong?
Regards,
Manuel



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to