Linux bluetooth development
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: BlueZ development <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] New Serial DBus API - how to choose dongle used?
Date: Sat, 26 May 2007 13:01:29 +0200	[thread overview]
Message-ID: <1180177290.21432.42.camel@aeonflux.holtmann.net> (raw)
In-Reply-To: <46580A33.3030701@idlum.be>

Hi Pierre-Yves,

> 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

simply use ConnectService(<bdaddr>, channel). The pattern matching works
the that if you give a decimal number that it connects to the specified
channel.

> 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.

It is fully compatible.

> 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?

We don't support this. At least not yet. At some point, we might have
additional methods that let you choose a source address. However that is
not our priority at the moment.

Regards

Marcel



-------------------------------------------------------------------------
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

  reply	other threads:[~2007-05-26 11:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2007-05-26 17:41   ` Pierre-Yves Paulus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1180177290.21432.42.camel@aeonflux.holtmann.net \
    --to=marcel@holtmann.org \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox