Return-Path: Message-ID: <4227CC3A.3030409@gmx.ch> From: Marco Trudel MIME-Version: 1.0 To: bluez-users@lists.sourceforge.net Subject: Re: [Bluez-users] Automatically accepting pairing from a mouse? References: <4227A238.5030003@emenaker.com> In-Reply-To: <4227A238.5030003@emenaker.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net Reply-To: bluez-users@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ users List-Post: List-Help: List-Subscribe: , List-Archive: Date: Fri, 04 Mar 2005 03:47:22 +0100 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