2005-05-17 06:57:52

by Tamer Higazi

[permalink] [raw]
Subject: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi!
Everytime I want to synchronize with multisync: bluetooth/evolution2
plugins, the cell phone ask me for a password, i type one and receive a
error on the screen: "connection failed".

I use as operating system SuSE Linux 9.3 Pro

Is it perhaps the configuration?!


For any help

Thank you


SuSE Linux 9.3 preconfigures the configuration like this for rfcomm:

-f /etc/bluetooth/rfcomm.conf bind all

and inside the rfcomm.conf

#
# RFCOMM configuration file.
#
# $Id: rfcomm.conf,v 1.1 2002/10/07 05:58:18 maxk Exp $
#

rfcomm0 {
# Automatically bind the device at startup
bind no;

# Bluetooth address of the device
device 11:22:33:44:55:66;

# RFCOMM channel for the connection
channel 1;

# Description of the connection
comment "Example Bluetooth device";
}

the result by quering the phone:

Browsing 00:E0:03:65:64:94 ...
Service Name: Hands-Free Audio Gateway
Service RecHandle: 0x10000
Service Class ID List:
"Handfree Audio Gateway" (0x111f)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Handfree Audio Gateway" (0x111f)
Version: 0x0101

Service Name: OBEX File Transfer
Service RecHandle: 0x10001
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 10
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100

Service Name: SyncMLClient
Service RecHandle: 0x10002
Service Class ID List:
"Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 11
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
Version: 0x0100

Service Name: Nokia OBEX PC Suite Services
Service RecHandle: 0x10003
Service Class ID List:
"Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 12
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
Version: 0x0100

Service Name: OBEX Object Push
Service RecHandle: 0x10004
Service Class ID List:
"OBEX Object Push" (0x1105)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 9
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX Object Push" (0x1105)
Version: 0x0100

Service Name: Dial-Up Networking
Service RecHandle: 0x10005
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 2
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100





-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users


2005-05-18 12:14:47

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi Tamer,

> However, do you have any idea how SyncML works?! I mean, if the mobile
> phone has a SyncMLCient. Right?! Multisync has either a syncml plugin.
> What I am asking myself is, if the client acts the same way as a server
> does with login and password. That is, what would interist me. If it is
> the case, we could connect the cell phone mac address with a ipaddress
> and sync instead with the SyncML client.

check out http://www.syncml.org and look at its transports. You can do it over
TCP/IP and over OBEX. You phone however rejects connections to the
SyncML over OBEX channel and this looks wrong to me.

> I think I will read about it a bit. Writing a SyncML mobile phone plugin
> can't be that big hit.

Work with OpenSync guys on it.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-18 12:06:31

by Tamer Higazi

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Ahaaaa.... now i get it.

However, do you have any idea how SyncML works?! I mean, if the mobile
phone has a SyncMLCient. Right?! Multisync has either a syncml plugin.
What I am asking myself is, if the client acts the same way as a server
does with login and password. That is, what would interist me. If it is
the case, we could connect the cell phone mac address with a ipaddress
and sync instead with the SyncML client.

I think I will read about it a bit. Writing a SyncML mobile phone plugin
can't be that big hit.

Tamer

Am Mittwoch, den 18.05.2005, 13:07 +0200 schrieb Marcel Holtmann:
> Hi Tamer,
>
> > I did it with irMC and not SyncML Sync Service plugin for multisync.
>
> but your phone doesn't support IrMC.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-18 11:07:37

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi Tamer,

> I did it with irMC and not SyncML Sync Service plugin for multisync.

but your phone doesn't support IrMC.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-18 10:49:30

by Tamer Higazi

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Of course...
I did it with irMC and not SyncML Sync Service plugin for multisync.

The point is, that I don't know which channel from the mobile should be
used. I guessed channel 10 or 11.

I run the hcidump -X -V on all 3 possible channels. (also 12)

Here again the phone channels:
1: Hands-Free Audio Gateway
10: OBEX File Transfer
11: SyncMLClient
12: Nokia OBEX PC Suite Services


Channel1:

linux:/ # hcidump -X -V
HCI sniffer - Bluetooth packet analyzer ver 1.18
device: hci0 snap_len: 1028 filter: 0xffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
bdaddr 00:E0:03:65:64:94 ptype 0xcc18 rswitch 0x01 clkoffset 0x0000
Packet type: DM1 DM3 DM5 DH1 DH3 DH5
> HCI Event: Command Status (0x0f) plen 4
Create Connection (0x01|0x0005) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
status 0x00 handle 41 bdaddr 00:E0:03:65:64:94 type ACL encrypt 0x00
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Connect req: psm 3 scid 0x0040
< HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4
handle 41 policy 0x0f
Link policy: RSWITCH HOLD SNIFF PARK
> HCI Event: Command Complete (0x0e) plen 6
Write Link Policy Settings (0x02|0x000d) ncmd 1
status 0x00 handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Page Scan Repetition Mode Change (0x20) plen 7
0000: 94 64 65 03 e0 00 01 .de....
> HCI Event: Max Slots Change (0x1b) plen 3
0000: 29 00 05 )..
> ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0044 scid 0x0040 result 1 status 2
Connection pending - Authorization pending
> ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0044 scid 0x0040 result 0 status 0
Connection successful
< ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Config req: dcid 0x0044 flags 0x00 clen 4
MTU 1024
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0
< ACL data: handle 41 flags 0x02 dlen 14
L2CAP(s): Config rsp: scid 0x0044 flags 0x00 result 0 clen 0
Success
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 18
L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4
Success
MTU 672
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0044 len 4 [psm 3]
RFCOMM(s): SABM: cr 1 dlci 0 pf 1 ilen 0 fcs 0x1c
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
< ACL data: handle 41 flags 0x02 dlen 18
L2CAP(d): cid 0x0044 len 14 [psm 3]
RFCOMM(s): PN CMD: cr 1 dlci 0 pf 0 ilen 10 fcs 0x70 mcc_len 8
dlci 2 frame_type 0 credit_flow 15 pri 7 ack_timer 0
frame_size 667 max_retrans 0 credits 7
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 18
L2CAP(d): cid 0x0040 len 14 [psm 3]
RFCOMM(s): PN RSP: cr 0 dlci 0 pf 0 ilen 10 fcs 0xaa mcc_len 8
dlci 2 frame_type 0 credit_flow 14 pri 7 ack_timer 0
frame_size 667 max_retrans 0 credits 3
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0044 len 4 [psm 3]
RFCOMM(s): SABM: cr 1 dlci 2 pf 1 ilen 0 fcs 0x59
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Link Key Request (0x17) plen 6
bdaddr 00:E0:03:65:64:94
< HCI Command: Link Key Request Reply (0x01|0x000b) plen 22
bdaddr 00:E0:03:65:64:94
Link key: 3131a73cc4d4b530d748b0b133f65c2f
> HCI Event: Command Complete (0x0e) plen 10
Link Key Request Reply (0x01|0x000b) ncmd 1
status 0x00 bdaddr 00:E0:03:65:64:94
> HCI Event: Encrypt Change (0x08) plen 4
status 0x00 handle 41 encrypt 0x01
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 2 pf 1 ilen 0 fcs 0x92
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0044 len 8 [psm 3]
RFCOMM(s): MSC CMD: cr 1 dlci 0 pf 0 ilen 4 fcs 0x70 mcc_len 2
dlci 2 fc 0 rtc 1 rtr 1 ic 0 dv 1 b1 0 b2 0 b3 0 len 11
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0040 len 8 [psm 3]
RFCOMM(s): MSC CMD: cr 0 dlci 0 pf 0 ilen 4 fcs 0xaa mcc_len 2
dlci 2 fc 0 rtc 1 rtr 1 ic 0 dv 1 b1 0 b2 0 b3 0 len 11
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0044 len 8 [psm 3]
RFCOMM(s): MSC RSP: cr 1 dlci 0 pf 0 ilen 4 fcs 0x70 mcc_len 2
dlci 2 fc 0 rtc 1 rtr 1 ic 0 dv 1 b1 0 b2 0 b3 0 len 11
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0040 len 8 [psm 3]
RFCOMM(s): MSC RSP: cr 0 dlci 0 pf 0 ilen 4 fcs 0xaa mcc_len 2
dlci 2 fc 0 rtc 1 rtr 1 ic 0 dv 1 b1 0 b2 0 b3 0 len 11
< ACL data: handle 41 flags 0x02 dlen 9
L2CAP(d): cid 0x0044 len 5 [psm 3]
RFCOMM(d): UIH: cr 1 dlci 2 pf 1 ilen 0 fcs 0x86 credits 33
< ACL data: handle 41 flags 0x02 dlen 27
L2CAP(d): cid 0x0044 len 23 [psm 3]
RFCOMM(d): UIH: cr 1 dlci 2 pf 0 ilen 19 fcs 0x9a
0000: 80 00 13 11 00 04 00 46 00 0c 49 52 4d 43 2d
53 .......F..IRMC-S
0010: 59 4e 43 YNC
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 9
L2CAP(d): cid 0x0040 len 5 [psm 3]
RFCOMM(d): UIH: cr 0 dlci 2 pf 1 ilen 0 fcs 0x5c credits 5
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0044 len 4 [psm 3]
RFCOMM(s): DISC: cr 1 dlci 2 pf 1 ilen 0 fcs 0xb8
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 2 pf 1 ilen 0 fcs 0x92
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0044 len 4 [psm 3]
RFCOMM(s): DISC: cr 1 dlci 0 pf 1 ilen 0 fcs 0xfd
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Disconn req: dcid 0x0044 scid 0x0040
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Disconn rsp: dcid 0x0044 scid 0x0040
< HCI Command: Disconnect (0x01|0x0006) plen 3
handle 41 reason 0x13
Reason: Remote User Teminated Connection
> HCI Event: Command Status (0x0f) plen 4
Disconnect (0x01|0x0006) status 0x00 ncmd 1
> HCI Event: Disconn Complete (0x05) plen 4
status 0x00 handle 41 reason 0x16
Reason: Connection Terminated by Local Host

Channel10:

linux:/ # hcidump -X -V
HCI sniffer - Bluetooth packet analyzer ver 1.18
device: hci0 snap_len: 1028 filter: 0xffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
bdaddr 00:E0:03:65:64:94 ptype 0xcc18 rswitch 0x01 clkoffset 0x0000
Packet type: DM1 DM3 DM5 DH1 DH3 DH5
> HCI Event: Command Status (0x0f) plen 4
Create Connection (0x01|0x0005) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
status 0x00 handle 41 bdaddr 00:E0:03:65:64:94 type ACL encrypt 0x00
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Connect req: psm 3 scid 0x0040
< HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4
handle 41 policy 0x0f
Link policy: RSWITCH HOLD SNIFF PARK
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Command Complete (0x0e) plen 6
Write Link Policy Settings (0x02|0x000d) ncmd 1
status 0x00 handle 41
> HCI Event: Page Scan Repetition Mode Change (0x20) plen 7
0000: 94 64 65 03 e0 00 01 .de....
> HCI Event: Max Slots Change (0x1b) plen 3
0000: 29 00 05 )..
> ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0041 scid 0x0040 result 1 status 2
Connection pending - Authorization pending
> ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0041 scid 0x0040 result 0 status 0
Connection successful
< ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Config req: dcid 0x0041 flags 0x00 clen 4
MTU 1024
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0
< ACL data: handle 41 flags 0x02 dlen 14
L2CAP(s): Config rsp: scid 0x0041 flags 0x00 result 0 clen 0
Success
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 18
L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4
Success
MTU 672
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0041 len 4 [psm 3]
RFCOMM(s): SABM: cr 1 dlci 0 pf 1 ilen 0 fcs 0x1c
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
< ACL data: handle 41 flags 0x02 dlen 18
L2CAP(d): cid 0x0041 len 14 [psm 3]
RFCOMM(s): PN CMD: cr 1 dlci 0 pf 0 ilen 10 fcs 0x70 mcc_len 8
dlci 20 frame_type 0 credit_flow 15 pri 7 ack_timer 0
frame_size 667 max_retrans 0 credits 7
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 18
L2CAP(d): cid 0x0040 len 14 [psm 3]
RFCOMM(s): PN RSP: cr 0 dlci 0 pf 0 ilen 10 fcs 0xaa mcc_len 8
dlci 20 frame_type 0 credit_flow 14 pri 7 ack_timer 0
frame_size 667 max_retrans 0 credits 3
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0041 len 4 [psm 3]
RFCOMM(s): SABM: cr 1 dlci 20 pf 1 ilen 0 fcs 0xfd
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Link Key Request (0x17) plen 6
bdaddr 00:E0:03:65:64:94
< HCI Command: Link Key Request Reply (0x01|0x000b) plen 22
bdaddr 00:E0:03:65:64:94
Link key: 3131a73cc4d4b530d748b0b133f65c2f
> HCI Event: Command Complete (0x0e) plen 10
Link Key Request Reply (0x01|0x000b) ncmd 1
status 0x00 bdaddr 00:E0:03:65:64:94
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 20 pf 1 ilen 0 fcs 0x36
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0041 len 8 [psm 3]
RFCOMM(s): MSC CMD: cr 1 dlci 0 pf 0 ilen 4 fcs 0x70 mcc_len 2
dlci 20 fc 0 rtc 1 rtr 1 ic 0 dv 1 b1 0 b2 0 b3 0 len 11
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0040 len 8 [psm 3]
RFCOMM(s): MSC CMD: cr 0 dlci 0 pf 0 ilen 4 fcs 0xaa mcc_len 2
dlci 20 fc 0 rtc 1 rtr 1 ic 0 dv 1 b1 0 b2 0 b3 0 len 11
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0041 len 8 [psm 3]
RFCOMM(s): MSC RSP: cr 1 dlci 0 pf 0 ilen 4 fcs 0x70 mcc_len 2
dlci 20 fc 0 rtc 1 rtr 1 ic 0 dv 1 b1 0 b2 0 b3 0 len 11
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0040 len 8 [psm 3]
RFCOMM(s): MSC RSP: cr 0 dlci 0 pf 0 ilen 4 fcs 0xaa mcc_len 2
dlci 20 fc 0 rtc 1 rtr 1 ic 0 dv 1 b1 0 b2 0 b3 0 len 11
< ACL data: handle 41 flags 0x02 dlen 9
L2CAP(d): cid 0x0041 len 5 [psm 3]
RFCOMM(d): UIH: cr 1 dlci 20 pf 1 ilen 0 fcs 0x2d credits 33
< ACL data: handle 41 flags 0x02 dlen 27
L2CAP(d): cid 0x0041 len 23 [psm 3]
RFCOMM(d): UIH: cr 1 dlci 20 pf 0 ilen 19 fcs 0x31
0000: 80 00 13 11 00 04 00 46 00 0c 49 52 4d 43 2d
53 .......F..IRMC-S
0010: 59 4e 43 YNC
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 9
L2CAP(d): cid 0x0040 len 5 [psm 3]
RFCOMM(d): UIH: cr 0 dlci 20 pf 1 ilen 0 fcs 0xf7 credits 4
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0040 len 8 [psm 3]
RFCOMM(d): UIH: cr 0 dlci 20 pf 1 ilen 3 fcs 0xf7 credits 1
0000: c4 00 03 ...
< ACL data: handle 41 flags 0x02 dlen 54
L2CAP(d): cid 0x0041 len 50 [psm 3]
RFCOMM(d): UIH: cr 1 dlci 20 pf 0 ilen 46 fcs 0x31
0000: 83 00 2e 01 00 2b 00 74 00 65 00 6c 00 65 00
63 .....+.t.e.l.e.c
0010: 00 6f 00 6d 00 2f 00 64 00 65 00 76 00 69 00
6e .o.m./.d.e.v.i.n
0020: 00 66 00 6f 00 2e 00 74 00 78 00 74 00
00 .f.o...t.x.t..
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0040 len 8 [psm 3]
RFCOMM(d): UIH: cr 0 dlci 20 pf 1 ilen 3 fcs 0xf7 credits 1
0000: c3 00 03 ...
< ACL data: handle 41 flags 0x02 dlen 11
L2CAP(d): cid 0x0041 len 7 [psm 3]
RFCOMM(d): UIH: cr 1 dlci 20 pf 0 ilen 3 fcs 0x31
0000: 81 00 03 ...
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(d): cid 0x0040 len 8 [psm 3]
RFCOMM(d): UIH: cr 0 dlci 20 pf 1 ilen 3 fcs 0xf7 credits 1
0000: a0 00 03 ...
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0041 len 4 [psm 3]
RFCOMM(s): DISC: cr 1 dlci 20 pf 1 ilen 0 fcs 0x1c
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): DISC: cr 0 dlci 20 pf 1 ilen 0 fcs 0x7d
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0041 len 4 [psm 3]
RFCOMM(s): UA: cr 0 dlci 20 pf 1 ilen 0 fcs 0x57
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0041 len 4 [psm 3]
RFCOMM(s): DISC: cr 1 dlci 0 pf 1 ilen 0 fcs 0xfd
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Disconn req: dcid 0x0041 scid 0x0040
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): DM: cr 1 dlci 20 pf 1 ilen 0 fcs 0xd7
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Disconn rsp: dcid 0x0041 scid 0x0040
< HCI Command: Disconnect (0x01|0x0006) plen 3
handle 41 reason 0x13
Reason: Remote User Teminated Connection
> HCI Event: Command Status (0x0f) plen 4
Disconnect (0x01|0x0006) status 0x00 ncmd 1
> HCI Event: Disconn Complete (0x05) plen 4
status 0x00 handle 41 reason 0x16
Reason: Connection Terminated by Local Host

Channel11:

linux:/ # hcidump -X -V
HCI sniffer - Bluetooth packet analyzer ver 1.18
device: hci0 snap_len: 1028 filter: 0xffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
bdaddr 00:E0:03:65:64:94 ptype 0xcc18 rswitch 0x01 clkoffset 0x0000
Packet type: DM1 DM3 DM5 DH1 DH3 DH5
> HCI Event: Command Status (0x0f) plen 4
Create Connection (0x01|0x0005) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
status 0x00 handle 42 bdaddr 00:E0:03:65:64:94 type ACL encrypt 0x00
< ACL data: handle 42 flags 0x02 dlen 12
L2CAP(s): Connect req: psm 3 scid 0x0040
< HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4
handle 42 policy 0x0f
Link policy: RSWITCH HOLD SNIFF PARK
> HCI Event: Command Complete (0x0e) plen 6
Write Link Policy Settings (0x02|0x000d) ncmd 1
status 0x00 handle 42
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 42
> HCI Event: Page Scan Repetition Mode Change (0x20) plen 7
0000: 94 64 65 03 e0 00 01 .de....
> HCI Event: Max Slots Change (0x1b) plen 3
0000: 2a 00 05 *..
> ACL data: handle 42 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0046 scid 0x0040 result 1 status 2
Connection pending - Authorization pending
> ACL data: handle 42 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0046 scid 0x0040 result 0 status 0
Connection successful
< ACL data: handle 42 flags 0x02 dlen 16
L2CAP(s): Config req: dcid 0x0046 flags 0x00 clen 4
MTU 1024
> ACL data: handle 42 flags 0x02 dlen 12
L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0
< ACL data: handle 42 flags 0x02 dlen 14
L2CAP(s): Config rsp: scid 0x0046 flags 0x00 result 0 clen 0
Success
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 42
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 42
> ACL data: handle 42 flags 0x02 dlen 18
L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4
Success
MTU 672
< ACL data: handle 42 flags 0x02 dlen 8
L2CAP(d): cid 0x0046 len 4 [psm 3]
RFCOMM(s): SABM: cr 1 dlci 0 pf 1 ilen 0 fcs 0x1c
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 42
> ACL data: handle 42 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
< ACL data: handle 42 flags 0x02 dlen 18
L2CAP(d): cid 0x0046 len 14 [psm 3]
RFCOMM(s): PN CMD: cr 1 dlci 0 pf 0 ilen 10 fcs 0x70 mcc_len 8
dlci 22 frame_type 0 credit_flow 15 pri 7 ack_timer 0
frame_size 667 max_retrans 0 credits 7
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 42
> ACL data: handle 42 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): DM: cr 1 dlci 22 pf 1 ilen 0 fcs 0x92
< ACL data: handle 42 flags 0x02 dlen 8
L2CAP(d): cid 0x0046 len 4 [psm 3]
RFCOMM(s): DISC: cr 1 dlci 0 pf 1 ilen 0 fcs 0xfd
< ACL data: handle 42 flags 0x02 dlen 12
L2CAP(s): Disconn req: dcid 0x0046 scid 0x0040
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 42
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 42
> ACL data: handle 42 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
> ACL data: handle 42 flags 0x02 dlen 12
L2CAP(s): Disconn rsp: dcid 0x0046 scid 0x0040
< HCI Command: Disconnect (0x01|0x0006) plen 3
handle 42 reason 0x13
Reason: Remote User Teminated Connection
> HCI Event: Command Status (0x0f) plen 4
Disconnect (0x01|0x0006) status 0x00 ncmd 1
> HCI Event: Disconn Complete (0x05) plen 4
status 0x00 handle 42 reason 0x16
Reason: Connection Terminated by Local Host

Channel 12:

linux:/ # hcidump -X -V
HCI sniffer - Bluetooth packet analyzer ver 1.18
device: hci0 snap_len: 1028 filter: 0xffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
bdaddr 00:E0:03:65:64:94 ptype 0xcc18 rswitch 0x01 clkoffset 0x0000
Packet type: DM1 DM3 DM5 DH1 DH3 DH5
> HCI Event: Command Status (0x0f) plen 4
Create Connection (0x01|0x0005) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
status 0x00 handle 41 bdaddr 00:E0:03:65:64:94 type ACL encrypt 0x00
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Connect req: psm 3 scid 0x0040
< HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4
handle 41 policy 0x0f
Link policy: RSWITCH HOLD SNIFF PARK
> HCI Event: Command Complete (0x0e) plen 6
Write Link Policy Settings (0x02|0x000d) ncmd 1
status 0x00 handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Page Scan Repetition Mode Change (0x20) plen 7
0000: 94 64 65 03 e0 00 01 .de....
> HCI Event: Max Slots Change (0x1b) plen 3
0000: 29 00 05 )..
> ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0047 scid 0x0040 result 1 status 2
Connection pending - Authorization pending
> ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0047 scid 0x0040 result 0 status 0
Connection successful
< ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Config req: dcid 0x0047 flags 0x00 clen 4
MTU 1024
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0
< ACL data: handle 41 flags 0x02 dlen 14
L2CAP(s): Config rsp: scid 0x0047 flags 0x00 result 0 clen 0
Success
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 18
L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4
Success
MTU 672
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0047 len 4 [psm 3]
RFCOMM(s): SABM: cr 1 dlci 0 pf 1 ilen 0 fcs 0x1c
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
< ACL data: handle 41 flags 0x02 dlen 18
L2CAP(d): cid 0x0047 len 14 [psm 3]
RFCOMM(s): PN CMD: cr 1 dlci 0 pf 0 ilen 10 fcs 0x70 mcc_len 8
dlci 24 frame_type 0 credit_flow 15 pri 7 ack_timer 0
frame_size 667 max_retrans 0 credits 7
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): DM: cr 1 dlci 24 pf 1 ilen 0 fcs 0x88
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0047 len 4 [psm 3]
RFCOMM(s): DISC: cr 1 dlci 0 pf 1 ilen 0 fcs 0xfd
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Disconn req: dcid 0x0047 scid 0x0040
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Disconn rsp: dcid 0x0047 scid 0x0040
< HCI Command: Disconnect (0x01|0x0006) plen 3
handle 41 reason 0x13
Reason: Remote User Teminated Connection
> HCI Event: Command Status (0x0f) plen 4
Disconnect (0x01|0x0006) status 0x00 ncmd 1
> HCI Event: Disconn Complete (0x05) plen 4
status 0x00 handle 41 reason 0x16
Reason: Connection Terminated by Local Host


Am Mittwoch, den 18.05.2005, 11:06 +0200 schrieb Marcel Holtmann:
> Hi Tamer,
>
> > With sdptool i quired all services on my phone....
> >
> > There are only 4 channels:
> >
> > 1: Hands-Free Audio Gateway
> > 10: OBEX File Transfer
> > 11: SyncMLClient
> > 12: Nokia OBEX PC Suite Services
> >
> > channel "12" is not responding at all...
> > while the other do. I thought 10 "SyncML Client" would do it, this is
> > why channel 11.
>
> for MultiSync you need an IrMC Sync service and not SyncML. Try to look
> at Gnokii or Gammu for that job.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-18 09:06:30

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi Tamer,

> With sdptool i quired all services on my phone....
>
> There are only 4 channels:
>
> 1: Hands-Free Audio Gateway
> 10: OBEX File Transfer
> 11: SyncMLClient
> 12: Nokia OBEX PC Suite Services
>
> channel "12" is not responding at all...
> while the other do. I thought 10 "SyncML Client" would do it, this is
> why channel 11.

for MultiSync you need an IrMC Sync service and not SyncML. Try to look
at Gnokii or Gammu for that job.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-18 08:03:17

by Tamer Higazi

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Dear Marc,
With sdptool i quired all services on my phone....

There are only 4 channels:

1: Hands-Free Audio Gateway
10: OBEX File Transfer
11: SyncMLClient
12: Nokia OBEX PC Suite Services

channel "12" is not responding at all...
while the other do. I thought 10 "SyncML Client" would do it, this is
why channel 11.

For any help further, thank you

Tamer

here is the output:

joker@linux:/> sdptool browse
Inquiring ...
Browsing 00:E0:03:65:64:94 ...
Service Name: Hands-Free Audio Gateway
Service RecHandle: 0x10000
Service Class ID List:
"Handfree Audio Gateway" (0x111f)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Handfree Audio Gateway" (0x111f)
Version: 0x0101

Service Name: OBEX File Transfer
Service RecHandle: 0x10001
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 10
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100

Service Name: SyncMLClient
Service RecHandle: 0x10002
Service Class ID List:
"Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 11
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
Version: 0x0100

Service Name: Nokia OBEX PC Suite Services
Service RecHandle: 0x10003
Service Class ID List:
"Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 12
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
Version: 0x0100

Service Name: OBEX Object Push
Service RecHandle: 0x10004
Service Class ID List:
"OBEX Object Push" (0x1105)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 9
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"OBEX Object Push" (0x1105)
Version: 0x0100

Service Name: Dial-Up Networking
Service RecHandle: 0x10005
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 2
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 21:52:23

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi Tamer,

> I made what you wrote me:
>
> 1. bluepin is on my system not installed, only bluez-pin
> 2. sdp and hci were started (switched on at yast and listed with the
> command ps -A)
> 3. In yast2 the bluetooth section was switched "asking user for
> password"
> 4. I run multisync and tried to test a connection on my phone's channel
> 11

are you sure that channel 11 is the correct one? The hcidump says that
there is no service running on that channel.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 19:44:15

by Tamer Higazi

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi!

I made what you wrote me:

1. bluepin is on my system not installed, only bluez-pin
2. sdp and hci were started (switched on at yast and listed with the
command ps -A)
3. In yast2 the bluetooth section was switched "asking user for
password"
4. I run multisync and tried to test a connection on my phone's channel
11

Thank you in advance very much for your help.

Here the ouptut:

linux:/ # hcidump -X -V
HCI sniffer - Bluetooth packet analyzer ver 1.18
device: hci0 snap_len: 1028 filter: 0xffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
bdaddr 00:E0:03:65:64:94 ptype 0xcc18 rswitch 0x01 clkoffset 0x3cef
(valid)
Packet type: DM1 DM3 DM5 DH1 DH3 DH5
> HCI Event: Command Status (0x0f) plen 4
Create Connection (0x01|0x0005) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
status 0x00 handle 41 bdaddr 00:E0:03:65:64:94 type ACL encrypt 0x00
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Connect req: psm 3 scid 0x0040
< HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4
handle 41 policy 0x0f
Link policy: RSWITCH HOLD SNIFF PARK
> HCI Event: Command Complete (0x0e) plen 6
Write Link Policy Settings (0x02|0x000d) ncmd 1
status 0x00 handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Max Slots Change (0x1b) plen 3
0000: 29 00 05 )..
> ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0060 scid 0x0040 result 1 status 2
Connection pending - Authorization pending
> ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Connect rsp: dcid 0x0060 scid 0x0040 result 0 status 0
Connection successful
< ACL data: handle 41 flags 0x02 dlen 16
L2CAP(s): Config req: dcid 0x0060 flags 0x00 clen 4
MTU 1024
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0
< ACL data: handle 41 flags 0x02 dlen 14
L2CAP(s): Config rsp: scid 0x0060 flags 0x00 result 0 clen 0
Success
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 18
L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4
Success
MTU 672
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0060 len 4 [psm 3]
RFCOMM(s): SABM: cr 1 dlci 0 pf 1 ilen 0 fcs 0x1c
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
< ACL data: handle 41 flags 0x02 dlen 18
L2CAP(d): cid 0x0060 len 14 [psm 3]
RFCOMM(s): PN CMD: cr 1 dlci 0 pf 0 ilen 10 fcs 0x70 mcc_len 8
dlci 22 frame_type 0 credit_flow 15 pri 7 ack_timer 0
frame_size 667 max_retrans 0 credits 7
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): DM: cr 1 dlci 22 pf 1 ilen 0 fcs 0x92
< ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0060 len 4 [psm 3]
RFCOMM(s): DISC: cr 1 dlci 0 pf 1 ilen 0 fcs 0xfd
< ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Disconn req: dcid 0x0060 scid 0x0040
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> HCI Event: Number of Completed Packets (0x13) plen 5
handle 41
> ACL data: handle 41 flags 0x02 dlen 8
L2CAP(d): cid 0x0040 len 4 [psm 3]
RFCOMM(s): UA: cr 1 dlci 0 pf 1 ilen 0 fcs 0xd7
> ACL data: handle 41 flags 0x02 dlen 12
L2CAP(s): Disconn rsp: dcid 0x0060 scid 0x0040
< HCI Command: Disconnect (0x01|0x0006) plen 3
handle 41 reason 0x13
Reason: Remote User Teminated Connection
> HCI Event: Command Status (0x0f) plen 4
Disconnect (0x01|0x0006) status 0x00 ncmd 1
> HCI Event: Disconn Complete (0x05) plen 4
status 0x00 handle 41 reason 0x16
Reason: Connection Terminated by Local Host


Am Dienstag, den 17.05.2005, 14:55 +0200 schrieb Marcel Holtmann:
> Hi Tamer,
>
> > kbluetoothd is running and up. Why it still doesn't work, is something I
> > don't understand. Either I downloaded, compiled and installed bluez-pin.
> > Inside the hcid.conf I modified the line:
>
> send in the output of "hcidump -X -V" as root while you are trying to
> sync. And check with YaST that at least hcid and sdpd are started.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 13:38:59

by Szilágyi Szilveszter

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Tamer Higazi ?rta:

>Dear Marcell!
>kbluetoothd is running and up. Why it still doesn't work, is something I
>don't understand. Either I downloaded, compiled and installed bluez-pin.
>Inside the hcid.conf I modified the line:
>
># PIN helper
>pin_helper /usr/bin/bluez-pin
>
>
did you run the whereis bluepin command?
what is the output?

>Tamer
>
>
>Could it be that the dbus pin-helper is not active?!
>
>#dbus_pin_helper;
>
>It is commented in the hcid.conf file
>
>
>For any help
>
>Thank you in advance
>
>Tamer
>Am Dienstag, den 17.05.2005, 13:29 +0200 schrieb Marcel Holtmann:
>
>
>>Hi Tamer,
>>
>>
>>
>>>Thank you for your help. I discovered that 'bluez-pin' was on the system
>>>not installed. I downloaded the package, but nothing happened. What
>>>could it be that the same error do still exist?!
>>>
>>>
>>make sure that kdebluetooth is installed and running.
>>
>>Regards
>>
>>Marcel
>>
>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by Oracle Space Sweepstakes
>>Want to be the first software developer in space?
>>Enter now for the Oracle Space Sweepstakes!
>>http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
>>_______________________________________________
>>Bluez-users mailing list
>>[email protected]
>>https://lists.sourceforge.net/lists/listinfo/bluez-users
>>
>>
>>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by Oracle Space Sweepstakes
>Want to be the first software developer in space?
>Enter now for the Oracle Space Sweepstakes!
>http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
>_______________________________________________
>Bluez-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>

--
sszilveszter
-- ... f?leg ha enternet is ?gy gondolja --
-- ?s nem harmadnap ?rkezik meg a levelem --



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 12:55:51

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi Tamer,

> kbluetoothd is running and up. Why it still doesn't work, is something I
> don't understand. Either I downloaded, compiled and installed bluez-pin.
> Inside the hcid.conf I modified the line:

send in the output of "hcidump -X -V" as root while you are trying to
sync. And check with YaST that at least hcid and sdpd are started.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 12:45:32

by Tamer Higazi

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Dear Marcell!
kbluetoothd is running and up. Why it still doesn't work, is something I
don't understand. Either I downloaded, compiled and installed bluez-pin.
Inside the hcid.conf I modified the line:

# PIN helper
pin_helper /usr/bin/bluez-pin
Tamer


Could it be that the dbus pin-helper is not active?!

#dbus_pin_helper;

It is commented in the hcid.conf file


For any help

Thank you in advance

Tamer
Am Dienstag, den 17.05.2005, 13:29 +0200 schrieb Marcel Holtmann:
> Hi Tamer,
>
> > Thank you for your help. I discovered that 'bluez-pin' was on the system
> > not installed. I downloaded the package, but nothing happened. What
> > could it be that the same error do still exist?!
>
> make sure that kdebluetooth is installed and running.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 11:34:54

by Szilágyi Szilveszter

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

did you edit your hcid.conf ?
you should receive a pop up on your pc
if your pc does not pop a message (bluezpin) after you entered a serial
on your phone,
you will not be able to connect it

i think try to install everything
from bluez first
http://www.bluez.org/download.html

i give you my little howto
http://sszilveszter.uw.hu/uhu/bluetooth-howto.txt



Tamer Higazi írta:

>Hi Szilágyi!
>Thank you for your help. I discovered that 'bluez-pin' was on the system
>not installed. I downloaded the package, but nothing happened. What
>could it be that the same error do still exist?!
>
>Tamer
>
>Am Dienstag, den 17.05.2005, 09:54 +0200 schrieb Szilágyi Szilveszter:
>
>
>>maybe your bluez-pin path is not correct in /etc/bluetooth/hcid.conf
>>
>>@localhost:~$ whereis bluepin
>>bluepin: /usr/bin/bluepin
>>
>>/etc/bluetooth/hcid.conf
>> # PIN helper
>> >>> pin_helper /usr/bin/bluepin;
>>
>>Tamer Higazi írta:
>>
>>
>>
>>>Hi!
>>>Everytime I want to synchronize with multisync: bluetooth/evolution2
>>>plugins, the cell phone ask me for a password, i type one and receive a
>>>error on the screen: "connection failed".
>>>
>>>I use as operating system SuSE Linux 9.3 Pro
>>>
>>>Is it perhaps the configuration?!
>>>
>>>
>>>For any help
>>>
>>>Thank you
>>>
>>>
>>>SuSE Linux 9.3 preconfigures the configuration like this for rfcomm:
>>>
>>>-f /etc/bluetooth/rfcomm.conf bind all
>>>
>>>and inside the rfcomm.conf
>>>
>>>#
>>># RFCOMM configuration file.
>>>#
>>># $Id: rfcomm.conf,v 1.1 2002/10/07 05:58:18 maxk Exp $
>>>#
>>>
>>>rfcomm0 {
>>> # Automatically bind the device at startup
>>> bind no;
>>>
>>> # Bluetooth address of the device
>>> device 11:22:33:44:55:66;
>>>
>>> # RFCOMM channel for the connection
>>> channel 1;
>>>
>>> # Description of the connection
>>> comment "Example Bluetooth device";
>>>}
>>>
>>>the result by quering the phone:
>>>
>>>Browsing 00:E0:03:65:64:94 ...
>>>Service Name: Hands-Free Audio Gateway
>>>Service RecHandle: 0x10000
>>>Service Class ID List:
>>> "Handfree Audio Gateway" (0x111f)
>>> "Generic Audio" (0x1203)
>>>Protocol Descriptor List:
>>> "L2CAP" (0x0100)
>>> "RFCOMM" (0x0003)
>>> Channel: 1
>>>Language Base Attr List:
>>> code_ISO639: 0x454e
>>> encoding: 0x6a
>>> base_offset: 0x100
>>>Profile Descriptor List:
>>> "Handfree Audio Gateway" (0x111f)
>>> Version: 0x0101
>>>
>>>Service Name: OBEX File Transfer
>>>Service RecHandle: 0x10001
>>>Service Class ID List:
>>> "OBEX File Transfer" (0x1106)
>>>Protocol Descriptor List:
>>> "L2CAP" (0x0100)
>>> "RFCOMM" (0x0003)
>>> Channel: 10
>>> "OBEX" (0x0008)
>>>Language Base Attr List:
>>> code_ISO639: 0x454e
>>> encoding: 0x6a
>>> base_offset: 0x100
>>>Profile Descriptor List:
>>> "OBEX File Transfer" (0x1106)
>>> Version: 0x0100
>>>
>>>Service Name: SyncMLClient
>>>Service RecHandle: 0x10002
>>>Service Class ID List:
>>> "Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
>>>Protocol Descriptor List:
>>> "L2CAP" (0x0100)
>>> "RFCOMM" (0x0003)
>>> Channel: 11
>>> "OBEX" (0x0008)
>>>Language Base Attr List:
>>> code_ISO639: 0x454e
>>> encoding: 0x6a
>>> base_offset: 0x100
>>>Profile Descriptor List:
>>> "Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
>>> Version: 0x0100
>>>
>>>Service Name: Nokia OBEX PC Suite Services
>>>Service RecHandle: 0x10003
>>>Service Class ID List:
>>> "Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
>>>Protocol Descriptor List:
>>> "L2CAP" (0x0100)
>>> "RFCOMM" (0x0003)
>>> Channel: 12
>>> "OBEX" (0x0008)
>>>Language Base Attr List:
>>> code_ISO639: 0x454e
>>> encoding: 0x6a
>>> base_offset: 0x100
>>>Profile Descriptor List:
>>> "Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
>>> Version: 0x0100
>>>
>>>Service Name: OBEX Object Push
>>>Service RecHandle: 0x10004
>>>Service Class ID List:
>>> "OBEX Object Push" (0x1105)
>>>Protocol Descriptor List:
>>> "L2CAP" (0x0100)
>>> "RFCOMM" (0x0003)
>>> Channel: 9
>>> "OBEX" (0x0008)
>>>Language Base Attr List:
>>> code_ISO639: 0x454e
>>> encoding: 0x6a
>>> base_offset: 0x100
>>>Profile Descriptor List:
>>> "OBEX Object Push" (0x1105)
>>> Version: 0x0100
>>>
>>>Service Name: Dial-Up Networking
>>>Service RecHandle: 0x10005
>>>Service Class ID List:
>>> "Dialup Networking" (0x1103)
>>>Protocol Descriptor List:
>>> "L2CAP" (0x0100)
>>> "RFCOMM" (0x0003)
>>> Channel: 2
>>>Language Base Attr List:
>>> code_ISO639: 0x454e
>>> encoding: 0x6a
>>> base_offset: 0x100
>>>Profile Descriptor List:
>>> "Dialup Networking" (0x1103)
>>> Version: 0x0100
>>>
>>>
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>This SF.Net email is sponsored by Oracle Space Sweepstakes
>>>Want to be the first software developer in space?
>>>Enter now for the Oracle Space Sweepstakes!
>>>http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
>>>_______________________________________________
>>>Bluez-users mailing list
>>>[email protected]
>>>https://lists.sourceforge.net/lists/listinfo/bluez-users
>>>
>>>
>>>
>>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by Oracle Space Sweepstakes
>>Want to be the first software developer in space?
>>Enter now for the Oracle Space Sweepstakes!
>>http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
>>_______________________________________________
>>Bluez-users mailing list
>>[email protected]
>>https://lists.sourceforge.net/lists/listinfo/bluez-users
>>
>>
>>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by Oracle Space Sweepstakes
>Want to be the first software developer in space?
>Enter now for the Oracle Space Sweepstakes!
>http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
>_______________________________________________
>Bluez-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>

--
sszilveszter
-- ... főleg ha enternet is úgy gondolja --
-- és nem harmadnap érkezik meg a levelem --



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 11:29:21

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi Tamer,

> Thank you for your help. I discovered that 'bluez-pin' was on the system
> not installed. I downloaded the package, but nothing happened. What
> could it be that the same error do still exist?!

make sure that kdebluetooth is installed and running.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 11:06:13

by Tamer Higazi

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

Hi Szilágyi!
Thank you for your help. I discovered that 'bluez-pin' was on the system
not installed. I downloaded the package, but nothing happened. What
could it be that the same error do still exist?!

Tamer

Am Dienstag, den 17.05.2005, 09:54 +0200 schrieb Szilágyi Szilveszter:
> maybe your bluez-pin path is not correct in /etc/bluetooth/hcid.conf
>
> @localhost:~$ whereis bluepin
> bluepin: /usr/bin/bluepin
>
> /etc/bluetooth/hcid.conf
> # PIN helper
> >>> pin_helper /usr/bin/bluepin;
>
> Tamer Higazi írta:
>
> >Hi!
> >Everytime I want to synchronize with multisync: bluetooth/evolution2
> >plugins, the cell phone ask me for a password, i type one and receive a
> >error on the screen: "connection failed".
> >
> >I use as operating system SuSE Linux 9.3 Pro
> >
> >Is it perhaps the configuration?!
> >
> >
> >For any help
> >
> >Thank you
> >
> >
> >SuSE Linux 9.3 preconfigures the configuration like this for rfcomm:
> >
> >-f /etc/bluetooth/rfcomm.conf bind all
> >
> >and inside the rfcomm.conf
> >
> >#
> ># RFCOMM configuration file.
> >#
> ># $Id: rfcomm.conf,v 1.1 2002/10/07 05:58:18 maxk Exp $
> >#
> >
> >rfcomm0 {
> > # Automatically bind the device at startup
> > bind no;
> >
> > # Bluetooth address of the device
> > device 11:22:33:44:55:66;
> >
> > # RFCOMM channel for the connection
> > channel 1;
> >
> > # Description of the connection
> > comment "Example Bluetooth device";
> >}
> >
> >the result by quering the phone:
> >
> >Browsing 00:E0:03:65:64:94 ...
> >Service Name: Hands-Free Audio Gateway
> >Service RecHandle: 0x10000
> >Service Class ID List:
> > "Handfree Audio Gateway" (0x111f)
> > "Generic Audio" (0x1203)
> >Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 1
> >Language Base Attr List:
> > code_ISO639: 0x454e
> > encoding: 0x6a
> > base_offset: 0x100
> >Profile Descriptor List:
> > "Handfree Audio Gateway" (0x111f)
> > Version: 0x0101
> >
> >Service Name: OBEX File Transfer
> >Service RecHandle: 0x10001
> >Service Class ID List:
> > "OBEX File Transfer" (0x1106)
> >Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 10
> > "OBEX" (0x0008)
> >Language Base Attr List:
> > code_ISO639: 0x454e
> > encoding: 0x6a
> > base_offset: 0x100
> >Profile Descriptor List:
> > "OBEX File Transfer" (0x1106)
> > Version: 0x0100
> >
> >Service Name: SyncMLClient
> >Service RecHandle: 0x10002
> >Service Class ID List:
> > "Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
> >Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 11
> > "OBEX" (0x0008)
> >Language Base Attr List:
> > code_ISO639: 0x454e
> > encoding: 0x6a
> > base_offset: 0x100
> >Profile Descriptor List:
> > "Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
> > Version: 0x0100
> >
> >Service Name: Nokia OBEX PC Suite Services
> >Service RecHandle: 0x10003
> >Service Class ID List:
> > "Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
> >Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 12
> > "OBEX" (0x0008)
> >Language Base Attr List:
> > code_ISO639: 0x454e
> > encoding: 0x6a
> > base_offset: 0x100
> >Profile Descriptor List:
> > "Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
> > Version: 0x0100
> >
> >Service Name: OBEX Object Push
> >Service RecHandle: 0x10004
> >Service Class ID List:
> > "OBEX Object Push" (0x1105)
> >Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 9
> > "OBEX" (0x0008)
> >Language Base Attr List:
> > code_ISO639: 0x454e
> > encoding: 0x6a
> > base_offset: 0x100
> >Profile Descriptor List:
> > "OBEX Object Push" (0x1105)
> > Version: 0x0100
> >
> >Service Name: Dial-Up Networking
> >Service RecHandle: 0x10005
> >Service Class ID List:
> > "Dialup Networking" (0x1103)
> >Protocol Descriptor List:
> > "L2CAP" (0x0100)
> > "RFCOMM" (0x0003)
> > Channel: 2
> >Language Base Attr List:
> > code_ISO639: 0x454e
> > encoding: 0x6a
> > base_offset: 0x100
> >Profile Descriptor List:
> > "Dialup Networking" (0x1103)
> > Version: 0x0100
> >
> >
> >
> >
> >
> >-------------------------------------------------------
> >This SF.Net email is sponsored by Oracle Space Sweepstakes
> >Want to be the first software developer in space?
> >Enter now for the Oracle Space Sweepstakes!
> >http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> >_______________________________________________
> >Bluez-users mailing list
> >[email protected]
> >https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> >
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-05-17 07:54:18

by Szilágyi Szilveszter

[permalink] [raw]
Subject: Re: [Bluez-users] problems syncing with bluetooth on multisync: evolution/blueotooth plugin

maybe your bluez-pin path is not correct in /etc/bluetooth/hcid.conf

@localhost:~$ whereis bluepin
bluepin: /usr/bin/bluepin

/etc/bluetooth/hcid.conf
# PIN helper
>>> pin_helper /usr/bin/bluepin;

Tamer Higazi ?rta:

>Hi!
>Everytime I want to synchronize with multisync: bluetooth/evolution2
>plugins, the cell phone ask me for a password, i type one and receive a
>error on the screen: "connection failed".
>
>I use as operating system SuSE Linux 9.3 Pro
>
>Is it perhaps the configuration?!
>
>
>For any help
>
>Thank you
>
>
>SuSE Linux 9.3 preconfigures the configuration like this for rfcomm:
>
>-f /etc/bluetooth/rfcomm.conf bind all
>
>and inside the rfcomm.conf
>
>#
># RFCOMM configuration file.
>#
># $Id: rfcomm.conf,v 1.1 2002/10/07 05:58:18 maxk Exp $
>#
>
>rfcomm0 {
> # Automatically bind the device at startup
> bind no;
>
> # Bluetooth address of the device
> device 11:22:33:44:55:66;
>
> # RFCOMM channel for the connection
> channel 1;
>
> # Description of the connection
> comment "Example Bluetooth device";
>}
>
>the result by quering the phone:
>
>Browsing 00:E0:03:65:64:94 ...
>Service Name: Hands-Free Audio Gateway
>Service RecHandle: 0x10000
>Service Class ID List:
> "Handfree Audio Gateway" (0x111f)
> "Generic Audio" (0x1203)
>Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 1
>Language Base Attr List:
> code_ISO639: 0x454e
> encoding: 0x6a
> base_offset: 0x100
>Profile Descriptor List:
> "Handfree Audio Gateway" (0x111f)
> Version: 0x0101
>
>Service Name: OBEX File Transfer
>Service RecHandle: 0x10001
>Service Class ID List:
> "OBEX File Transfer" (0x1106)
>Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 10
> "OBEX" (0x0008)
>Language Base Attr List:
> code_ISO639: 0x454e
> encoding: 0x6a
> base_offset: 0x100
>Profile Descriptor List:
> "OBEX File Transfer" (0x1106)
> Version: 0x0100
>
>Service Name: SyncMLClient
>Service RecHandle: 0x10002
>Service Class ID List:
> "Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
>Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 11
> "OBEX" (0x0008)
>Language Base Attr List:
> code_ISO639: 0x454e
> encoding: 0x6a
> base_offset: 0x100
>Profile Descriptor List:
> "Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002)
> Version: 0x0100
>
>Service Name: Nokia OBEX PC Suite Services
>Service RecHandle: 0x10003
>Service Class ID List:
> "Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
>Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 12
> "OBEX" (0x0008)
>Language Base Attr List:
> code_ISO639: 0x454e
> encoding: 0x6a
> base_offset: 0x100
>Profile Descriptor List:
> "Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001)
> Version: 0x0100
>
>Service Name: OBEX Object Push
>Service RecHandle: 0x10004
>Service Class ID List:
> "OBEX Object Push" (0x1105)
>Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 9
> "OBEX" (0x0008)
>Language Base Attr List:
> code_ISO639: 0x454e
> encoding: 0x6a
> base_offset: 0x100
>Profile Descriptor List:
> "OBEX Object Push" (0x1105)
> Version: 0x0100
>
>Service Name: Dial-Up Networking
>Service RecHandle: 0x10005
>Service Class ID List:
> "Dialup Networking" (0x1103)
>Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 2
>Language Base Attr List:
> code_ISO639: 0x454e
> encoding: 0x6a
> base_offset: 0x100
>Profile Descriptor List:
> "Dialup Networking" (0x1103)
> Version: 0x0100
>
>
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by Oracle Space Sweepstakes
>Want to be the first software developer in space?
>Enter now for the Oracle Space Sweepstakes!
>http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
>_______________________________________________
>Bluez-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users