From owner-freebsd-bluetooth@FreeBSD.ORG Fri Jul 2 16:24:37 2004 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F43A16A4E0 for ; Fri, 2 Jul 2004 16:24:37 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.252]) by mx1.FreeBSD.org (Postfix) with SMTP id 69C3943D45 for ; Fri, 2 Jul 2004 16:24:37 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so4307695cwb for ; Fri, 02 Jul 2004 09:23:06 -0700 (PDT) Received: by 10.11.116.64 with SMTP id o64mr89043cwc; Fri, 02 Jul 2004 09:16:26 -0700 (PDT) Message-ID: Date: Fri, 2 Jul 2004 09:16:26 -0700 From: Maksim Yevmenkin To: Guido van Rooij In-Reply-To: <20040702092653.GA70378@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <40E451EE.7090601@cw.com> <20040702092349.GA70090@gvr.gvr.org> <20040702092653.GA70378@gvr.gvr.org> cc: freebsd-bluetooth@freebsd.org Subject: Re: problem pairing with a Sony-Ericsson T610 X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:24:37 -0000 Hello Guido, [...] > > I am trying to create a situation where my FreeBSD systems starts executing > > certain commands when the mobile is in range. I think it is more handy > > that the mobile initiates the connection. > > Hmm. > It seems there is no 'device out of range' event. Is that correct? no, there is not. when device goes out of range, all active connections to the device are terminated by the link manager (firmware). the host (pc) just gets notification on connection termination. thanks, max