Comment 49 for bug 211252

Revision history for this message
Matti Lindell (mlind) wrote : Re: Cannot recieve files using bluetooth

I can report the initial issue with Symbian 60 based phone (Nokia N-Gage). File sending works from Nokia 6230i (Symbian 40) and N800 (maemo).

I reckon this is somewhere in the more lower level than obex-data-server, as the obex-data-server process running in daemon mode doesn't even get invoked. Maybe in L2CAP kernel module or bluez-utils.

The hcidump during file send from s60 phone to computer contains:
> ACL data: handle 42 flags 0x02 dlen 12
    L2CAP(s): Connect req: psm 1 scid 0x0041
< ACL data: handle 42 flags 0x02 dlen 16
    L2CAP(s): Connect rsp: dcid 0x0040 scid 0x0041 result 0 status 0
      Connection successful
> ACL data: handle 42 flags 0x02 dlen 10
    L2CAP(s): Command rej: reason 0
      Command not understood
...