| # BluetoothCoreConfig |
| |
| Platform configuration for Bluetooth core features. |
| |
| <table> |
| <tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr> |
| <tr id="very_fast_advertising"> |
| <td><code>very_fast_advertising</code></td> |
| <td><code><a class='link' href="../LeAdvertisingConfig">LeAdvertisingConfig</code></td> |
| <td>very fast advertising parameters</td> |
| <td></td> |
| </tr> |
| <tr id="start_connectable"> |
| <td><code>start_connectable</code></td> |
| <td><code>bool</code></td> |
| <td>Whether the device is BR/EDR connectable by default on boot.</td> |
| <td>true</td> |
| </tr> |
| <tr id="slow_advertising"> |
| <td><code>slow_advertising</code></td> |
| <td><code><a class='link' href="../LeAdvertisingConfig">LeAdvertisingConfig</code></td> |
| <td>slow advertising parameters</td> |
| <td></td> |
| </tr> |
| <tr id="sco_offload_path_index"> |
| <td><code>sco_offload_path_index</code></td> |
| <td><code>uint8</code></td> |
| <td>Which index should be used when we ask SCO traffic to be offloaded.</td> |
| <td>6</td> |
| </tr> |
| <tr id="scan"> |
| <td><code>scan</code></td> |
| <td><code><a class='link' href="../LeScanConfig">LeScanConfig</code></td> |
| <td>scan parameters</td> |
| <td></td> |
| </tr> |
| <tr id="override_vendor_capabilities_version"> |
| <td><code>override_vendor_capabilities_version</code></td> |
| <td><code>uint16</code></td> |
| <td>What we should override the Vendor Capabilities version to, if necessary</td> |
| <td></td> |
| </tr> |
| <tr id="legacy_pairing_enabled"> |
| <td><code>legacy_pairing_enabled</code></td> |
| <td><code>bool</code></td> |
| <td>Enable BR/EDR legacy pairing.</td> |
| <td></td> |
| </tr> |
| <tr id="hci_command_timeout"> |
| <td><code>hci_command_timeout</code></td> |
| <td><code>uint16</code></td> |
| <td>HCI command timeout in seconds.</td> |
| <td>10</td> |
| </tr> |
| <tr id="fast_advertising"> |
| <td><code>fast_advertising</code></td> |
| <td><code><a class='link' href="../LeAdvertisingConfig">LeAdvertisingConfig</code></td> |
| <td>fast advertising parameters</td> |
| <td></td> |
| </tr> |
| </table> |