From nobody Tue Aug 22 03:35:41 2023 X-Original-To: freebsd-bluetooth@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RVFP70Yxxz4Yt6m for ; Tue, 22 Aug 2023 03:35:55 +0000 (UTC) (envelope-from takawata@akatsuki.init-main.com) Received: from ns.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "akatsuki", Issuer "akatsuki" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RVFP4744kz3fny for ; Tue, 22 Aug 2023 03:35:52 +0000 (UTC) (envelope-from takawata@akatsuki.init-main.com) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of takawata@akatsuki.init-main.com has no SPF policy when checking 210.138.194.104) smtp.mailfrom=takawata@akatsuki.init-main.com; dmarc=none Received: from akatsuki.init-main.com (localhost [127.0.0.1]) by ns.init-main.com (8.17.1/8.17.1) with ESMTPS id 37M3Zf7Q067147 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Tue, 22 Aug 2023 12:35:41 +0900 (JST) (envelope-from takawata@akatsuki.init-main.com) Received: (from takawata@localhost) by akatsuki.init-main.com (8.17.1/8.16.1/Submit) id 37M3ZfhY067146 for freebsd-bluetooth@freebsd.org; Tue, 22 Aug 2023 12:35:41 +0900 (JST) (envelope-from takawata) Date: Tue, 22 Aug 2023 12:35:41 +0900 From: Takanori Watanabe To: freebsd-bluetooth@freebsd.org Subject: Re: FreeBSD won't see a specific bluetooth device Message-ID: References: <0A093E3B-4F8F-4EB1-A1FD-461BF8293EAC@bumblingdork.com> List-Id: Using Bluetooth in FreeBSD environments List-Archive: https://lists.freebsd.org/archives/freebsd-bluetooth List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bluetooth@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0A093E3B-4F8F-4EB1-A1FD-461BF8293EAC@bumblingdork.com> X-Spamd-Result: default: False [-1.80 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_LONG(-1.00)[-0.998]; FORGED_SENDER(0.30)[takawata@init-main.com,takawata@akatsuki.init-main.com]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[init-main.com]; ASN(0.00)[asn:2497, ipnet:210.138.0.0/16, country:JP]; R_SPF_NA(0.00)[no SPF record]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-bluetooth@freebsd.org]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FREEFALL_USER(0.00)[takawata]; ARC_NA(0.00)[]; FROM_NEQ_ENVFROM(0.00)[takawata@init-main.com,takawata@akatsuki.init-main.com]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-bluetooth@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Spamd-Bar: - X-Rspamd-Queue-Id: 4RVFP4744kz3fny On Mon, Aug 21, 2023 at 07:22:40PM +0200, Dmitry N. Medvedev wrote: > not resolved yet, but this is what a Kinesis employee said: the Advantage > 360 Pro uses BLE. > > I have used the hccontrol to do le_ scan and I can clearly see the keyboard > in the list, > but I have no idea on how to make it connect to my freeBSD host. > > any help would be appreciated! > I have a tool for userland and work with Bluetooth LE mouse based on bthidd, but keyboard support is disabled. https://github.com/takawata/FreeBSD-BLE To recognize LE device. 1. scan LE device and think 2. invoke ./lepair ${BTHADDR} (-r option required if address is random address) 3. add hcsecd.conf in lesecd directory by copy-n-paste from lepair output. 4. ./lesecd 3. in lehid directory, lehid -s ${BTADDR} Then keyboard may be recoginzed, but will not do useful thing. > On Wed, Aug 16, 2023 at 2:24 PM Dmitry N. Medvedev < > dmitry.medvedev@gmail.com> wrote: > > > good morning! > > > > *the context*: > > 1. there is an HP Z420 desktop with FreeBSD 13.2-RELEASE-p2 > > 2. there is a dell laptop with windows > > 3. there is a macbook pro > > 4. there is a bluetooth apple keyboard > > 5. there is an Advantage 360 Pro bluetooth keyboard > > > > *the problem*: > > using the *hccontrol -n ubt0hci inquiry* command I can list all the > > bluetooth devices, but the Advantage 360 Pro. > > > > This I cannot understand. How can the said keyboard avoid being listed? > > > > I am struggling to pair the Advantage 360 Pro to my FreeBSD desktop. > > > > Literally any help/ideas/thoughts are welcome! > > > > With kind regards, > > Dmitry N. Medvedev > > > > Tel.: > > +49 176 65213116 > >