From owner-freebsd-bluetooth@FreeBSD.ORG Tue Feb 22 10:34:11 2011 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FC691065675 for ; Tue, 22 Feb 2011 10:34:11 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from mail.ukfsn.org (mail.ukfsn.org [77.75.108.10]) by mx1.freebsd.org (Postfix) with ESMTP id D75C78FC0C for ; Tue, 22 Feb 2011 10:34:10 +0000 (UTC) Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) by mail.ukfsn.org (Postfix) with ESMTP id 2B849DEBD4; Tue, 22 Feb 2011 10:34:09 +0000 (GMT) Received: from mail.ukfsn.org ([192.168.54.25]) by localhost (smtp-filter.ukfsn.org [192.168.54.205]) (amavisd-new, port 10024) with ESMTP id 09c+Jl+HkdxB; Tue, 22 Feb 2011 10:34:09 +0000 (GMT) Received: from galant.ukfsn.org (unknown [89.194.133.9]) by mail.ukfsn.org (Postfix) with ESMTP id A0AA9DEBB9; Tue, 22 Feb 2011 10:34:08 +0000 (GMT) Received: by galant.ukfsn.org (Postfix, from userid 1000) id 3728526018F; Tue, 22 Feb 2011 10:34:05 +0000 (GMT) Date: Tue, 22 Feb 2011 10:34:05 +0000 (GMT) From: Iain Hibbert To: =?KOI8-R?B?98/Mz8TJzcnSIOvP09TJ0svP?= In-Reply-To: <4D6385E5.4030807@gmail.com> Message-ID: References: <4D6385E5.4030807@gmail.com> User-Agent: Alpine 2.00 (NEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-bluetooth@freebsd.org Subject: Re: ES 388 (Broadcom based) X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 10:34:11 -0000 On Tue, 22 Feb 2011, ????????? ???????? wrote: > Record Handle: 0x00000002 > Service Class ID List: > Network Access Point (0x1116) > Protocol Descriptor List: > L2CAP (0x0100) > Protocol specific parameter #1: u/int/uuid16 15 > BNEP (0x000f) > Protocol specific parameter #1: u/int/uuid16 256 > Protocol specific parameter #2: 0x09 0x08 00 0x09 0x08 0x06 > Bluetooth Profile Descriptor List: > Network Access Point (0x1116) ver. 1.0 > > But each device I try reports that there are no available services. Hm, clearly there is a service there.. but perhaps the phone you are trying does not know about NAP (phones generally provide NAP and/or DUN, most will not be able to use it), how are you checking for services? - did you enable pscan? (incoming connections, see hccontrol) - try obexapp (most phones should be able to OBEX) - try running hcidump (from ports) while checking the services, should show if anything happens at the computer end regards, iain