From owner-freebsd-bluetooth@FreeBSD.ORG Sun Mar 22 20:42:24 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 30FCA6B1 for ; Sun, 22 Mar 2015 20:42:24 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (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 AD58B28D for ; Sun, 22 Mar 2015 20:42:23 +0000 (UTC) Received: by wibdy8 with SMTP id dy8so31431667wib.0 for ; Sun, 22 Mar 2015 13:42:22 -0700 (PDT) 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=DYdT3+3YLTd/LNeYXl19eBtr1/b/LufFKKZ+xF8q6zs=; b=aMwrrszQgI+5ddHehq9rBTJFHSAEY/nbH7oPSZ6AQDw9pyJ/MT3fyLHu4rjeWXkdU1 V8SSQxjvp9isKtMVvla5Z5O3BjHizBrGpPhEDxnnK616WCBoMqr66DkZfQVyC0qi15qU Pij7QndvHL1b6zLf2Tu6HhXZQU7B/sTiMkzsLiBzLs4IVM1ub0CRcop4uyRb3A4Pz7Gq 1g4WqImOhD6wyqjiC6IJ9ZRmaCPMJIelTso73iPBpe16rRU20vyasIbPgLeNSp3xs7uq r5PlyL2O9e4C71tjnnZRUQoocnh1QRqT0a/cnq+4LlADgWXtnLkUAL+SI5Ab+5M/r+RI SE0Q== MIME-Version: 1.0 X-Received: by 10.180.80.7 with SMTP id n7mr13783011wix.60.1427056942230; Sun, 22 Mar 2015 13:42:22 -0700 (PDT) Received: by 10.27.91.75 with HTTP; Sun, 22 Mar 2015 13:42:22 -0700 (PDT) In-Reply-To: References: Date: Sun, 22 Mar 2015 13:42:22 -0700 Message-ID: Subject: Re: register HID with SDP error From: Waitman Gobble To: Iain Hibbert 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: Sun, 22 Mar 2015 20:42:24 -0000 On Sun, Mar 22, 2015 at 1:20 PM, Iain Hibbert wrote: > On Sun, 22 Mar 2015, Waitman Gobble wrote: > >> Here's an updated version in case someone needs this sort of thing. >> daemonized process, uses SIGHUP to disconnect clients and added >> upper/lower characters and some special characters. Optionally set key >> stroke delay. >> >> https://github.com/waitman/hid_sppd > > btw regarding the name "hid_sppd", this makes no sense.. the rfcomm_sppd > program is named thus, because it provides a Serial Port Profile daemon > running over RFCOMM protocol. Your program is not in any way using SPP. > > btw there is a Bluetooth soft-keyboard for Linux here > > http://www.mulliner.org/bluetooth/xkbdbthid.php > > though I don't know if it still works.. > > regards, > iain Thanks, it originally started as a copy of rfcomm_sppd - but of course it's completely different now. I do suppose it should have a better name. Thanks for the link to xkbdbthid. -- Waitman Gobble Los Altos California USA 510-830-7975