AeonLucid / Parroter

A control panel for your Parrot Zik 3.
GNU General Public License v3.0
6 stars 3 forks source link

Can't find Zik3 device with changed name #2

Open VinciShark opened 7 years ago

VinciShark commented 7 years ago

Windows10 Creator version, already connect zik3 with windows through bluetooth but can't find Zik3 Device

Should I replace Guid.Parse("8b6814d3-6ce7-4498-9700-9312c1711f64") with something else?

AeonLucid commented 7 years ago

Yes, I need to create an array with possible bluetooth GUIDs for parrot zik 3 headphones.

I'll let you know how to find yours soon if you don't know how yet.

VinciShark commented 7 years ago

Solved, cause I renamed my Zik3 to Vinci Zik3 V3

AeonLucid commented 7 years ago

It should work even though the device is renamed.. @VinciShark

VinciShark commented 7 years ago

use Service Charactor not name for filting……

btw, any plan working on uwp using javascript? If so, let's build a uwp-js version

AeonLucid commented 7 years ago

What is Service Charactor?

Also, relevant code for this issue: https://github.com/AeonLucid/Parroter/blob/master/Parroter/Forms/FrmMain.cs#L37

VinciShark commented 7 years ago

private readonly string[] _validParrots = { "Parrot ZIK 3 V3.07" };

after rename device,

private readonly string[] _validParrots = { "Vinci ZIK 3 V3.07" };