-
-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
I am getting my full list of devices instead of the filtered list.
the guid below is obviously not the service guid but, I know i am using the correct guid.
Guid MSG_SERVICE = Guid.Parse("XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX");
BluetoothUuid bluetoothServiceUuid = BluetoothUuid.FromGuid(MSG_SERVICE);
BluetoothLEScanFilter bluetoothLEScanFilter = new BluetoothLEScanFilter();
bluetoothLEScanFilter.Services.Add(bluetoothServiceUuid);
RequestDeviceOptions requestDeviceOptions = new RequestDeviceOptions();
requestDeviceOptions.Filters.Clear();
requestDeviceOptions.Filters.Add(bluetoothLEScanFilter);
devicePicked = await Bluetooth.RequestDeviceAsync(requestDeviceOptions);
I am looking for help for anyone so inclined.
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels