From owner-freebsd-bluetooth@FreeBSD.ORG Sun Nov 18 02:10:19 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 B68E216A419 for ; Sun, 18 Nov 2007 02:10:19 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by mx1.freebsd.org (Postfix) with ESMTP id 30C0313C458 for ; Sun, 18 Nov 2007 02:10:18 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1746761fka for ; Sat, 17 Nov 2007 18:10:10 -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=sdOTiOsylPfNKmoHyJtBkDuTztMniRa/k3PhL2lhKMY=; b=uSzUg1gKMC5I+BI6uUiIDqaXyRrtMeQg05fAuY1zu/4CZAUP/4sOeDQL7yBJf0DUwN5v9ZgJyxhqdAdpU7tfKgkySqrbWZ9178I3yxtwjWLGwNL/ThwgMVRTQvyM3ymR7AIZxnA1XyYzGHz83UlB3gDZETbllZ2jIjD7G5Dbq4I= 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=EJfzIXPzZ0fKzw6+l9khgRbfLTSzUbl85EdruCy+7stnoOHG0+xAztwaBwIO/Id6jT0MCL7GEXXP5NZ2uevQTFP07o5j4Y5klY7XaQEkBJuPETiWp9TfiSuvyaqbWA9OgLQaEbzgw9/2kz+1yGNlJQiV55S8Bmvq8flZaempq/U= Received: by 10.86.97.7 with SMTP id u7mr3436142fgb.1195351810243; Sat, 17 Nov 2007 18:10:10 -0800 (PST) Received: by 10.86.83.12 with HTTP; Sat, 17 Nov 2007 18:10:10 -0800 (PST) Message-ID: Date: Sat, 17 Nov 2007 18:10:10 -0800 From: "Maksim Yevmenkin" To: "Marten Vijn" In-Reply-To: <1195343297.995.5.camel@workstation.martenvijn.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1195343297.995.5.camel@workstation.martenvijn.nl> Cc: freebsd-bluetooth@freebsd.org Subject: Re: ubt0 macaddress cloning 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: Sun, 18 Nov 2007 02:10:19 -0000 Marten, > Is there a way to change the macaddress of a ubt (ng_ubt) device? short answer is no. not with the standard hci interface. > I have reading manpages hccontrol l2control and more, but I could now > find it? as far as i know, bluetooth specification does not define hci command to change bd_addr. obviously each bluetooth chip needs its own bd_addr, so chip manufacturer has a way to program bd_addrs. depending on a particular chip it may be possible to change bd_addr using custom tools. thanks, max