bluetooth enimeration issue (windows) wip

This commit is contained in:
Sebastian Hildebrandt 2025-12-31 13:47:29 +01:00
parent 022e9b93b5
commit ce634eac6e

View File

@ -45,6 +45,9 @@ function parseBluetoothType(str) {
if (str.indexOf('audio') >= 0) {
result = 'Audio';
}
if (str.indexOf('sound') >= 0) {
result = 'Audio';
}
if (str.indexOf('speaker') >= 0) {
result = 'Speaker';
}