From owner-freebsd-bluetooth@FreeBSD.ORG Tue Sep 10 19:50:17 2013 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEB40694 for ; Tue, 10 Sep 2013 19:50:17 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85DAC270D for ; Tue, 10 Sep 2013 19:50:17 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id lf1so8171070pab.38 for ; Tue, 10 Sep 2013 12:50:17 -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=8AHpiBmlRpgHJdXolKQf+ytwCMpCFldw3J8pL3JvNz4=; b=q+HQer/UQFyqdJwA6DAav1w6BCqOR/xWF/8Vl4eLHrwi/2HneW7mE3bxY6pMcnW7kS rwxIOUQ6l8D03qq4AFnWgSaCSmnRbAK+aLsCCkoLCK9QcipFptarYEH4Q4M8ygSM5CUS dRvnyTtPJmC49PiOWxbHMcFVSj3su0w1w0VtID+jhRBnvNByjdo+6Z8ez/ppTlqIKn/r sWGUfZbe7A8VK2xAR72OHcOF7DB5kuSjtYCobtCI915Z9NdUQxbeIq7YEIxRKPwoLZnh FjeaHDDC7zMSxNrcrLdoERFFJuoDRvYEDWQ3Wl1UIqjyQPPss/fsoouiLhOqymI7RhaS ya3A== X-Received: by 10.66.162.136 with SMTP id ya8mr16388494pab.110.1378842617180; Tue, 10 Sep 2013 12:50:17 -0700 (PDT) Received: from [192.168.245.111] (67-203-191-242.static-ip.telepacific.net. [67.203.191.242]) by mx.google.com with ESMTPSA id im4sm24811560pbc.34.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Sep 2013 12:50:15 -0700 (PDT) References: <522DEFD9.1030608@rawbw.com> <522E3484.1070705@rawbw.com> <522F4DEC.9000709@rawbw.com> Mime-Version: 1.0 (1.0) In-Reply-To: <522F4DEC.9000709@rawbw.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <92CFA072-17F6-4E91-8F4A-9DED857FE971@gmail.com> X-Mailer: iPad Mail (10B329) From: Maksim Yevmenkin Subject: Re: Can ubt0 be a slave or a passive listener, and not a master? Date: Tue, 10 Sep 2013 12:50:16 -0700 To: Yuri Cc: "freebsd-bluetooth@freebsd.org" X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 19:50:17 -0000 On Sep 10, 2013, at 9:50 AM, Yuri wrote: > On 09/09/2013 14:58, Maksim Yevmenkin wrote: >>=20 >> Well, you can use bsd instead of android application and try to see what i= s going on. Bluetooth GPS usually a simple serial port profile. They just b= asically send nmea ASCII strings using serial port profile. I have one of th= ose units. Start by querying services on your camera and see what's there. >=20 > To query the services I need to know the device address. This device doesn= 't answer to the 'inquiry'. Hmm... Is there a way to make it 'discoverable'? Anything in user interface?= > Also doesn't query the services back through SDP (if this is reasonable at= all to expect, not sure). sdpd doesn't get any connections. Sometimes devices use a special trick where device class bits can be used to= provide information about services. This way remote device can learn about s= ervices without performing a full blown sdp discovery. So you might want to t= ry and play with it.=20 > Can working device not answer 'inquiry'? Maybe it is just dead. Yes. Device can be set to non-discoverable mode.=20 > This company said it would connect to BlueTooth slave with the passcode "0= 000". Can you please tell me what device is this? Make and model? Thanks Max