From owner-freebsd-bluetooth@FreeBSD.ORG Mon Nov 5 16:07:56 2007 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3A7116A417 for ; Mon, 5 Nov 2007 16:07:56 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 51FCB13C491 for ; Mon, 5 Nov 2007 16:07:56 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1180701nfb for ; Mon, 05 Nov 2007 08:07:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Mc+xDWtFVCKDU7FrJMNHnSsJ0LIo49ksCdzqTl7hkb8=; b=EdrM4D5HiYTlsMSvR+nPhTkAOupXnuJW37q+oF0JAMqSbutTwQtzDJhxYnDu9qn4cBt618VYDO36I06OodrDvgnRaiyyK2QUlPQuUK/fKosvGbbH0HphpldTRZ0ztPEzR6hQsWfzJDzd7R54QKpPZW3vcXkeFsWJifSfXqWnDeM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qh3F6tp1UE7Jd0AsJiHZnesN8K3JplGof3TgbjSxkW1+BhxNzb+wVMK8JXzxYmFqGWjK23+jGg0UcchQd1JwD4hC24KQ8FJ3qyqiRc2PcWx1pRiLyp4oaiMkXZpNi1lKpQDm+liEEd53RDVm1Jxxy2Bo7CTI4R/xH66Q8NGq8Zk= Received: by 10.86.80.5 with SMTP id d5mr3516330fgb.1194278862273; Mon, 05 Nov 2007 08:07:42 -0800 (PST) Received: by 10.86.83.12 with HTTP; Mon, 5 Nov 2007 08:07:42 -0800 (PST) Message-ID: Date: Mon, 5 Nov 2007 09:07:42 -0700 From: "Maksim Yevmenkin" To: "Iain Hibbert" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-bluetooth@freebsd.org Subject: Re: bluetooth mouse/keyboard blues X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 16:07:56 -0000 On 11/5/07, Iain Hibbert wrote: > > > program link keys into the device itself > > Do you mean using write-stored-link-keys command to store key in controller? I never tried that, will it persist? yes, Write_Stored_Link_Key command. and, yes, programmed keys should persists. you can program a few keys, however the exact number might be device specific. for example, csr bluecore chips have 16 ps keys to store bd_addr + link key pairs. thanks, max