All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] [RFC] HAL/Bluez integration
@ 2006-06-11 20:45 Matthew Garrett
  2006-06-15 19:56 ` David Zeuthen
  2006-06-17 11:06 ` Marcel Holtmann
  0 siblings, 2 replies; 4+ messages in thread
From: Matthew Garrett @ 2006-06-11 20:45 UTC (permalink / raw)
  To: bluez-devel, hal, networkmanager-list

I've put a tarball up at 
http://www.codon.org.uk/~mjg59/tmp/hal-bluetooth.tar.gz as a first 
attempt at some degree of integration. The current interface is 
basically:

1) Bluetooth HCIs support a "Scan" method. Calling this will populate 
the tree with any located bluetooth devices.
2) Bluetooth devices support "Pair" and "Browse" methods. Calling the 
first will attempt to initiate a pairing interaction - the second will 
populate the tree with any services found on the device via SDP.

So it's fairly simple at the moment. The obvious next step is to allow 
services to provide rfcomm-binding methods and the like, and to ensure 
that relevant pieces of service information are provided via sdp.

Now, there's a couple of issues:

1) I'm not sure about the pairing interface. Right now, calling the pair 
method prompts hcid to attempt to send a message to a registered pairing 
agent via bluetooth. This strikes me as a mild security problem, since 
there's no mechanism for ensuring that it's the current user who has 
registered a pairing agent. The best that can be done is to attempt to 
register an agent, notice that the registration has failed and then bail 
before attempting to make the connection (setting an appropriate error). 
This isn't entirely ideal. David, can you see any way that PolicyKit can 
help us here?

2) The SDP interface in bluez is currently labelled "experimental" and 
is fairly limited in functionality. I tried going back through the 
mailing list archives, but the sourceforge interface makes me cry - has 
there been discussion of what this interface should look like and the 
technical problems involved?

Obligatory screenshot - http://www.codon.org.uk/~mjg59/tmp/bluetooth.png

-- 
Matthew Garrett | mjg59@srcf.ucam.org


_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2006-06-17 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-11 20:45 [Bluez-devel] [RFC] HAL/Bluez integration Matthew Garrett
2006-06-15 19:56 ` David Zeuthen
2006-06-17 11:02   ` [Bluez-devel] " Marcel Holtmann
2006-06-17 11:06 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.