Linux bluetooth development
 help / color / mirror / Atom feed
* [Bluez-users] rfcomm question 1
@ 2005-01-28 14:06 Ka Kin Cheung
  2005-01-28 17:36 ` Marcel Holtmann
  0 siblings, 1 reply; 50+ messages in thread
From: Ka Kin Cheung @ 2005-01-28 14:06 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

Hi Marcel!
I'm doing a project using bluetooth. But I have something to ask.
Now, I make the connection between Linux PC and Sony Ericsson T610 by typing "rfcomm connect 0 <adress>", and it was success. Then, I wish to make the connection in this way: let T610 be the client and PC be the server. When T610 searched the PC, I wish to connect them by selecting the PC in the mobile. But when I entered the PIN, the mobile always showed "PIN not match". Why is that? And how can I do so that the connection can be created by mobile phone?
Thank you very much.
Michael
 



---------------------------------
新年願望第一位 :  找到友緣人 

[-- Attachment #2: Type: text/html, Size: 737 bytes --]

^ permalink raw reply	[flat|nested] 50+ messages in thread
* [Bluez-users] multiple instances of OPUSH server
@ 2005-02-21  8:23 Janice M. Ballesteros
  2005-02-21 22:56 ` Marcel Holtmann
  0 siblings, 1 reply; 50+ messages in thread
From: Janice M. Ballesteros @ 2005-02-21  8:23 UTC (permalink / raw)
  To: bluez-users

Halu!

How do I enable support for multiple instances of an Obex server. Im using 
OPD. What Im trying to do is setup two OPD servers on my computer. Two 
bluetooth dongles will be used. One of the dongles listen to rfcomm channel 
10 and the other to channel 3. I want one instance of OPD to listen to rfcomm 
channel 10 on /dev/rfcomm0 and the other one to channel 3 on /dev/rfcomm1.

If I run one instance of opd on channel 10, it works fine but when I try to 
run the 2nd opd on channel 3 i get the error message:
opd[4561]: Failed to register BtOBEX server on RFCOMM channel 10. (-1 / 98)
It seems that everytime I run opd, its default rfcomm device is /dev/rfcomm0. 
Note: error 98 stands for " Address already in use "

How do I make OPD run on a specified rfcomm device (say on /dev/rfcomm1)?
I tried looking at the code of OPD but I cant seem to find how to change the 
default rfcomm device. I also tried binding my bluetooth dongles to specified 
rfcomm devices and channels but it still doesnt work.

Any help/insight is greatly appreciated. 
Many thanks. :)

-jan


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2005-02-21 22:56 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-28 14:06 [Bluez-users] rfcomm question 1 Ka Kin Cheung
2005-01-28 17:36 ` Marcel Holtmann
2005-01-29  5:32   ` Ka Kin Cheung
2005-01-29 14:03     ` Marcel Holtmann
2005-01-31 13:41       ` Ka Kin Cheung
2005-01-31 14:22         ` Marcel Holtmann
2005-01-31 14:30           ` Ka Kin Cheung
2005-01-31 14:38             ` Marcel Holtmann
2005-02-01  6:25               ` [Bluez-users] rfcomm question 3 Ka Kin Cheung
2005-02-01  8:14                 ` Marcel Holtmann
2005-02-01 14:39                   ` Ka Kin Cheung
2005-02-02  2:49                   ` Ka Kin Cheung
2005-02-02  3:10                     ` Marcel Holtmann
2005-02-02  4:54                       ` Ka Kin Cheung
2005-02-02  5:34                         ` Marcel Holtmann
2005-02-03  3:42                           ` Ka Kin Cheung
2005-02-03  5:22                             ` Alain Volmat
2005-02-03 10:50                               ` Ka Kin Cheung
2005-02-03 10:59                                 ` Alain Volmat
2005-02-03 13:01                                   ` Ka Kin Cheung
2005-02-03 13:20                                     ` Marcel Holtmann
2005-02-03 14:26                                       ` Ka Kin Cheung
2005-02-03 14:54                                         ` Marcel Holtmann
2005-02-04 16:56                                     ` Marco Trudel
2005-02-05 12:48                                       ` Ka Kin Cheung
2005-02-05 13:17                                         ` Marco Trudel
2005-02-05 13:51                                           ` Marcel Holtmann
2005-02-05 14:00                                             ` Marco Trudel
2005-02-05 14:14                                               ` Marcel Holtmann
2005-02-05 17:39                                                 ` Marco Trudel
2005-02-05 18:08                                                   ` Marcel Holtmann
2005-02-17  5:37                                                     ` Ka Kin Cheung
2005-02-17  6:28                                                       ` Alain Volmat
2005-02-17  9:08                                                       ` mike
2005-02-17 13:08                                                       ` Marco Trudel
2005-02-17 13:54                                                         ` Ka Kin Cheung
2005-02-17 14:10                                                           ` Marco Trudel
2005-02-17 14:43                                                             ` Ka Kin Cheung
2005-02-17 17:04                                                               ` Marco Trudel
2005-02-18  3:28                                                                 ` Ka Kin Cheung
2005-02-19  6:49                                                                   ` Marco Trudel
2005-02-19  8:27                                                                     ` Ka Kin Cheung
2005-02-19 10:06                                                                       ` Marco Trudel
2005-02-19 13:45                                                                         ` Ka Kin Cheung
2005-02-18  3:33                                                                 ` Ka Kin Cheung
2005-02-18  7:51                                                                   ` [Bluez-users] multiple instances of OPUSH server Janice M. Ballesteros
2005-02-17 13:14                                                       ` [Bluez-users] rfcomm question 3 Marco Trudel
2005-02-02  3:16                     ` Alain Volmat
  -- strict thread matches above, loose matches on Subject: below --
2005-02-21  8:23 [Bluez-users] multiple instances of OPUSH server Janice M. Ballesteros
2005-02-21 22:56 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox