mirror of
https://github.com/smittix/intercept.git
synced 2026-07-18 06:18:11 -07:00
Remove ineffective Device Types section from Bluetooth panel
The device type classification relied on pattern matching against device names (e.g., looking for "iphone" or "macbook"), but most Bluetooth devices don't advertise with human-readable names that match these patterns, resulting in nearly all devices being categorized as "Other". Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -732,16 +732,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wifi-visual-panel">
|
||||
<h5>Device Types</h5>
|
||||
<div class="bt-type-overview" id="btTypeOverview">
|
||||
<div class="bt-type-item">Phones: <strong id="btPhoneCount">0</strong></div>
|
||||
<div class="bt-type-item">Computers: <strong id="btComputerCount">0</strong></div>
|
||||
<div class="bt-type-item">Audio: <strong id="btAudioCount">0</strong></div>
|
||||
<div class="bt-type-item">Wearables: <strong id="btWearableCount">0</strong></div>
|
||||
<div class="bt-type-item">Other: <strong id="btOtherCount">0</strong></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Row 2: Tracker Detection + Signal Analysis -->
|
||||
<div class="wifi-visual-panel">
|
||||
<h5>Tracker Detection</h5>
|
||||
|
||||
Reference in New Issue
Block a user