bluetooth enimeration issue (windows) wip
This commit is contained in:
parent
022e9b93b5
commit
ce634eac6e
@ -45,6 +45,9 @@ function parseBluetoothType(str) {
|
|||||||
if (str.indexOf('audio') >= 0) {
|
if (str.indexOf('audio') >= 0) {
|
||||||
result = 'Audio';
|
result = 'Audio';
|
||||||
}
|
}
|
||||||
|
if (str.indexOf('sound') >= 0) {
|
||||||
|
result = 'Audio';
|
||||||
|
}
|
||||||
if (str.indexOf('speaker') >= 0) {
|
if (str.indexOf('speaker') >= 0) {
|
||||||
result = 'Speaker';
|
result = 'Speaker';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user