About Inquiry_with_RSSI
Carlos Fernández Herranz
cfernandezh at udc.es
Tue Mar 28 14:50:14 UTC 2006
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
>
More information about the freebsd-bluetooth
mailing list