Microsoft Translator: Speech Translation Made Easy

https://docs.com/akira-hatsune/4108/windows-10-bluetooth
I've created a Japanese translation of the document .
Hi,
I tried to implement what you showed in our App but I didn't succeed to retrieve the GattService.
I call the DeviceInformationCustomPairing.PairAsync, the system prompt the confirm dialog, I start my Watcher :
string selector = "(" + GattDeviceService.GetDeviceSelectorFromUuid(Constants.MIXFADER_DATA_MAIN_SERVICE_UUID) + ") AND (System.DeviceInterface.Bluetooth.DeviceAddress:=\"" + bleDeviceAddress.ToString("X") + "\")";
_gattServiceWatcher = DeviceInformation.CreateWatcher(selector);
And if I call to GattDeviceService.FromIdAsync(args.Id) the response is always null.
I also tried to the GetGattService method from BluetoothLEDevice but the result is the same.
Can you help me ?
One more thing, I couldn't find the source code in GitHub, can you give me a link please ?
Thanks you,
Ludo
Code for this session (and all the other code samples presented by Bluetooth at //Build) can be found here: https://aka.ms/btbuild2016
Hi,
Thanks for the code.
I've looked at it and I don't know if it is by design or not but you create multiple GattServiceWatcher. It's one of these instances which can access the GattService.
If I change your code to only create one GattServiceWatcher, I can't access my GattService anymore :/
If you want we can talk about it by mail.
Multiple BLE device connection issue Windows 10 UWP
Hello,
My requirement is to "connect and send signal to 11 BLE device" at the same time i developed my whole UWP application but now i'm facing issue.my app is not able to communicate with 11 BLE device at a time i don't understand whats wrong i checked all scenario with multiple changes in my app but still i'm not satisfied. is there windows device problem ?
i'm using feather bluefruit 32u4 BLE slave device and windows 10 compbook as a master.please help me.