Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131684508
D12831.id34553.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D12831.id34553.diff
View Options
Index: etc/defaults/bluetooth.device.conf
===================================================================
--- etc/defaults/bluetooth.device.conf
+++ etc/defaults/bluetooth.device.conf
@@ -55,7 +55,7 @@
# NO or 0 do not scan for page attempts;
# YES or 1 scan for page attempts (default).
-# connectable="YES"
+# connectable="NO"
# The discoverable parameter controls whether or not the device should
# periodically scan for inquiry requests from other devices.
@@ -65,7 +65,7 @@
# NO or 0 do not scan for inquiry requests;
# YES or 1 scan for inquiry requests (default).
-# discoverable="YES"
+# discoverable="NO"
# The encryption_mode parameter controls if the device requires encryption
# to the remote device at connection setup. At connection setup, only the
Index: etc/rc.d/bluetooth
===================================================================
--- etc/rc.d/bluetooth
+++ etc/rc.d/bluetooth
@@ -286,8 +286,8 @@
# Be backward compatible and setup reasonable defaults
bluetooth_device_authentication_enable="0"
bluetooth_device_class="ff:01:0c"
- bluetooth_device_connectable="1"
- bluetooth_device_discoverable="1"
+ bluetooth_device_connectable="0"
+ bluetooth_device_discoverable="0"
bluetooth_device_encryption_mode="0"
bluetooth_device_hci_debug_level="3"
bluetooth_device_l2cap_debug_level="3"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 8:07 AM (16 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23569099
Default Alt Text
D12831.id34553.diff (1 KB)
Attached To
Mode
D12831: bluetooth: Default to discoverable off
Attached
Detach File
Event Timeline
Log In to Comment