Linux bluetooth development
 help / color / mirror / Atom feed
From: Marco Trudel <mtrudel@gmx.ch>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] Automatically accepting pairing from a mouse?
Date: Fri, 04 Mar 2005 03:47:22 +0100	[thread overview]
Message-ID: <4227CC3A.3030409@gmx.ch> (raw)
In-Reply-To: <4227A238.5030003@emenaker.com>

Hello Joe

My suggestion for this is to write a little bash-script or something like 
that (but there might be a better solution). something like:

while [ 1 -eq 1 ] # endless loop
do
	# if mouse not connected, connect to it
	if [ `hcitool con | grep aa:bb:cc:dd:ee:ff | wc -l` -eq 0 ]
	then
		hidd --connect aa:bb:cc:dd:ee:ff
	fi

	sleep 10 # wait 10s before checking again
done


regards
Marco

Joe Emenaker wrote:
> Please forgive the newbie question... I'm still a little new to how 
> bluetooth devices interact.
> 
> I've got bluez-utils running on my debian laptop and I can use it to 
> find my bluetooth mouse.
> I can run "hcitool scan" and, provided that I've clicked the little 
> "pairing" button on my mouse, the scan finds it.
> Then, I can run "hidd --connect aa:bb:cc:dd:ee:ff" (not the actual hw 
> address I use) and it connects!
> 
> However, I'd like to avoid having to open a konsole window and do this 
> pairing every time I boot my laptop. Furthermore, the mouse I have likes 
> to go to sleep after about 5-10 minutes of inactivity... at which point 
> it requires pairing again.
> 
> It would be nice if I could just click the pairing button on my mouse 
> and have the rest happen automatically.
> 
> In an attempt to do this, I've changed my "HIDD_OPTIONS=--master 
> --server" to "HIDD_OPTIONS=-i aa:bb:cc:dd:ee:ff --server", but this 
> doesn't seem to have done anything.
> 
> So now, I'm kinda stuck. I guess I'm looking for a bluetooth equivalent 
> to "waproamd" for WiFi, where it periodically scans for available 
> devices and connects to them if it has a configuration for it.
> 
> Is there anything in bluez-utils that does auto-scan-and-connect like that?
> 
> If not, what's the alternative? Do I have to find a mouse that can 
> scan-and-connect from *it's* end?
> 
> Lastly, does anyone have any suggestions for a better mouse? My current 
> one is pretty nifty, though. It has an on/off switch so that I can save 
> batteries when the laptop is packed away. And it's a mini-style. But the 
> timeout-sleep thing is just killing me....
> 
> - Joe


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

  reply	other threads:[~2005-03-04  2:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-03 23:48 [Bluez-users] Automatically accepting pairing from a mouse? Joe Emenaker
2005-03-04  2:47 ` Marco Trudel [this message]
2005-03-04 10:45 ` Marcel Holtmann
2005-03-07 19:01   ` Joe Emenaker

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=4227CC3A.3030409@gmx.ch \
    --to=mtrudel@gmx.ch \
    --cc=bluez-users@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