diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:59:05 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:59:05 -0400 |
| commit | 1f19f33e45791ea59aed048796fc68672c6723a5 (patch) | |
| tree | 54625fba89e91d1c2177801ec635e8528bba937f /static/freebsd/man4/ng_bluetooth.4 3.html | |
| parent | ac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff) | |
docs: Removed Precompiled HTML
Diffstat (limited to 'static/freebsd/man4/ng_bluetooth.4 3.html')
| -rw-r--r-- | static/freebsd/man4/ng_bluetooth.4 3.html | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/static/freebsd/man4/ng_bluetooth.4 3.html b/static/freebsd/man4/ng_bluetooth.4 3.html deleted file mode 100644 index bb4b6b05..00000000 --- a/static/freebsd/man4/ng_bluetooth.4 3.html +++ /dev/null @@ -1,97 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">NG_BLUETOOTH(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">NG_BLUETOOTH(4)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">ng_bluetooth</code> — - <span class="Nd">placeholder for global Bluetooth variables</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="In">#include - <<a class="In">sys/types.h</a>></code> - <br/> - <code class="In">#include - <<a class="In">netgraph/bluetooth/include/ng_bluetooth.h</a>></code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <code class="Nm">ng_bluetooth</code> module is a placeholder - for global Bluetooth variables. All Bluetooth variables can be examined and - changed via <a class="Xr">sysctl(8)</a>.</p> -<section class="Ss"> -<h2 class="Ss" id="Bluetooth_Variables"><a class="permalink" href="#Bluetooth_Variables">Bluetooth - Variables</a></h2> -<p class="Pp">Below is the description of default variables. Each Bluetooth - module might add its own variables to the tree.</p> -<dl class="Bl-tag"> - <dt id="net.bluetooth.version"><var class="Va">net.bluetooth.version</var></dt> - <dd>A read-only integer variable that shows the current version of the - Bluetooth stack.</dd> - <dt id="net.bluetooth.hci.command_timeout"><var class="Va">net.bluetooth.hci.command_timeout</var></dt> - <dd>A read-write integer variable that controls the Host Controller Interface - (HCI) command timeout (in seconds), i.e., how long the HCI layer will wait - for the <code class="Dv">Command_Complete</code> or - <code class="Dv">Command_Status</code> event from a Bluetooth device.</dd> - <dt id="net.bluetooth.hci.connection_timeout"><var class="Va">net.bluetooth.hci.connection_timeout</var></dt> - <dd>A read-write integer variable that controls the HCI connection timeout, - i.e. how long the HCI layer will wait for the - <code class="Dv">Connection_Complete</code> event. Normally this should - not be required as Bluetooth devices have connection timeout of their own - and will send event back. This timeout is required to ensure that no - connection will stall in case when the HCI transport layer is broken. Be - careful when changing this variable. Make sure you understand what you are - doing.</dd> - <dt id="net.bluetooth.hci.max_neighbor_age"><var class="Va">net.bluetooth.hci.max_neighbor_age</var></dt> - <dd>A read-write integer variable that controls time-to-live (in seconds) for - entries in the HCI neighbor cache. Every time a Bluetooth device performs - an <code class="Dv">Inquiry</code> operation, the results will be put in - cache. Later when a Bluetooth device establishes a baseband connection, it - will try to find the matching entry in the cache and use it. This might - speed up establishment of the baseband connection.</dd> - <dt id="net.bluetooth.l2cap.rtx_timeout"><var class="Va">net.bluetooth.l2cap.rtx_timeout</var></dt> - <dd>A read-write integer variable that controls the Link Layer Control and - Adaptation Protocol (L2CAP) Retransmission Timeout (RTX) (in seconds). - Every time the L2CAP layer submits a control command, the RTX timeout is - set. The value of the RTX timeout should be greater or equal to the value - of the HCI connection timeout. Be careful when changing this variable. - Make sure you understand what you are doing.</dd> - <dt id="net.bluetooth.l2cap.ertx_timeout"><var class="Va">net.bluetooth.l2cap.ertx_timeout</var></dt> - <dd>A read-write integer variable that controls the L2CAP Extended - Retransmission Timeout (ERTX) (in seconds). In some cases remote peer may - respond with <code class="Dv">PENDING</code> status to the L2CAP control - command. In this case the L2CAP command timeout is reset to the ERTX - timeout value. The value of the ERTX timeout should be greater or equal to - the value of the RTX timeout. Be careful when changing this variable. Make - sure you understand what you are doing.</dd> -</dl> -</section> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">ng_btsocket(4)</a>, <a class="Xr">ng_hci(4)</a>, - <a class="Xr">ng_l2cap(4)</a>, <a class="Xr">sysctl(8)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">The <code class="Nm">ng_bluetooth</code> module was implemented in - <span class="Ux">FreeBSD 5.0</span>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp"><span class="An">Maksim Yevmenkin</span> - <<a class="Mt" href="mailto:m_evmenkin@yahoo.com">m_evmenkin@yahoo.com</a>></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">November 9, 2002</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
