From owner-freebsd-bluetooth@FreeBSD.ORG Sun Mar 22 21:14:58 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 6D799880 for ; Sun, 22 Mar 2015 21:14:58 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (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 E7F4689D for ; Sun, 22 Mar 2015 21:14:57 +0000 (UTC) Received: by wetk59 with SMTP id k59so123103635wet.3 for ; Sun, 22 Mar 2015 14:14:56 -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=Wp3NDF/aSk7D+WI+vlPz4jNy23g4pZJzxTaWuwhJVOk=; b=lfPW9lje8IwJw+GhfHmtqOUkFo+ZJutNoSjWHpGnCMzyPfasu+f3DbGLlO8euBRPC2 VvgosZgunrvexw8l/NMpxJIC30HY6TBilFN/RBuzmj1knVsK9DmpD7b2WyB7Wsyk+5XQ 6+QZnzftZC3bktODIxsef30bJVhEvTPFODXpZdNuIXaL+A6MIU1s3Jm7az7xAJKjxG5S /Ci2ttWoyI/ZdY4zh2N1TDKxl/e516d+20s471cuHUubDqmlF+Fjy15zTyWXxLXiRz2L 1+tnQi1EC3A8bOOHdU9lljq5NPNBKL0QNZOoP/6w66WtOiC7m8TFa7zK3gUXjSzlTOpm GLHw== MIME-Version: 1.0 X-Received: by 10.194.75.168 with SMTP id d8mr182221118wjw.87.1427058896253; Sun, 22 Mar 2015 14:14:56 -0700 (PDT) Received: by 10.27.91.75 with HTTP; Sun, 22 Mar 2015 14:14:56 -0700 (PDT) In-Reply-To: References: Date: Sun, 22 Mar 2015 14:14:56 -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 21:14:58 -0000 On Sun, Mar 22, 2015 at 1:42 PM, Waitman Gobble wrote: > 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 iain, Renamed to https://github.com/waitman/arthid thanks for pointing out that issue. -- Waitman Gobble Los Altos California USA 510-830-7975