Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Visibility

2 views
Skip to first unread message

Guido Falsi

unread,
Nov 16, 2009, 11:50:07 AM11/16/09
to freebsd-...@freebsd.org
Today I was playing around a little with bluetooth and I had the fancy
to just make my FreeBSD system not visible via bluetooth by default.

I could not find any configuration to do this, nor any instruction in
the manual.

Is there a simple way to do this? is this supported(no problem in
writing small scripts or code snippets...) or simply impossibile without
major tinkering with the stack?

Thanks in advance, this is just an idea I had, nothing urgent!

--
Guido Falsi <m...@madpilot.net>

Iain Hibbert

unread,
Nov 16, 2009, 12:28:01 PM11/16/09
to Guido Falsi, freebsd-...@freebsd.org

You need to have "Inquiry Scan" off. You can switch this manually with
hccontrol(8) but I don't know how to make it so that it isn't turned on,
perhaps using bluetooth_device_discoverable=NO in your /etc/rc.conf?

iain


Guido Falsi

unread,
Nov 16, 2009, 3:33:07 PM11/16/09
to Helge Oldach, freebsd-...@freebsd.org
Helge Oldach wrote:

> Guido Falsi wrote on Mon, 16 Nov 2009 17:50:07 +0100 (CET):
>> Today I was playing around a little with bluetooth and I had the fancy
>> to just make my FreeBSD system not visible via bluetooth by default.
>>
>> I could not find any configuration to do this, nor any instruction in
>> the manual.
>
> Is this what you want?
>
> toor@sep / # cat /etc/bluetooth/ubt0.conf
> discoverable="NO"
> toor@sep / #

Thanks! This is exactly what I was looking for. Checking the defaults
directory did not occur to me :)

Thanks also to Iain, His suggestion showed me how to enable visibility
on request, which can be quite useful!

Thanks again, sorry for the obvious question.

--
Guido Falsi <m...@madpilot.net>

0 new messages