You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usingLinux.Bluetooth;
...// Get the first adapter (useful for a single BLE adapter system)IAdapter1 adapter =(awaitBlueZManager.GetAdaptersAsync()).FirstOrDefault();// Get specific adapterIAdapter1adapter=awaitBlueZManager.GetAdapterAsync(adapterName:"hci0");