Hello!
I have a strange issue with the obex data server. I try to write a
program that should accept files that are sent by mobile phones via opp.
When I try to send a file, some mobile phones always come up with
messages like 'Sending failed'. hcidump produces the following output:
> ACL data: handle 11 flags 0x02 dlen 17
L2CAP(d): cid 0x0040 len 13 [psm 1]
SDP SS Req: tid 0x1 len 0x8
pat uuid-16 0x1105 (OBEXObjPush)
max 65535
cont 00
< ACL data: handle 11 flags 0x02 dlen 14
L2CAP(d): cid 0x0040 len 10 [psm 1]
SDP SS Rsp: tid 0x1 len 0x5
count 0
cont 00
When I try to send a file to my program from a linux PC with bluez-
gnome everything works as exspected and hcidump prints the following
lines:
> ACL data: handle 12 flags 0x02 dlen 17
L2CAP(d): cid 0x0040 len 13 [psm 1]
SDP SS Req: tid 0x0 len 0x8
pat uuid-16 0x1105 (OBEXObjPush)
max 64
cont 00
< ACL data: handle 12 flags 0x02 dlen 18
L2CAP(d): cid 0x0040 len 14 [psm 1]
SDP SS Rsp: tid 0x0 len 0x9
count 1
handle 0x10004
cont 00
The difference between the outputs hcidump creates makes no sense to
me. Do you have any ideas?
Thanks in advance, Florian.
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html