Skip to content
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

[Feature Request] Airpods 4 not support #134

Open
GGttyyy opened this issue Sep 25, 2024 · 8 comments
Open

[Feature Request] Airpods 4 not support #134

GGttyyy opened this issue Sep 25, 2024 · 8 comments
Labels
✨ enhancement New feature or request

Comments

@GGttyyy
Copy link

GGttyyy commented Sep 25, 2024

🌧️ Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

☁️ Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

🌟 Additional context

Add any other context or screenshots about the feature request here.

@SpriteOvO
Copy link
Owner

Please have a person who owns AirPods 4 device run the program with --trace parameter with the lid of the device case opend, and then attach the log file AirPodsDesktop.log here, so that I can support it.

@SpriteOvO SpriteOvO added the ✨ enhancement New feature or request label Sep 25, 2024
@yiivon
Copy link

yiivon commented Sep 26, 2024

Sorry i didnt found the log file, but the console ouput while i open my Airpods 4:

C:\Program Files (x86)\AirPodsDesktop>AirPodsDesktop.exe --trace

C:\Program Files (x86)\AirPodsDesktop>[2024-09-26 16:06:16.577] [Main] [info] [Application.cpp:121] Launched. Version: '0.4.1'
[2024-09-26 16:06:16.578] [Main] [info] [Application.cpp:123] Build git hash: '12af10c7f332b03229e76f20608661724967f50c'
[2024-09-26 16:06:16.579] [Main] [info] [Application.cpp:128] Build configuration: Not Debug
[2024-09-26 16:06:16.579] [Main] [info] [Application.cpp:131] Opts: { trace: true }
[2024-09-26 16:06:16.579] [Main] [info] [Logger.cpp:93] Clean up old log file: 'AirPodsDesktop.1.log' doesn't exist, break the loop
[2024-09-26 16:06:16.584] [Main] [warning] [Windows.h:181] Winrt initialize failed. Code: -0x7ffefefa, Message: 鏃犳硶鍦ㄨ缃嚎绋嬫ā寮忓悗瀵瑰叾鍔犱互鏇存敼銆?
[2024-09-26 16:06:16.585] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'abi_version', Value: '1'
[2024-09-26 16:06:16.585] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'language_locale', Value: ''
[2024-09-26 16:06:16.586] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'auto_run', Value: 'true'
[2024-09-26 16:06:16.586] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'low_audio_latency', Value: 'true'
[2024-09-26 16:06:16.586] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'automatic_ear_detection', Value: 'true'
[2024-09-26 16:06:16.586] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'skipped_version', Value: ''
[2024-09-26 16:06:16.587] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'rssi_min', Value: '-80'
[2024-09-26 16:06:16.587] [Main] [warning] [Settings.cpp:140] The setting key 'reduce_loud_sounds' not found. Current value 'false'.
[2024-09-26 16:06:16.587] [Main] [warning] [Settings.cpp:140] The setting key 'loud_volume_level' not found. Current value '40'.
[2024-09-26 16:06:16.587] [Main] [info] [Settings.cpp:174] Load key succeeded. Key: 'device_address', Value: '** MAYBE HAVE VALUE **'
[2024-09-26 16:06:16.588] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'tray_icon_battery', Value: '0'
[2024-09-26 16:06:16.588] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'battery_on_taskbar', Value: '0'
[2024-09-26 16:06:16.588] [Main] [info] [Application.cpp:237] currentLocale: zh_CN
[2024-09-26 16:06:16.588] [Main] [info] [Application.cpp:241] Locale from settings: ''
[2024-09-26 16:06:16.588] [Main] [info] [Application.cpp:199] SetTranslator() locale: zh_CN
[2024-09-26 16:06:18.713] [Main] [info] [TaskbarStatus.cpp:133] Is Windows 11 or greater: 'true'
[2024-09-26 16:06:19.292] [Main] [info] [MainWindow.cpp:273] MainWindow::Unavailable
[2024-09-26 16:06:19.295] [Main] [info] [Update.cpp:392] Checking update...
[2024-09-26 16:06:19.671] [Main] [info] [LowAudioLatency.cpp:68] LowAudioLatency: Init successful. _enabled: false
[2024-09-26 16:06:19.672] [Main] [info] [Settings.cpp:282] ApplyWithoutLock
[2024-09-26 16:06:19.672] [Main] [info] [Settings.cpp:44] OnApply_language_locale:
[2024-09-26 16:06:19.672] [Main] [info] [Application.cpp:199] SetTranslator() locale: zh_CN
[2024-09-26 16:06:19.673] [Main] [warning] [Application.cpp:222] Try to set a same locale name 'zh_CN', ignore
[2024-09-26 16:06:19.673] [Main] [info] [Settings.cpp:52] OnApply_auto_run: true
[2024-09-26 16:06:19.673] [Main] [info] [Settings.cpp:73] OnApply_low_audio_latency: true
[2024-09-26 16:06:19.674] [Main] [info] [LowAudioLatency.cpp:79] LowAudioLatency::Controller Control: true, _inited: true
[2024-09-26 16:06:19.674] [Main] [info] [Settings.cpp:80] OnApply_automatic_ear_detection: true
[2024-09-26 16:06:19.674] [Main] [info] [Settings.cpp:88] OnApply_rssi_min: -80
[2024-09-26 16:06:19.674] [Main] [info] [Settings.cpp:95] OnApply_device_address: ** MAYBE HAVE VALUE **
[2024-09-26 16:06:19.674] [Main] [info] [MainWindow.cpp:298] MainWindow::Bind
[2024-09-26 16:06:19.675] [Main] [info] [MainWindow.cpp:284] MainWindow::Disconnect
[2024-09-26 16:06:19.676] [Main] [info] [AirPods.cpp:182] StateManager: Disconnect.
[2024-09-26 16:06:19.676] [Main] [info] [AirPods.cpp:430] Bind a new device.
[2024-09-26 16:06:19.709] [Main] [info] [AirPods.cpp:465] The device we bound is updated. current: false, new: false
[2024-09-26 16:06:19.710] [Main] [info] [Settings.cpp:109] OnApply_tray_icon_battery: 0
[2024-09-26 16:06:19.711] [Main] [info] [Settings.cpp:116] OnApply_battery_on_taskbar: 0
[2024-09-26 16:06:19.724] [Main] [info] [Bluetooth_win.cpp:303] Bluetooth AdvWatcher start succeeded.
[2024-09-26 16:06:19.725] [Main] [info] [MainWindow.cpp:262] MainWindow::Available
[2024-09-26 16:06:19.725] [Main] [info] [AirPods.cpp:559] Bluetooth AdvWatcher started.
[2024-09-26 16:06:19.726] [Main] [info] [AirPods.cpp:387] Bluetooth AdvWatcher start succeeded.
[2024-09-26 16:06:19.846] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.4.1-win32.exe', size: 32058284, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.4.1/AirPodsDesktop-0.4.1-win32.exe'.
[2024-09-26 16:06:19.847] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2024-09-26 16:06:19.848] [Main] [info] [Update.cpp:241] IsCurrentPreRelease: returns false.
[2024-09-26 16:06:19.848] [Main] [info] [Update.cpp:276] Update: isCurrentPreRelease: 'false'
[2024-09-26 16:06:20.412] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.4.1-win32.exe', size: 32058284, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.4.1/AirPodsDesktop-0.4.1-win32.exe'.
[2024-09-26 16:06:20.413] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2024-09-26 16:06:20.413] [Main] [info] [Update.cpp:287] Update: Latest version: '0.4.1'
[2024-09-26 16:06:20.414] [Main] [info] [Update.cpp:289] Update: No need to update.
[2024-09-26 16:06:44.853] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:44.854] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:44.969] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:44.969] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.333] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:45.333] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.456] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:45.457] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.556] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:45.557] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.683] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:45.684] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.697] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:45.697] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.797] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:45.797] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.801] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:45.801] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.207] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 34 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:46.208] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.322] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:46.323] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.441] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:46.442] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.613] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:46.614] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.682] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -49
[2024-09-26 16:06:46.683] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.800] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -46
[2024-09-26 16:06:46.801] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.803] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:46.803] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.913] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -45
[2024-09-26 16:06:46.913] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.028] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:06:47.029] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.039] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:47.039] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.150] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -46
[2024-09-26 16:06:47.150] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.267] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:47.268] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.401] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -50
[2024-09-26 16:06:47.401] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.620] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:47.620] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.727] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:47.727] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.732] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:06:47.733] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.748] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:47.748] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.881] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -43
[2024-09-26 16:06:47.881] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.970] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:06:47.970] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.003] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:48.003] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.103] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:48.104] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.344] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:48.345] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.351] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:06:48.352] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.501] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:48.502] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.561] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:48.562] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.570] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -42
[2024-09-26 16:06:48.570] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.666] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:06:48.667] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.678] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:48.678] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.704] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:48.704] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.795] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:06:48.795] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.915] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:48.916] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.935] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:48.935] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.046] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:49.046] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.079] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -44
[2024-09-26 16:06:49.080] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.411] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:49.412] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.526] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:49.527] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.666] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:49.666] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.936] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:49.937] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.151] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:06:50.152] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.159] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:50.159] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.370] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -34
[2024-09-26 16:06:50.370] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.373] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:50.374] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.473] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:50.473] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.496] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:06:50.497] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.520] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:50.521] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.587] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:50.588] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.642] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:06:50.643] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.719] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -34
[2024-09-26 16:06:50.720] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.722] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:50.722] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.747] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:50.747] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.865] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:06:50.866] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.964] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:06:50.964] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.136] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -34
[2024-09-26 16:06:51.136] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.171] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:51.171] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.192] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:51.193] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.481] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -34
[2024-09-26 16:06:51.481] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.533] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:51.534] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.586] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:06:51.587] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.808] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -42
[2024-09-26 16:06:51.809] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.815] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:51.816] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.069] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:06:52.070] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.080] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.081] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.164] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.164] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.284] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.285] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.386] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -33
[2024-09-26 16:06:52.387] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.521] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.522] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.526] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:06:52.526] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.651] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.651] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.746] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.746] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.794] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -33
[2024-09-26 16:06:52.795] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.870] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.871] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.888] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:06:52.889] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.033] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:06:53.033] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.039] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:53.039] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.360] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:06:53.361] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.459] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:53.460] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.637] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -42
[2024-09-26 16:06:53.638] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.943] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -32
[2024-09-26 16:06:53.944] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.974] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -32
[2024-09-26 16:06:53.975] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.976] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:53.977] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.084] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -35
[2024-09-26 16:06:54.085] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.202] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:06:54.203] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.389] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -35
[2024-09-26 16:06:54.390] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.399] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:54.399] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.425] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:54.426] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.526] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:06:54.527] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.623] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -31
[2024-09-26 16:06:54.624] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.637] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -42
[2024-09-26 16:06:54.637] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.974] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:54.975] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:55.568] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:06:55.568] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:55.914] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:55.915] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:56.625] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 25 aa 99 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:56.626] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:57.561] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 25 aa 99 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:57.561] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:58.312] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 25 aa 99 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -50
[2024-09-26 16:06:58.313] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:02.298] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -49
[2024-09-26 16:07:02.300] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:03.595] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -63
[2024-09-26 16:07:03.596] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:05.279] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:07:05.280] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:07.875] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:07.876] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:08.242] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:07:08.242] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:09.166] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:07:09.167] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:10.289] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:10.289] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:11.398] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:11.399] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:11.767] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:11.767] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:12.697] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:07:12.698] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:13.064] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:07:13.065] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:16.051] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:07:16.052] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:16.604] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:16.605] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:18.270] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:18.271] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:18.639] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:07:18.640] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:20.864] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:20.865] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:21.433] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:07:21.434] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:24.057] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:24.058] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:25.324] [Main] [trace] [MainWindow.cpp:695] MainWindow: Show
[2024-09-26 16:07:25.325] [Main] [trace] [MainWindow.cpp:526] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2024-09-26 16:07:26.167] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:26.167] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:26.916] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:26.917] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:27.842] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:27.843] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:28.405] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:28.405] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:28.775] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:28.776] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:29.144] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:29.144] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:29.701] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:29.702] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:32.684] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:32.684] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:33.241] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:33.242] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:34.912] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:34.912] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:35.315] [Main] [trace] [MainWindow.cpp:675] MainWindow: Hide
[2024-09-26 16:07:35.316] [Main] [trace] [MainWindow.cpp:526] ControlAutoHideTimer: start == 'false', _isVisible == 'false'
[2024-09-26 16:07:37.868] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:07:37.869] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:39.166] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:39.166] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:40.104] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -45
[2024-09-26 16:07:40.105] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:40.851] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:40.852] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:42.132] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:07:42.132] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:43.070] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -46
[2024-09-26 16:07:43.071] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:46.235] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -57
[2024-09-26 16:07:46.236] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:46.789] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -59
[2024-09-26 16:07:46.789] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:47.549] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -61
[2024-09-26 16:07:47.550] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:47.917] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -59
[2024-09-26 16:07:47.917] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:48.837] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:07:48.838] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:50.878] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -61
[2024-09-26 16:07:50.878] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:52.180] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -69
[2024-09-26 16:07:52.181] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:57.470] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -68
[2024-09-26 16:07:57.470] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:58.310] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 25 aa 99 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -127
[2024-09-26 16:07:58.310] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:59.497] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -61
[2024-09-26 16:07:59.498] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:00.061] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -59
[2024-09-26 16:08:00.061] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:00.424] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -63
[2024-09-26 16:08:00.425] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:01.161] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -42
[2024-09-26 16:08:01.162] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:02.654] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:08:02.655] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:03.403] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:08:03.403] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:04.702] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:08:04.703] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:08.460] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:08:08.461] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.

@arthwist
Copy link

Sorry i didnt found the log file, but the console ouput while i open my Airpods 4:

C:\Program Files (x86)\AirPodsDesktop>AirPodsDesktop.exe --trace

C:\Program Files (x86)\AirPodsDesktop>[2024-09-26 16:06:16.577] [Main] [info] [Application.cpp:121] Launched. Version: '0.4.1'
[2024-09-26 16:06:16.578] [Main] [info] [Application.cpp:123] Build git hash: '12af10c7f332b03229e76f20608661724967f50c'
[2024-09-26 16:06:16.579] [Main] [info] [Application.cpp:128] Build configuration: Not Debug
[2024-09-26 16:06:16.579] [Main] [info] [Application.cpp:131] Opts: { trace: true }
[2024-09-26 16:06:16.579] [Main] [info] [Logger.cpp:93] Clean up old log file: 'AirPodsDesktop.1.log' doesn't exist, break the loop
[2024-09-26 16:06:16.584] [Main] [warning] [Windows.h:181] Winrt initialize failed. Code: -0x7ffefefa, Message: 鏃犳硶鍦ㄨ缃嚎绋嬫ā寮忓悗瀵瑰叾鍔犱互鏇存敼銆?
[2024-09-26 16:06:16.585] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'abi_version', Value: '1'
[2024-09-26 16:06:16.585] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'language_locale', Value: ''
[2024-09-26 16:06:16.586] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'auto_run', Value: 'true'
[2024-09-26 16:06:16.586] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'low_audio_latency', Value: 'true'
[2024-09-26 16:06:16.586] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'automatic_ear_detection', Value: 'true'
[2024-09-26 16:06:16.586] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'skipped_version', Value: ''
[2024-09-26 16:06:16.587] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'rssi_min', Value: '-80'
[2024-09-26 16:06:16.587] [Main] [warning] [Settings.cpp:140] The setting key 'reduce_loud_sounds' not found. Current value 'false'.
[2024-09-26 16:06:16.587] [Main] [warning] [Settings.cpp:140] The setting key 'loud_volume_level' not found. Current value '40'.
[2024-09-26 16:06:16.587] [Main] [info] [Settings.cpp:174] Load key succeeded. Key: 'device_address', Value: '** MAYBE HAVE VALUE **'
[2024-09-26 16:06:16.588] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'tray_icon_battery', Value: '0'
[2024-09-26 16:06:16.588] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'battery_on_taskbar', Value: '0'
[2024-09-26 16:06:16.588] [Main] [info] [Application.cpp:237] currentLocale: zh_CN
[2024-09-26 16:06:16.588] [Main] [info] [Application.cpp:241] Locale from settings: ''
[2024-09-26 16:06:16.588] [Main] [info] [Application.cpp:199] SetTranslator() locale: zh_CN
[2024-09-26 16:06:18.713] [Main] [info] [TaskbarStatus.cpp:133] Is Windows 11 or greater: 'true'
[2024-09-26 16:06:19.292] [Main] [info] [MainWindow.cpp:273] MainWindow::Unavailable
[2024-09-26 16:06:19.295] [Main] [info] [Update.cpp:392] Checking update...
[2024-09-26 16:06:19.671] [Main] [info] [LowAudioLatency.cpp:68] LowAudioLatency: Init successful. _enabled: false
[2024-09-26 16:06:19.672] [Main] [info] [Settings.cpp:282] ApplyWithoutLock
[2024-09-26 16:06:19.672] [Main] [info] [Settings.cpp:44] OnApply_language_locale:
[2024-09-26 16:06:19.672] [Main] [info] [Application.cpp:199] SetTranslator() locale: zh_CN
[2024-09-26 16:06:19.673] [Main] [warning] [Application.cpp:222] Try to set a same locale name 'zh_CN', ignore
[2024-09-26 16:06:19.673] [Main] [info] [Settings.cpp:52] OnApply_auto_run: true
[2024-09-26 16:06:19.673] [Main] [info] [Settings.cpp:73] OnApply_low_audio_latency: true
[2024-09-26 16:06:19.674] [Main] [info] [LowAudioLatency.cpp:79] LowAudioLatency::Controller Control: true, _inited: true
[2024-09-26 16:06:19.674] [Main] [info] [Settings.cpp:80] OnApply_automatic_ear_detection: true
[2024-09-26 16:06:19.674] [Main] [info] [Settings.cpp:88] OnApply_rssi_min: -80
[2024-09-26 16:06:19.674] [Main] [info] [Settings.cpp:95] OnApply_device_address: ** MAYBE HAVE VALUE **
[2024-09-26 16:06:19.674] [Main] [info] [MainWindow.cpp:298] MainWindow::Bind
[2024-09-26 16:06:19.675] [Main] [info] [MainWindow.cpp:284] MainWindow::Disconnect
[2024-09-26 16:06:19.676] [Main] [info] [AirPods.cpp:182] StateManager: Disconnect.
[2024-09-26 16:06:19.676] [Main] [info] [AirPods.cpp:430] Bind a new device.
[2024-09-26 16:06:19.709] [Main] [info] [AirPods.cpp:465] The device we bound is updated. current: false, new: false
[2024-09-26 16:06:19.710] [Main] [info] [Settings.cpp:109] OnApply_tray_icon_battery: 0
[2024-09-26 16:06:19.711] [Main] [info] [Settings.cpp:116] OnApply_battery_on_taskbar: 0
[2024-09-26 16:06:19.724] [Main] [info] [Bluetooth_win.cpp:303] Bluetooth AdvWatcher start succeeded.
[2024-09-26 16:06:19.725] [Main] [info] [MainWindow.cpp:262] MainWindow::Available
[2024-09-26 16:06:19.725] [Main] [info] [AirPods.cpp:559] Bluetooth AdvWatcher started.
[2024-09-26 16:06:19.726] [Main] [info] [AirPods.cpp:387] Bluetooth AdvWatcher start succeeded.
[2024-09-26 16:06:19.846] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.4.1-win32.exe', size: 32058284, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.4.1/AirPodsDesktop-0.4.1-win32.exe'.
[2024-09-26 16:06:19.847] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2024-09-26 16:06:19.848] [Main] [info] [Update.cpp:241] IsCurrentPreRelease: returns false.
[2024-09-26 16:06:19.848] [Main] [info] [Update.cpp:276] Update: isCurrentPreRelease: 'false'
[2024-09-26 16:06:20.412] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.4.1-win32.exe', size: 32058284, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.4.1/AirPodsDesktop-0.4.1-win32.exe'.
[2024-09-26 16:06:20.413] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2024-09-26 16:06:20.413] [Main] [info] [Update.cpp:287] Update: Latest version: '0.4.1'
[2024-09-26 16:06:20.414] [Main] [info] [Update.cpp:289] Update: No need to update.
[2024-09-26 16:06:44.853] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:44.854] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:44.969] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:44.969] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.333] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:45.333] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.456] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:45.457] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.556] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:45.557] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.683] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:45.684] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.697] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:45.697] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.797] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:45.797] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:45.801] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 24 aa 99 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:45.801] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.207] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 34 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:46.208] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.322] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:46.323] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.441] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:46.442] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.613] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:46.614] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.682] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -49
[2024-09-26 16:06:46.683] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.800] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -46
[2024-09-26 16:06:46.801] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.803] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:46.803] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:46.913] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -45
[2024-09-26 16:06:46.913] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.028] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:06:47.029] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.039] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:47.039] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.150] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -46
[2024-09-26 16:06:47.150] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.267] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:47.268] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.401] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -50
[2024-09-26 16:06:47.401] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.620] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:47.620] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.727] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:47.727] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.732] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:06:47.733] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.748] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:47.748] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.881] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -43
[2024-09-26 16:06:47.881] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:47.970] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:06:47.970] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.003] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:48.003] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.103] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:48.104] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.344] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:48.345] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.351] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:06:48.352] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.501] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:48.502] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.561] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:48.562] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.570] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -42
[2024-09-26 16:06:48.570] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.666] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:06:48.667] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.678] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:48.678] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.704] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:48.704] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.795] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:06:48.795] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.915] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:48.916] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:48.935] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:48.935] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.046] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:49.046] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.079] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -44
[2024-09-26 16:06:49.080] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.411] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:49.412] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.526] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:49.527] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.666] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:49.666] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:49.936] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:49.937] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.151] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:06:50.152] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.159] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -39
[2024-09-26 16:06:50.159] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.370] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -34
[2024-09-26 16:06:50.370] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.373] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:50.374] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.473] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:50.473] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.496] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:06:50.497] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.520] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:50.521] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.587] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:50.588] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.642] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:06:50.643] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.719] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -34
[2024-09-26 16:06:50.720] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.722] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:50.722] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.747] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:50.747] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.865] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:06:50.866] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:50.964] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:06:50.964] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.136] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -34
[2024-09-26 16:06:51.136] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.171] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -37
[2024-09-26 16:06:51.171] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.192] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -38
[2024-09-26 16:06:51.193] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.481] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -34
[2024-09-26 16:06:51.481] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.533] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:51.534] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.586] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:06:51.587] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.808] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -42
[2024-09-26 16:06:51.809] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:51.815] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:51.816] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.069] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:06:52.070] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.080] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.081] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.164] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.164] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.284] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.285] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.386] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -33
[2024-09-26 16:06:52.387] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.521] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.522] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.526] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:06:52.526] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.651] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.651] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.746] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.746] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.794] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -33
[2024-09-26 16:06:52.795] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.870] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:52.871] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:52.888] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:06:52.889] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.033] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:06:53.033] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.039] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:53.039] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.360] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:06:53.361] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.459] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:53.460] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.637] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -42
[2024-09-26 16:06:53.638] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.943] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -32
[2024-09-26 16:06:53.944] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.974] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -32
[2024-09-26 16:06:53.975] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:53.976] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:53.977] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.084] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -35
[2024-09-26 16:06:54.085] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.202] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:06:54.203] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.389] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -35
[2024-09-26 16:06:54.390] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.399] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:54.399] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.425] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:54.426] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.526] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:06:54.527] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.623] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -31
[2024-09-26 16:06:54.624] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.637] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -42
[2024-09-26 16:06:54.637] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:54.974] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:54.975] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:55.568] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 55 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:06:55.568] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:55.914] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 35 aa b9 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -41
[2024-09-26 16:06:55.915] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:56.625] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 25 aa 99 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -40
[2024-09-26 16:06:56.626] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:57.561] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 25 aa 99 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -43
[2024-09-26 16:06:57.561] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:06:58.312] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 25 aa 99 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -50
[2024-09-26 16:06:58.313] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:02.298] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -49
[2024-09-26 16:07:02.300] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:03.595] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -63
[2024-09-26 16:07:03.596] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:05.279] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:07:05.280] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:07.875] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:07.876] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:08.242] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:07:08.242] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:09.166] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:07:09.167] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:10.289] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:10.289] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:11.398] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:11.399] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:11.767] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:11.767] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:12.697] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:07:12.698] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:13.064] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:07:13.065] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:16.051] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:07:16.052] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:16.604] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:16.605] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:18.270] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:18.271] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:18.639] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:07:18.640] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:20.864] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:20.865] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:21.433] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:07:21.434] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:24.057] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 03 aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:24.058] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:25.324] [Main] [trace] [MainWindow.cpp:695] MainWindow: Show
[2024-09-26 16:07:25.325] [Main] [trace] [MainWindow.cpp:526] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2024-09-26 16:07:26.167] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:26.167] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:26.916] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:26.917] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:27.842] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:27.843] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:28.405] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:28.405] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:28.775] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:28.776] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:29.144] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:29.144] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:29.701] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:29.702] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:32.684] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:32.684] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:33.241] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:07:33.242] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:34.912] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -38
[2024-09-26 16:07:34.912] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:35.315] [Main] [trace] [MainWindow.cpp:675] MainWindow: Hide
[2024-09-26 16:07:35.316] [Main] [trace] [MainWindow.cpp:526] ControlAutoHideTimer: start == 'false', _isVisible == 'false'
[2024-09-26 16:07:37.868] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:07:37.869] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:39.166] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:39.166] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:40.104] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -45
[2024-09-26 16:07:40.105] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:40.851] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:07:40.852] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:42.132] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -36
[2024-09-26 16:07:42.132] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:43.070] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -46
[2024-09-26 16:07:43.071] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:46.235] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -57
[2024-09-26 16:07:46.236] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:46.789] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -59
[2024-09-26 16:07:46.789] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:47.549] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -61
[2024-09-26 16:07:47.550] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:47.917] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -59
[2024-09-26 16:07:47.917] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:48.837] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -51
[2024-09-26 16:07:48.838] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:50.878] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -61
[2024-09-26 16:07:50.878] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:52.180] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -69
[2024-09-26 16:07:52.181] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:57.470] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b aa 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -68
[2024-09-26 16:07:57.470] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:58.310] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 25 aa 99 31 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3148455999, RSSI: -127
[2024-09-26 16:07:58.310] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:07:59.497] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -61
[2024-09-26 16:07:59.498] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:00.061] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -59
[2024-09-26 16:08:00.061] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:00.424] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -63
[2024-09-26 16:08:00.425] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:01.161] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -42
[2024-09-26 16:08:01.162] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:02.654] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -41
[2024-09-26 16:08:02.655] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:03.403] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -37
[2024-09-26 16:08:03.403] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:04.702] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -40
[2024-09-26 16:08:04.703] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-09-26 16:08:08.460] [Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 19 20 0b 9a 8f 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1726823951, RSSI: -39
[2024-09-26 16:08:08.461] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.

Yeah, this is what is in the log file

@bmijnendonckx
Copy link

Same for the new Airpods Max (USB-C), I suppose this is the line you're looking for?
[Main] [trace] [AirPods.cpp:539] AirPods advertisement received. Data: 07 19 01 1f 20 2b 04 80 01 56 45 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3885749355, RSSI: -69

@2366818153
Copy link

How long will it take to publish

@2366818153
Copy link

[2024-10-08 11:44:43.768] [Main] [info] [Application.cpp:121] Launched. Version: '0.4.1'
[2024-10-08 11:44:43.769] [Main] [info] [Application.cpp:123] Build git hash: '12af10c7f332b03229e76f20608661724967f50c'
[2024-10-08 11:44:43.769] [Main] [info] [Application.cpp:128] Build configuration: Not Debug
[2024-10-08 11:44:43.769] [Main] [info] [Application.cpp:131] Opts: { trace: false }
[2024-10-08 11:44:43.769] [Main] [info] [Logger.cpp:93] Clean up old log file: 'AirPodsDesktop.1.log' doesn't exist, break the loop
[2024-10-08 11:44:43.770] [Main] [warning] [Windows.h:181] Winrt initialize failed. Code: -0x7ffefefa, Message: 无法在设置线程模式后对其加以更改。
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'abi_version', Value: '1'
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'language_locale', Value: ''
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'auto_run', Value: 'true'
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'low_audio_latency', Value: 'true'
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'automatic_ear_detection', Value: 'true'
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'skipped_version', Value: ''
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'rssi_min', Value: '-80'
[2024-10-08 11:44:43.770] [Main] [warning] [Settings.cpp:140] The setting key 'reduce_loud_sounds' not found. Current value 'false'.
[2024-10-08 11:44:43.770] [Main] [warning] [Settings.cpp:140] The setting key 'loud_volume_level' not found. Current value '40'.
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:174] Load key succeeded. Key: 'device_address', Value: '** MAYBE NO VALUE **'
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'tray_icon_battery', Value: '0'
[2024-10-08 11:44:43.770] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'battery_on_taskbar', Value: '0'
[2024-10-08 11:44:43.770] [Main] [info] [Application.cpp:237] currentLocale: zh_CN
[2024-10-08 11:44:43.770] [Main] [info] [Application.cpp:241] Locale from settings: ''
[2024-10-08 11:44:43.770] [Main] [info] [Application.cpp:199] SetTranslator() locale: zh_CN
[2024-10-08 11:44:43.882] [Main] [info] [TaskbarStatus.cpp:133] Is Windows 11 or greater: 'false'
[2024-10-08 11:44:44.137] [Main] [info] [MainWindow.cpp:273] MainWindow::Unavailable
[2024-10-08 11:44:44.141] [Main] [info] [Update.cpp:392] Checking update...
[2024-10-08 11:44:44.947] [Main] [info] [LowAudioLatency.cpp:68] LowAudioLatency: Init successful. _enabled: false
[2024-10-08 11:44:44.947] [Main] [info] [Settings.cpp:282] ApplyWithoutLock
[2024-10-08 11:44:44.947] [Main] [info] [Settings.cpp:44] OnApply_language_locale:
[2024-10-08 11:44:44.947] [Main] [info] [Application.cpp:199] SetTranslator() locale: zh_CN
[2024-10-08 11:44:44.947] [Main] [warning] [Application.cpp:222] Try to set a same locale name 'zh_CN', ignore
[2024-10-08 11:44:44.947] [Main] [info] [Settings.cpp:52] OnApply_auto_run: true
[2024-10-08 11:44:44.947] [Main] [info] [Settings.cpp:73] OnApply_low_audio_latency: true
[2024-10-08 11:44:44.947] [Main] [info] [LowAudioLatency.cpp:79] LowAudioLatency::Controller Control: true, _inited: true
[2024-10-08 11:44:44.947] [Main] [info] [Settings.cpp:80] OnApply_automatic_ear_detection: true
[2024-10-08 11:44:44.947] [Main] [info] [Settings.cpp:88] OnApply_rssi_min: -80
[2024-10-08 11:44:44.947] [Main] [info] [Settings.cpp:95] OnApply_device_address: ** MAYBE NO VALUE **
[2024-10-08 11:44:44.947] [Main] [info] [MainWindow.cpp:306] MainWindow::Unbind
[2024-10-08 11:44:44.949] [Main] [info] [AirPods.cpp:182] StateManager: Disconnect.
[2024-10-08 11:44:44.949] [Main] [info] [AirPods.cpp:424] Unbind device.
[2024-10-08 11:44:44.949] [Main] [info] [Settings.cpp:109] OnApply_tray_icon_battery: 0
[2024-10-08 11:44:44.950] [Main] [info] [Settings.cpp:116] OnApply_battery_on_taskbar: 0
[2024-10-08 11:44:44.958] [Main] [info] [Bluetooth_win.cpp:303] Bluetooth AdvWatcher start succeeded.
[2024-10-08 11:44:44.958] [Main] [info] [MainWindow.cpp:262] MainWindow::Available
[2024-10-08 11:44:44.958] [Main] [info] [AirPods.cpp:559] Bluetooth AdvWatcher started.
[2024-10-08 11:44:44.958] [Main] [info] [AirPods.cpp:387] Bluetooth AdvWatcher start succeeded.
[2024-10-08 11:44:45.211] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:45.688] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:45.814] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:46.183] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:46.426] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:46.998] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:47.103] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:47.456] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:47.478] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:47.923] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:48.090] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:48.655] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:48.774] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:48.993] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:49.151] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:49.597] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:49.817] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:50.081] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:50.185] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:50.465] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:50.758] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:50.894] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:51.018] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:51.428] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:51.704] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:52.108] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:52.371] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:53.130] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:53.861] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:53.979] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:54.303] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:54.430] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:54.788] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:55.163] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:55.265] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:56.097] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:56.191] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:57.339] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:58.030] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:58.497] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:58.764] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:59.195] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:44:59.678] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.
[2024-10-08 11:45:00.977] [Main] [info] [AirPods.cpp:542] AirPods advertisement received, but device disconnected.

@SnowSquirrelz
Copy link

when will airpods 4 be supported please?

@Tylerone01
Copy link

I want to know when airpods 4 with ANC be supported too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants