From owner-freebsd-mobile@FreeBSD.ORG Thu Apr 10 15:41:11 2014 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFB07498 for ; Thu, 10 Apr 2014 15:41:11 +0000 (UTC) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91C81117A for ; Thu, 10 Apr 2014 15:41:11 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id kl14so4136561pab.32 for ; Thu, 10 Apr 2014 08:41:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=xfifXmscABrQUCl+Y+J77lXiRiwSjHHmSHXfBe/BXow=; b=a0t99SGgIiIBO3KCppLcMOr6NTptZc0Ja85WAALqJpwu8T9Mh8kNSdYT3dPFb5VNb0 wPo3CgVRUdi6/cBN8KodADPdSLPc+ntnDb2gQLj12yrm0V0r3N10AhD4umoqTeUJoRow YMlW7ET0IjkJjCwfUiQcjRkgxLeqrN5kY5yjL8HJyR87baXSVH4oBzrqhqVOYzIf51qH 6A2oO2wqIhgwI6qnFosnVA1zmunReVnhZJkhpdFaRC7/Zu9wZYsQklxQ+NRCEQJMrWD6 susklB0k3ueCWZJDATU0tmlWzkICYw7dWxEuEwNvGWIgrvHKHsptHOz8pdMpN0WeXN4J FJ1Q== X-Gm-Message-State: ALoCoQmMIQxIbpn/xvAchAOg6MLsZHiDqLLrRVJUo86bc9WiW6oCsPXQs+JG7fk/7pv55HyS8ch8 X-Received: by 10.66.155.7 with SMTP id vs7mr20624470pab.42.1397144470726; Thu, 10 Apr 2014 08:41:10 -0700 (PDT) Received: from [10.64.24.116] (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id sv10sm9802969pbc.74.2014.04.10.08.41.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Apr 2014 08:41:09 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Can't pair FreeBSD laptop and Nokia E72 phone with bluetooth From: Warner Losh In-Reply-To: <20140410123649.GA37706@e-new.0x20.net> Date: Thu, 10 Apr 2014 09:41:07 -0600 Content-Transfer-Encoding: 7bit Message-Id: References: <532AF631.5000300@onetel.com> <53417B52.50500@onetel.com> <53468620.6080506@onetel.com> <20140410123649.GA37706@e-new.0x20.net> To: Lars Engels X-Mailer: Apple Mail (2.1874) Cc: Chris Whitehouse , freebsd-mobile@freebsd.org X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 15:41:11 -0000 On Apr 10, 2014, at 6:36 AM, Lars Engels wrote: > On Thu, Apr 10, 2014 at 12:53:04PM +0100, Chris Whitehouse wrote: >> Anyone? Or is bluetooth on FreeBSD dead? >> >> thanks > > IMHO it was never really alive. But you would better ask this on > bluetooth@freebsd.org It is possible to make bluetooth on FreeBSD work. But you have to know a lot about Bluetooth, devices, discovery, etc. The tools FreeBSD has for this are quite primitive and support little more than mice, keyboards, and serial ports (though file exchange is possible). I have not seen any active development of Bluetooth, though, in 5 or more years. Warner