SpriteOvO / AirPodsDesktop

☄️ AirPods desktop user experience enhancement program, for Windows and Linux (WIP)
GNU General Public License v3.0
1.49k stars 87 forks source link

AirPods Pro Gen 2 not connecting #130

Closed Nanolocity closed 1 month ago

Nanolocity commented 1 month ago

:bug: Describe the bug

AirPods Pro Gen 2 not connecting...? I'm connected via bluetooth but the app just says "Disconnected". I've tried to restart the app a handful of times and even using the previous version where supported was added for it in the first place.

:scroll: To Reproduce

Steps to reproduce the behavior:

  1. Enter the app
  2. Success! Or rather, the lack of it...

:rocket: Expected behavior

Connect my airpods

:framed_picture: Screenshots

image

:gear: Environments:

:star2: Additional context

Add any other context about the problem here.

[AirPodsDesktop.log](https://github.com/user-attachments/files/16339734/AirPodsDesktop.log) ``` Launch AirPodsDesktop with "--trace" parameter. Then after the bug occurred, insert the contents of "AirPodsDesktop.log" here. ```
[AirPodsDesktop.log](https://github.com/user-attachments/files/16339764/AirPodsDesktop.log) ``` Insert the contents of "StackTrace.log" here, if any. ```
Nanolocity commented 1 month ago

And yes the "Cini Fülei" one is my AirPods if you couldn't tell but I assume you could figure it out from the "Find My" at the end

SpriteOvO commented 1 month ago

The logs indicates your AirPods signal is less than the threshold, try to increase the Bluetooth receiving range in Settings.

Nanolocity commented 1 month ago

Thanks, that solved it, but could you add some kind of counter to indicate the bluetooth threshold? Right now it's kind of hard to tell what it's set to but it works

SpriteOvO commented 1 month ago

The technical name of this value is RSSI (Received signal strength indicator). It doesn't have a standard unit, so it's not some kind of distance, and RSSI is negative, the closer it is to 0, the stronger the signal. For these reasons, I just placed a slider bar without showing its value.