Linux bluetooth development
 help / color / mirror / Atom feed
* [Bluez-devel] New Serial DBus API - how to choose dongle used?
@ 2007-05-26 10:21 Pierre-Yves Paulus
  2007-05-26 11:01 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre-Yves Paulus @ 2007-05-26 10:21 UTC (permalink / raw)
  To: BlueZ development

Hello,

Since bluez-utils v3.10, the new Serial API is included, and the 
previous RFCOMM API has been removed. The first semms to functionnaly 
replace the latter.

If I'm right, some calls previously done in the RFCOMM hierarchy now 
have to be done in the Serial one. For some of them, changes look like this:

RFCOMM: String Connect(String address, String service);
Serial: String ConnectService(String address, String pattern);

RFCOMM: String ConnectByChannel(String address, byte channel);
Serial: No equivalent so far

RFCOMM: void Disconnect(String device);
Serial: void DisconnectService(String device);

RFCOMM: void CancelConnect(String address, String service);
Serial: void CancelConnectService(String address, String pattern);

Apart for the missing "ConnectByChannel", it seems looks indeed very 
similar.

But there is somethig different: object path for RFCOMM was 
/org/bluez/{hci0,hci1,...} (eg. one RFCOMM object for each physical 
Adapter). But according to the doc, object path for Serial is 
/org/bluez/serial (eg, IIUC one single Manager).

So, my question: how do I choose which dongle to use to perform the 
connection with the new implementation, in case several are connected to 
the system?

Thanks,
Best Regards.

Pierre-Yves Paulus


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2007-05-26 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-26 10:21 [Bluez-devel] New Serial DBus API - how to choose dongle used? Pierre-Yves Paulus
2007-05-26 11:01 ` Marcel Holtmann
2007-05-26 17:41   ` Pierre-Yves Paulus

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