About Inquiry_with_RSSI

Maksim Yevmenkin maksim.yevmenkin at savvis.net
Sat Mar 25 00:01:13 UTC 2006


[...]
> 
> I would like to know if it could be possible upgrade the Bluetooth stack 
> so the command Inquiry_with_RSSI could be supported and the way I could 

strictly speaking it should be already supported. all you need to do is 
to create proper hci command packet and send it via hci raw socket. you 
also might need to adjust filter settings on the hci raw socket to allow 
command to be sent.

whats missing is the definition of new bluetooth v1.2 hci commands and 
events, but nothing prevents you from defining those locally and 
creating valid hci command packet.

of course, the device itself must support bluetooth v1.2 hci 
commands/events.

> do it.  Can I follow the BlueZ stack to adapt the FreeBSD one?

i'm not sure what are you asking here.

thanks,
max


More information about the freebsd-bluetooth mailing list