From owner-freebsd-bluetooth@FreeBSD.ORG Sat Mar 21 14:55:50 2015 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B62781D1 for ; Sat, 21 Mar 2015 14:55:50 +0000 (UTC) Received: from mail-pd0-x22a.google.com (mail-pd0-x22a.google.com [IPv6:2607:f8b0:400e:c02::22a]) (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 6C008F19 for ; Sat, 21 Mar 2015 14:55:50 +0000 (UTC) Received: by pdbop1 with SMTP id op1so137595823pdb.2 for ; Sat, 21 Mar 2015 07:55:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=vB5wX0p+XJqwr5Ym3H+i3/bVkpe5akVdHxyg6UuGBgo=; b=Ydt+bmrBaRC9uJ5w1KjvujZ/GGP4/qPGg7HIAeZJ37Yd0RQW1H7QFCZtfqoZlUQ7AL eM2yywQioZa8WWFxAjwF/BUnOUUgnQWIQZlM5kg15CG7XfT/9MfV4nmJZ7568ocfTKlB 4/X0MWdidDfb14X9OBPitj5yLmDNGGs3+C2hfp0boEqueDnzoV6SsANXKV2ZSAVmS8oK xZ2hLwJ142F6t7MjqC9H2biHQXn61QJEAkZrhkxFw7wD2HWUpMMJyQDb9IOeD4TmkYy4 K4Zr45/uVkeq1PdAPruysY3ViIBRXCeIFV6fWPVDKrHCLMj8JT2wOyvxW4ZVaL5zqa0H plIw== X-Received: by 10.70.28.5 with SMTP id x5mr100683696pdg.13.1426949749866; Sat, 21 Mar 2015 07:55:49 -0700 (PDT) Received: from [10.151.136.187] ([216.4.56.154]) by mx.google.com with ESMTPSA id ae7sm11865558pac.19.2015.03.21.07.55.47 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 21 Mar 2015 07:55:49 -0700 (PDT) References: <0AD7A2F7-37BE-4F6A-9FD6-F6C81B2CAF36@gmail.com> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <77352B43-637C-4E0D-B4CC-B42D977551F6@gmail.com> X-Mailer: iPhone Mail (12D508) From: maksim yevmenkin Subject: Re: register HID with SDP error Date: Sat, 21 Mar 2015 07:55:45 -0700 To: Waitman Gobble Cc: "freebsd-bluetooth@freebsd.org" , Iain Hibbert 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: Sat, 21 Mar 2015 14:55:50 -0000 Hello! > Yes, thank you Max, that helps alot. >=20 > One question, where is "Class" set? I believe this is causing me trouble You can set device class via hcicontrol. There is a command to do it. You ca= n also use configuration option that is going to be set when device attaches= . Please take a look at /etc/rc.d/Bluetooth and how it starts things. You ca= n create per-device configuration file that will set class, name etc.=20 Thanks Max