From owner-freebsd-bluetooth@FreeBSD.ORG Mon Mar 2 18:15:31 2015 Return-Path: Delivered-To: FreeBSD-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E01E6F9 for ; Mon, 2 Mar 2015 18:15:31 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 637ADD9E for ; Mon, 2 Mar 2015 18:15:31 +0000 (UTC) Received: by iecar1 with SMTP id ar1so50247072iec.0 for ; Mon, 02 Mar 2015 10:15:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=I6NOahgU8ei9h5vZyul299gxR8OEjgCFCFMe1tBVxgM=; b=PltLxbFSbhMB6eJsV9ok5rg0VQGPBFKopCdNzRYt5zQWWHC1h7tIFjo+eIQ6Vz5DK1 zUbMOSLXZSZZDBu/oyUcnAAjgOsR1F+xNatPilU/wjWgETMQrhlzESKsP7QEHx2L3/CK 3SSHc/kE1L01R/8iFvs/iE1JaZIqreIrVKalMa6o6oOjpXI1vCCJ0X5UyDS794JGQj2O P20IAYOtgU/4HVbK71tpaCxgoSUQwX0kwTck7WbISBntdlqh4tgu/1yftfHYyAWkDUI/ miv0Aks/XFbq7b7r9wcqnyXgMRp5bKzVNUUx9aZFzPsg27KsLMEoTqCfouMKjqp5HQgd BFGg== MIME-Version: 1.0 X-Received: by 10.107.129.138 with SMTP id l10mr39698565ioi.37.1425320130443; Mon, 02 Mar 2015 10:15:30 -0800 (PST) Received: by 10.36.67.132 with HTTP; Mon, 2 Mar 2015 10:15:30 -0800 (PST) In-Reply-To: <201503020804.t22841Co064293@sana.init-main.com> References: <201503020804.t22841Co064293@sana.init-main.com> Date: Mon, 2 Mar 2015 10:15:30 -0800 Message-ID: Subject: Re: Bluetooth 4.0 From: Maksim Yevmenkin To: Takanori Watanabe Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-bluetooth@freebsd.org" X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2015 18:15:31 -0000 Hello! thank you for your work! > Hi, I wrote somewhat incomplete Bluetooth LE with ATT protocol code. > It is developed with unionfs over FreeBSD-current as of r274584. > > Kernel patch > http://www.init-main.com/bluetoothkern.tar.gz i'm still looking at this, however, the first thing i noticed is a lot of debug printf()s are still in the code. i will have more comments later. > Userland code > http://www.init-main.com/le_enable-20150302.tar.gz > > It is intended to compatible is existing Bluetooth userland, but > compatibility between kernel code is lost and > the userland compatibility may be broken. yes, i've noticed. i try to look at this more carefully later this will and will let you know thanks a lot! max > _______________________________________________ > freebsd-bluetooth@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth > To unsubscribe, send any mail to "freebsd-bluetooth-unsubscribe@freebsd.org"