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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user