From: Anders H. <an...@gi...> - 2006-04-28 07:33:27
|
Michael Mohr wrote: > Member 2: syncml-obex-client > Configuration : > <config> > <bluetooth_address>00:00:00:00:00:00</bluetooth_address> > <bluetooth_channel></bluetooth_channel> You need to set the bluetooth channel. The channel number can be found using the command: sdptool browse <bluetooth-adress> Look for syncml client in the output. > <interface>0</interface> > <identifier></identifier> > <version>1</version> > <wbxml>0</wbxml> > <username></username> > <password></password> > <type>5</type> Type 5 means it wants to connect to the phone directly through a usb cable. Set it to type 2. Which means bluetooth. > <usestr ingtable>1</usestringtable> > <onlyreplace>0</onlyreplace> > <recvLimit>0</recvLimit> > <allowLateStatus>0</allowLateStatus> > <maxObjSize>0</maxObjSize> > <noPendingReplies>0</noPendingReplies> > <contact_db>addressbook</contact_db> > <calendar_db>calendar</calendar_db> > <note_db>tasks</note_db> > </config> Anders |