Re: [web-bluetooth] No services matching UUID help (#513)

I ran into this issue when developing against a custom BLE service (service is running on another linux node). After *adding* characteristics to the service it seems that triggered this issue.

To resolve I have consistently been able to do the following:

```
rm -rf /var/lib/bluetooth/*
systemctl restart bluetooth.service
```

-- 
GitHub Notification of comment by travisghansen
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/513#issuecomment-2057189769 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 15 April 2024 15:52:59 UTC