From owner-freebsd-bluetooth@FreeBSD.ORG Mon Jun 2 19:36:10 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A73ED458 for ; Mon, 2 Jun 2014 19:36:10 +0000 (UTC) Received: from forward4h.mail.yandex.net (forward4h.mail.yandex.net [IPv6:2a02:6b8:0:f05::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59B082BFE for ; Mon, 2 Jun 2014 19:36:10 +0000 (UTC) Received: from web8h.yandex.ru (web8h.yandex.ru [84.201.186.37]) by forward4h.mail.yandex.net (Yandex) with ESMTP id DAB3D1B20891 for ; Mon, 2 Jun 2014 23:35:39 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web8h.yandex.ru (Yandex) with ESMTP id 470DF1B206A3; Mon, 2 Jun 2014 23:35:39 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1401737739; bh=uWvahfOra78pPmCuRW3IYCm/fLIST8qkEOo1E10Xaf0=; h=From:To:Subject:Date; b=gmno5f9sy9qm+KZRE3rYNtNrjwg/93mh/VIQeTlk3yQKqcikYjnmw4YHgDtwsPCvg 4QIWDEAATjDVsWxQQwOKVJzIMttCcTADU+14VftouBz5D2sz9+WLap54F/sjL/KXBN iNWA8mIvturNJFQJ857uGIKAaIRMSKhxQ0negZCc= Received: from kdsnbg238-216.ptt.rs (kdsnbg238-216.ptt.rs [89.110.238.216]) by web8h.yandex.ru with HTTP; Mon, 02 Jun 2014 23:35:38 +0400 From: Ivan Rokotov Envelope-From: ivan-rokotov-bsd@yandex.ru To: freebsd-bluetooth@freebsd.org Subject: Bluetooth mouse paired, but doesn't work MIME-Version: 1.0 Message-Id: <1264001401737738@web8h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 02 Jun 2014 21:35:38 +0200 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.18 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 Jun 2014 19:36:10 -0000 Hi, I have a Gigabyte Bluetooth Mouse. I did the usual steps described in various manuals that I won't list, because I got the positive result when I turn on my mouse; from /var/log/messages: Jun 2 21:08:55 thor bthidd[2732]: Accepted control connection from 00:11:67:f8:1d:da Jun 2 21:08:55 thor bthidd[2732]: Accepted interrupt connection from 00:11:67:f8:1d:da ivan.rokotov.bsd@yandex.ru# btsockstat Active raw HCI sockets Socket PCB Flags Recv-Q Send-Q Local address fffff8012e269570 fffff8012e8b6700 000002 0 0 * Active L2CAP sockets PCB Recv-Q Send-Q Local address/PSM Foreign address CID State fffff80005dc3800 0 0 68:17:29:a1:b7:4b/19 Gigabyte.Mouse 67 OPEN fffff8006aea5600 0 0 68:17:29:a1:b7:4b/17 Gigabyte.Mouse 66 OPEN fffff8012ed0d900 0 0 * /1 * 0 LISTEN fffff80005dc3b00 0 0 * /19 * 0 LISTEN fffff8012e6cad00 0 0 * /17 * 0 LISTEN As far as I understand, those lines in /var/log/messages mean that mouse should work, but it doesn't. What it should bea dn what kind of data I should send? Ivan