linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Wiimote pairing?
@ 2009-12-07 17:10 Hector Martin
  0 siblings, 0 replies; 6+ messages in thread
From: Hector Martin @ 2009-12-07 17:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Bastien Nocera, Marcel Holtmann

Sorry for the lack of proper thread headers. I subscribed to ask about
this very issue and it turns out it was asked two days ago in the
already, after I checked out the archives :)

Seeing as everything is done using strings everywhere, including the
storage (which is a text file), I think it might be easier to just
define a hex format. Something like $0011deadbeef for raw binary
pincodes expressed as hex. This will let all the existing tools handle a
raw PIN.

The Bluetooth spec talks about numeric and alphanumeric PIN codes, but I
haven't seen mention of special characters. I think the likelihood of
having issues with real PINs with a starting $ sign is fairly low (and
they could always be expressed as hex).

An alternative would be to use a more traditional backslash escape
sequence type format, but that's harder to parse.

-- 
Hector Martin (hector@marcansoft.com)
Public Key: http://www.marcansoft.com/marcan.asc

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Wiimote pairing?
@ 2009-12-05 13:57 Bastien Nocera
  2009-12-05 14:50 ` Marcel Holtmann
  2009-12-05 15:43 ` Bastien Nocera
  0 siblings, 2 replies; 6+ messages in thread
From: Bastien Nocera @ 2009-12-05 13:57 UTC (permalink / raw)
  To: BlueZ development

Heya,

I was under the impression that the Wiimote simply didn't use a PIN
code, but it seems there's a way to pair it and associate it with a
particular host by doing:
http://wiibrew.org/wiki/Wiimote#Sync_Button

I looked through my dongles, and couldn't find one that would allow me
to pass the modified host address as a PIN code as they all have "00" as
part of the address.

bluetoothd uses strings everywhere for PIN code handling. It would be
possible to change the RequestPinCode to also allow:
{string,len} RequestPinCode(object device)
without modifying the current behaviour.

What do you think?

Cheers

Reported to me through the RH bugzilla:
PS: https://bugzilla.redhat.com/show_bug.cgi?id=544564


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

end of thread, other threads:[~2009-12-07 17:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-07 17:10 Wiimote pairing? Hector Martin
  -- strict thread matches above, loose matches on Subject: below --
2009-12-05 13:57 Bastien Nocera
2009-12-05 14:50 ` Marcel Holtmann
2009-12-05 15:02   ` Bastien Nocera
2009-12-05 15:07     ` Marcel Holtmann
2009-12-05 15:43 ` Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).