Deployed 7ae3a1d with MkDocs version: 1.3.1

This commit is contained in:
Gilles Boccon-Gibod
2022-12-18 20:55:03 -08:00
parent 3581c8d710
commit 5f0477bd28
53 changed files with 4623 additions and 561 deletions

View File

@@ -234,6 +234,34 @@
<li class="md-nav__item">
<a href="../development/contributing.html" class="md-nav__link">
Contributing
</a>
</li>
<li class="md-nav__item">
<a href="../development/code_style.html" class="md-nav__link">
Code Style
</a>
</li>
</ul>
</nav>
</li>
@@ -1200,7 +1228,7 @@
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="../development/python_environments.html" title="Python Environments" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
<a href="../development/code_style.html" title="Code Style" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
@@ -1209,7 +1237,7 @@
<span class="md-footer-nav__direction">
Previous
</span>
Python Environments
Code Style
</span>
</div>
</a>

View File

@@ -234,6 +234,34 @@
<li class="md-nav__item">
<a href="../development/contributing.html" class="md-nav__link">
Contributing
</a>
</li>
<li class="md-nav__item">
<a href="../development/code_style.html" class="md-nav__link">
Code Style
</a>
</li>
</ul>
</nav>
</li>

View File

@@ -234,6 +234,34 @@
<li class="md-nav__item">
<a href="../development/contributing.html" class="md-nav__link">
Contributing
</a>
</li>
<li class="md-nav__item">
<a href="../development/code_style.html" class="md-nav__link">
Code Style
</a>
</li>
</ul>
</nav>
</li>

View File

@@ -234,6 +234,34 @@
<li class="md-nav__item">
<a href="../development/contributing.html" class="md-nav__link">
Contributing
</a>
</li>
<li class="md-nav__item">
<a href="../development/code_style.html" class="md-nav__link">
Code Style
</a>
</li>
</ul>
</nav>
</li>

View File

@@ -234,6 +234,34 @@
<li class="md-nav__item">
<a href="../development/contributing.html" class="md-nav__link">
Contributing
</a>
</li>
<li class="md-nav__item">
<a href="../development/code_style.html" class="md-nav__link">
Code Style
</a>
</li>
</ul>
</nav>
</li>
@@ -1175,7 +1203,7 @@
<h1 id="use-case-4">USE CASE 4<a class="headerlink" href="#use-case-4" title="Permanent link">&para;</a></h1>
<h1 id="connecting-two-emulated-bluetooth-devices">Connecting two emulated Bluetooth devices<a class="headerlink" href="#connecting-two-emulated-bluetooth-devices" title="Permanent link">&para;</a></h1>
<p>Connect two emulated Bluetooth device (ex: an Android emulator, or an embedded device emulator) to each other</p>
<div class="highlight"><pre><span></span><code>+-----------+ +------------+ +------------+ +-----------+
<div class="highlight"><pre><span></span><code>+-----------+ +------------+ +------------+ +-----------+
| Emulated | | Bumble | Bumble | Bumble | | Emulated |
| Bluetooth |&lt;-- HCI --&gt;| Virtual |&lt;== Local or ==&gt;| Virtual |&lt;-- HCI --&gt;| Bluetooth |
| Device | Transport | Controller | Remote | Controller | Transport | Device |

View File

@@ -234,6 +234,34 @@
<li class="md-nav__item">
<a href="../development/contributing.html" class="md-nav__link">
Contributing
</a>
</li>
<li class="md-nav__item">
<a href="../development/code_style.html" class="md-nav__link">
Code Style
</a>
</li>
</ul>
</nav>
</li>

View File

@@ -234,6 +234,34 @@
<li class="md-nav__item">
<a href="../development/contributing.html" class="md-nav__link">
Contributing
</a>
</li>
<li class="md-nav__item">
<a href="../development/code_style.html" class="md-nav__link">
Code Style
</a>
</li>
</ul>
</nav>
</li>
@@ -1175,7 +1203,7 @@
<h1 id="use-case-6">USE CASE 6<a class="headerlink" href="#use-case-6" title="Permanent link">&para;</a></h1>
<h1 id="connecting-an-emulated-bluetooth-device-to-a-physical-controller">Connecting an emulated Bluetooth device to a physical controller<a class="headerlink" href="#connecting-an-emulated-bluetooth-device-to-a-physical-controller" title="Permanent link">&para;</a></h1>
<p>It can be useful to connect an emulated device (like a phone simulator, or an emulated embedded device) to a physical controller in order to connect to other Bluetooth devices. By doing this via a Bumble HCI bridge, it becomes easy to inspect the HCI packets exchanged with the controller, and possibly filter/change them if needed (for example to support vendor-specific HCI extensions).</p>
<div class="highlight"><pre><span></span><code>+-----------+ +--------+ +------------+ +-----------+
<div class="highlight"><pre><span></span><code>+-----------+ +--------+ +------------+ +-----------+
| Emulated | | Bumble | | Physical | | Bluetooth |
| Bluetooth |&lt;-- HCI --&gt;| HCI |&lt;-- HCI --&gt;| Controller |{...radio...}| Device |
| Device | Transport | Bridge | Transport | | | |