From owner-freebsd-bluetooth@freebsd.org Sun Jul 9 03:04:18 2017 Return-Path: Delivered-To: freebsd-bluetooth@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35AD2DA9D67 for ; Sun, 9 Jul 2017 03:04:18 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) (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 A8F5D75800 for ; Sun, 9 Jul 2017 03:04:17 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by mail-wr0-x235.google.com with SMTP id c11so94670579wrc.3 for ; Sat, 08 Jul 2017 20:04:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tjwiDJKiJfT5zbaG0iRNl1tx7gmOuryiFpsP+kDCvLY=; b=MHoz6xZqjnb6tYskOtnFfEQyuwTsOQQgAWxYTQUEoBPuyJru1nzo53nNOoO9cg/EFq XZN6hYaH9kjU+Gio9FlN2Q6M6tLqz0v6R+nDiDFrW3hQFcIWvLzbw7+k8xUVGcyn3yPG EKeQ1d6lTuvD2devY83JDrUaskZ2G3rQBaRHvj5lp8O1Y+pZazGuY2oODIDeCrGrGSdk 0PDs4kIe2VpDJ8zhX7YgwI3aTZbwKWzgsw/LvI+Sj84qyB/b7gURgNvg+hhzRP90Yp1+ nvGYl8SBHC5H2DV5pXiTcJsXhKNpEU8Bf56wKQ4jPS7Mb09oAblge2/Vs2WGE1WbdMAN MSjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tjwiDJKiJfT5zbaG0iRNl1tx7gmOuryiFpsP+kDCvLY=; b=R4cesw/BT8GSD+CtmsIg+/syN268vXJyKU0P/ZFBJVlE/Ws4rsW0Jox5dfsJnPkDKs WG4MQ+3IQSOLUgiO7/M8YzCk2SPOGap2iIsWAocwMTP6FgZ1G4WIuj0eqyEyXCcYUGX5 tekr6EInXV9XKTlnVye09Fx1gP9hsJ8NrY1TNoiNEVHwAtCHpn4LtdxpJAN5WWq7mKHD A7ZI02/GTrB9WH4d13EYEA2ajzd81YAIlUq38d8Xddb05xiigkN7FJOgcTeDIUMc9jc7 TLYtWwZw0oz2+AwnQRgsiYw8GRKcDjdMF/IWvJy+VCQoMGbQdVWEBJGRVpBhFoKwcZSW 1Q4A== X-Gm-Message-State: AIVw111g7ElY/Jtkx0lwd/M/6DR46nWl7fm5Sc97kg8DR/mJ+KGs95vE WnVuhSaNnPR3XYr9WQajZmTE5idDZQ== X-Received: by 10.80.164.241 with SMTP id x46mr7054999edb.114.1499569456080; Sat, 08 Jul 2017 20:04:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.140.35 with HTTP; Sat, 8 Jul 2017 20:04:15 -0700 (PDT) In-Reply-To: References: <085c77b2-9f40-5a1f-0b49-86a24e561fce@aldan.algebra.com> From: Maksim Yevmenkin Date: Sat, 8 Jul 2017 20:04:15 -0700 Message-ID: Subject: Re: How to listen quietly for other Bluetooth devices? To: "Mikhail T." Cc: "freebsd-bluetooth@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2017 03:04:18 -0000 On Sat, Jul 8, 2017 at 7:58 PM, Maksim Yevmenkin wrote: > Hi Mikhail, > >> I'd like my FreeBSD computer to detect the presence of other >> Bluetooth-devices nearby. > > you probably look for inquiry command. i.e. hcidump inquiry. please be this should read hcicontrol instead of hcidump > aware that remote device may not answer inquiry, i.e. "not > discoverable". apart from inquiry, there is not a whole lot you can do > with standard hci interface > > thanks! > max