mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
4185d1f76a
commit
c327288e8e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue