-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot go through the example in VMware Workstation 16 with a dedicated bluetooth adapter attached. #5
Comments
Tried in Raspberry Pi 4 with Ubuntu Server 20.04.1 ARM64 and dotnet core 3.1, same problem. |
I found the reason why I cannot use BLE on my Pi4 and VM. Before testing code, make sure that bluetooth device can be listed by |
In my case I had to activate experimental bluetooth low energy mode with old bluez version 5.43 check bluez version: change systemd service file: change the line and then reload/restart service this guide helped me to find the solution: Afterwards the above descriped exception: |
@scegg I would also like to test the application with VMware Workstation 16 Player, but i have read that not all adapters are compatible with VMware. So what kind of bluetooth adapter do you use? |
|
Thank you for the link :) I'm just a little confused the articel description says that it is not compatible with Linux, is it working because you connect the dongle to a windows host or why is it working? |
Dunno. I connect it to windows (host) and pass it directly to vm. Works like a charm. |
Okey sounds good. Do you know if it is also possible to use the built in bluetooth adapter of the windows host instead of an usb adapter? |
If you can see it on the device list... I didn't test it because my keyboard and mouse are both BT powered. |
Okey thanks! |
Describe the bug
Cannot go through the example in VMware Workstation 16 with a dedicated bluetooth adapter attached.
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: