Hi all,
I have been some time working with bluez, and I
have problems trying to connect my computer with some mobile devices. I can do
a connection with handsets form Motorola, Nokia and Sony-Ericcsson, but I
can’t connect with LG handsets using bluez.
I have been studing the problem and I have seen that
when my application call to sdp_connect and this call to sdp_connect_l2cap.
Inside of sdp_connect_l2cap, both socket() and bind()
are working properly, but with LG devices connect() return -1 instead of 0, and
I don’t know why. With other handsets, connect() return 0 and all work
properly.
Does someone know why can’t I connect with LG
devices using bluez?
Errno value is 38 à
EL2NSYNC /* Level 2 not syncronized */
Thanks in advance
Regards.
José