MixielP
March 1st, 2004, 10:29 AM
Ok, maybe this is the wrong forum, but I am using Windows Sockets to retrieve the Capability object of the OBEX protocol (object exchange with wireless phones). Does anyone know which bytes I should specify for the CONNECT and the GET phrases ?
Thus far, my CONNECT (buffer of send) is
80 00 07 10 00 20 00
which returns A0 00 07 12 00 04 00
and then my GET (buffer of send) is
83 00 2D 01 00 03 42 00 27
(x-obex/capability part) :
00 78 00 2D 00 6F 00 62 00 65 00 78 00 2F 00 63 00 61 00 70 00 61 00 62 00 69 00 6C 00 69 00 74 00 79 00 00
which returns all kinds of different error codes depending on the phone tested varying from 43 (forbidden), D1 (not implemented) to CB (code length required) (only 3 phones tested thus far).
Does anyone have a clue c.q. knows where i can find more information ? (thus far all my information comes from the OBEX protocol pdf)
Thanks for your help.
Michiel.
Thus far, my CONNECT (buffer of send) is
80 00 07 10 00 20 00
which returns A0 00 07 12 00 04 00
and then my GET (buffer of send) is
83 00 2D 01 00 03 42 00 27
(x-obex/capability part) :
00 78 00 2D 00 6F 00 62 00 65 00 78 00 2F 00 63 00 61 00 70 00 61 00 62 00 69 00 6C 00 69 00 74 00 79 00 00
which returns all kinds of different error codes depending on the phone tested varying from 43 (forbidden), D1 (not implemented) to CB (code length required) (only 3 phones tested thus far).
Does anyone have a clue c.q. knows where i can find more information ? (thus far all my information comes from the OBEX protocol pdf)
Thanks for your help.
Michiel.