Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2006 16:50:05 +0200
From:      =?ISO-8859-1?Q?Carlos_Fern=E1ndez_Herranz?= <cfernandezh@udc.es>
To:        Iain Hibbert <plunky@rya-online.net>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: About Inquiry_with_RSSI
Message-ID:  <44294D1D.4010901@udc.es>
In-Reply-To: <1143547703.630752.2338.nullmailer@galant.ukfsn.org>
References:  <4423D096.2010205@udc.es> <44248823.3040907@savvis.net> <44291782.8010003@udc.es> <1143546159.980113.1641.nullmailer@galant.ukfsn.org> <44292470.5020803@udc.es> <1143547703.630752.2338.nullmailer@galant.ukfsn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I didn't try the "Read_Inquiry_Mode" command yet (because I have to 
implement it), but the response I get from

        *if* (rp.status != 0x00) {
                fprintf(stdout, "Status: %s [%#02x]\n",
                        hci_status2str(rp.status), rp.status);
                *return* (FAILED);
        }


at the end of the hci_write_inquiry_mode function is:

Status: Unsupported feature or parameter value [0x11]





Iain Hibbert wrote:

>On Tue, 28 Mar 2006, Carlos Fernández Herranz wrote:
>
>  
>
>>Sorry, here is the code:
>>    
>>
>
>and hcidump shows the command going in and completing correctly?
>
>If you subsequently do a Read_Inquiry_Mode command, does it return
>mode==0x01?
>
>iain
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44294D1D.4010901>