bluetooth: fix comment in bluetooth.device.conf

The default for discoverable is 'NO' not 'YES'. This now matches the man
page.

Event: Advanced UNIX Programming Course (Fall'23) at NTHU.
Reviewed by: imp, zlei
Pull Request: https://github.com/freebsd/freebsd-src/pull/939
This commit is contained in:
lherschi 2023-12-26 10:18:54 -07:00 committed by Warner Losh
parent 4185d1f76a
commit c327288e8e

View file

@ -61,8 +61,8 @@
#
# Possible values:
#
# NO or 0 do not scan for inquiry requests;
# YES or 1 scan for inquiry requests (default).
# NO or 0 do not scan for inquiry requests (default);
# YES or 1 scan for inquiry requests.
# discoverable="NO"