mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Prioritize bleak over DBus for Flask compatibility
DBus/BlueZ requires a GLib main loop which Flask doesn't have. Reordered backend priority: bleak > hcitool > bluetoothctl > dbus Removed DBus option from UI since it won't work with Flask. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,10 +17,9 @@
|
||||
<label>Scan Mode</label>
|
||||
<select id="btScanMode">
|
||||
<option value="auto">Auto (Recommended)</option>
|
||||
<option value="dbus">DBus/BlueZ</option>
|
||||
<option value="bleak">Bleak Library</option>
|
||||
<option value="hcitool">hcitool (Legacy)</option>
|
||||
<option value="bluetoothctl">bluetoothctl</option>
|
||||
<option value="hcitool">hcitool (Linux)</option>
|
||||
<option value="bluetoothctl">bluetoothctl (Linux)</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user