SpriteOvO / AirPodsDesktop

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

Support for Airpods Pro Gen 2 #46

Closed corkysix8048 closed 1 year ago

corkysix8048 commented 1 year ago

I've tried to connect them but im pretty sure they are not supported, it would be nice if this feature was added in the future

SpriteOvO commented 1 year ago

Thanks for reporting!

Could you launch this program with --trace parameter and post the log contents here? AirPods Pro 2 is currently unsupported, as I don't have a device to test. If you could provide enough information, I would be happy to attempt to support it.

corkysix8048 commented 1 year ago

Not too sure if this is what you need, let me know

[2022-10-17 09:51:56.921] [Main] [info] [Application.cpp:123] Build git hash: '0b64ad3ed9dff1b09e6d3bef9cd3bcece49b8613'
[2022-10-17 09:51:56.921] [Main] [info] [Application.cpp:128] Build configuration: Not Debug
[2022-10-17 09:51:56.921] [Main] [info] [Application.cpp:131] Opts: { trace: true }
[2022-10-17 09:51:56.921] [Main] [info] [Logger.cpp:93] Clean up old log file: 'AirPodsDesktop.1.log' doesn't exist, break the loop
[2022-10-17 09:51:56.938] [Main] [warning] [Windows.h:170] Winrt initialize failed. Code: -0x7ffefefa, Message: Cannot change thread mode after it is set.
[2022-10-17 09:51:56.938] [Main] [info] [Settings.cpp:163] Load key succeeded. Key: 'abi_version', Value: '1'
[2022-10-17 09:51:56.938] [Main] [info] [Settings.cpp:163] Load key succeeded. Key: 'language_locale', Value: ''
[2022-10-17 09:51:56.938] [Main] [info] [Settings.cpp:163] Load key succeeded. Key: 'auto_run', Value: 'false'
[2022-10-17 09:51:56.938] [Main] [info] [Settings.cpp:163] Load key succeeded. Key: 'low_audio_latency', Value: 'true'
[2022-10-17 09:51:56.938] [Main] [info] [Settings.cpp:163] Load key succeeded. Key: 'automatic_ear_detection', Value: 'true'
[2022-10-17 09:51:56.938] [Main] [info] [Settings.cpp:163] Load key succeeded. Key: 'skipped_version', Value: ''
[2022-10-17 09:51:56.939] [Main] [info] [Settings.cpp:163] Load key succeeded. Key: 'rssi_min', Value: '-100'
[2022-10-17 09:51:56.939] [Main] [warning] [Settings.cpp:133] The setting key 'reduce_loud_sounds' not found. Current value 'false'.
[2022-10-17 09:51:56.939] [Main] [warning] [Settings.cpp:133] The setting key 'loud_volume_level' not found. Current value '40'.
[2022-10-17 09:51:56.939] [Main] [info] [Settings.cpp:167] Load key succeeded. Key: 'device_address', Value: '** MAYBE NO VALUE **'
[2022-10-17 09:51:56.939] [Main] [info] [Settings.cpp:163] Load key succeeded. Key: 'tray_icon_battery', Value: '0'
[2022-10-17 09:51:56.939] [Main] [info] [Application.cpp:236] currentLocale: en_US
[2022-10-17 09:51:56.941] [Main] [info] [Application.cpp:240] Locale from settings: ''
[2022-10-17 09:51:56.942] [Main] [info] [Application.cpp:198] SetTranslator() locale: en_US
[2022-10-17 09:51:56.942] [Main] [warning] [Application.cpp:221] Try to set a same locale name 'en_US', ignore
[2022-10-17 09:51:57.589] [Main] [info] [MainWindow.cpp:270] MainWindow::Unavailable
[2022-10-17 09:51:57.593] [Main] [info] [Update.cpp:392] Checking update...
[2022-10-17 09:51:57.737] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.3.2-win32.exe', size: 24903377, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.3.2/AirPodsDesktop-0.3.2-win32.exe'.
[2022-10-17 09:51:57.738] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2022-10-17 09:51:57.739] [Main] [info] [Update.cpp:241] IsCurrentPreRelease: returns true.
[2022-10-17 09:51:57.739] [Main] [info] [Update.cpp:276] Update: isCurrentPreRelease: 'true'
[2022-10-17 09:51:57.877] [Main] [info] [LowAudioLatency.cpp:68] LowAudioLatency: Init successful. _enabled: false
[2022-10-17 09:51:57.877] [Main] [info] [Settings.cpp:275] ApplyWithoutLock
[2022-10-17 09:51:57.877] [Main] [info] [Settings.cpp:44] OnApply_language_locale:
[2022-10-17 09:51:57.878] [Main] [info] [Application.cpp:198] SetTranslator() locale: en_US
[2022-10-17 09:51:57.878] [Main] [warning] [Application.cpp:221] Try to set a same locale name 'en_US', ignore
[2022-10-17 09:51:57.879] [Main] [info] [Settings.cpp:52] OnApply_auto_run: false
[2022-10-17 09:51:57.879] [Main] [info] [Settings.cpp:73] OnApply_low_audio_latency: true
[2022-10-17 09:51:57.879] [Main] [info] [LowAudioLatency.cpp:79] LowAudioLatency::Controller Control: true, _inited: true
[2022-10-17 09:51:57.880] [Main] [info] [Settings.cpp:80] OnApply_automatic_ear_detection: true
[2022-10-17 09:51:57.880] [Main] [info] [Settings.cpp:88] OnApply_rssi_min: -100
[2022-10-17 09:51:57.881] [Main] [info] [Settings.cpp:95] OnApply_device_address: ** MAYBE NO VALUE **
[2022-10-17 09:51:57.881] [Main] [info] [MainWindow.cpp:301] MainWindow::Unbind
[2022-10-17 09:51:57.884] [Main] [info] [AirPods.cpp:182] StateManager: Disconnect.
[2022-10-17 09:51:57.884] [Main] [info] [AirPods.cpp:424] Unbind device.
[2022-10-17 09:51:57.884] [Main] [info] [Settings.cpp:109] OnApply_tray_icon_battery: 0
[2022-10-17 09:51:57.892] [Main] [info] [Bluetooth_win.cpp:300] Bluetooth AdvWatcher start succeeded.
[2022-10-17 09:51:57.892] [Main] [info] [MainWindow.cpp:259] MainWindow::Available
[2022-10-17 09:51:57.892] [Main] [info] [AirPods.cpp:558] Bluetooth AdvWatcher started.
[2022-10-17 09:51:57.893] [Main] [info] [AirPods.cpp:387] Bluetooth AdvWatcher start succeeded.
[2022-10-17 09:51:57.953] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.3.2-win32.exe', size: 24903377, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.3.2/AirPodsDesktop-0.3.2-win32.exe'.
[2022-10-17 09:51:57.954] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2022-10-17 09:51:57.955] [Main] [info] [Update.cpp:287] Update: Latest version: '0.3.2'
[2022-10-17 09:51:57.955] [Main] [info] [Update.cpp:289] Update: No need to update.
[2022-10-17 09:51:59.460] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:01.343] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:02.284] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:03.225] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:03.475] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:03.717] [Main] [trace] [MainWindow.cpp:662] MainWindow: Show
[2022-10-17 09:52:03.717] [Main] [trace] [MainWindow.cpp:493] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-17 09:52:04.408] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:04.761] [Main] [trace] [MainWindow.cpp:589] OnAppStateChanged: 'Qt::ApplicationState::ApplicationActive'
[2022-10-17 09:52:04.761] [Main] [trace] [MainWindow.cpp:493] ControlAutoHideTimer: start == 'false', _isVisible == 'true'
[2022-10-17 09:52:04.847] [Main] [info] [MainWindow.cpp:622] User clicked 'Bind'
[2022-10-17 09:52:04.847] [Main] [info] [MainWindow.cpp:444] BindDevice
[2022-10-17 09:52:04.879] [Main] [info] [AirPods.cpp:576] Paired devices count: 2
[2022-10-17 09:52:04.880] [Main] [trace] [AirPods.cpp:590] Device VendorId: '1406', ProductId: '774', doErase: true
[2022-10-17 09:52:04.882] [Main] [trace] [AirPods.cpp:590] Device VendorId: '76', ProductId: '8212', doErase: true
[2022-10-17 09:52:04.882] [Main] [info] [AirPods.cpp:596] AirPods devices count: 0 (filtered)
[2022-10-17 09:52:06.660] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:09.851] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:10.788] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:10.991] [Main] [info] [MainWindow.cpp:622] User clicked 'Bind'
[2022-10-17 09:52:10.991] [Main] [info] [MainWindow.cpp:444] BindDevice
[2022-10-17 09:52:11.013] [Main] [info] [AirPods.cpp:576] Paired devices count: 2
[2022-10-17 09:52:11.014] [Main] [trace] [AirPods.cpp:590] Device VendorId: '76', ProductId: '8212', doErase: true
[2022-10-17 09:52:11.015] [Main] [trace] [AirPods.cpp:590] Device VendorId: '1406', ProductId: '774', doErase: true
[2022-10-17 09:52:11.015] [Main] [info] [AirPods.cpp:596] AirPods devices count: 0 (filtered)
[2022-10-17 09:52:15.286] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:16.222] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:19.776] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:20.718] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:21.654] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:22.960] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:23.900] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:24.841] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:27.085] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:28.398] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:29.337] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:29.572] [Main] [trace] [MainWindow.cpp:589] OnAppStateChanged: 'Qt::ApplicationState::ApplicationInactive'
[2022-10-17 09:52:29.572] [Main] [trace] [MainWindow.cpp:493] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-17 09:52:31.224] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:33.464] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:34.774] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:35.719] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:36.660] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:38.910] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:39.572] [Main] [trace] [MainWindow.cpp:642] MainWindow: Hide
[2022-10-17 09:52:39.572] [Main] [trace] [MainWindow.cpp:493] ControlAutoHideTimer: start == 'false', _isVisible == 'false'
[2022-10-17 09:52:39.858] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:41.739] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:43.046] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:43.986] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
[2022-10-17 09:52:44.925] [Main] [info] [AirPods.cpp:536] AirPods advertisement received, but device disconnected.
SpriteOvO commented 1 year ago

@corkysix8048 My bad, the latest version did not record some necessary information, could you please install this unpublished version (Artifacts below) and post the log again? Thanks!

corkysix8048 commented 1 year ago

This is it? Sorry for the late response let me know if you need any more info

[2022-10-17 21:30:12.401] [Main] [info] [Application.cpp:123] Build git hash: 'abaf9ce2558cbd85794967b53090f304a60983aa'
[2022-10-17 21:30:12.402] [Main] [info] [Application.cpp:128] Build configuration: Not Debug
[2022-10-17 21:30:12.402] [Main] [info] [Application.cpp:131] Opts: { trace: true }
[2022-10-17 21:30:12.402] [Main] [info] [Logger.cpp:93] Clean up old log file: 'AirPodsDesktop.1.log' doesn't exist, break the loop
[2022-10-17 21:30:12.403] [Main] [warning] [Windows.h:181] Winrt initialize failed. Code: -0x7ffefefa, Message: Cannot change thread mode after it is set.
[2022-10-17 21:30:12.403] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'abi_version', Value: '1'
[2022-10-17 21:30:12.403] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'language_locale', Value: ''
[2022-10-17 21:30:12.403] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'auto_run', Value: 'false'
[2022-10-17 21:30:12.403] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'low_audio_latency', Value: 'true'
[2022-10-17 21:30:12.404] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'automatic_ear_detection', Value: 'true'
[2022-10-17 21:30:12.404] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'skipped_version', Value: ''
[2022-10-17 21:30:12.404] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'rssi_min', Value: '-100'
[2022-10-17 21:30:12.404] [Main] [warning] [Settings.cpp:140] The setting key 'reduce_loud_sounds' not found. Current value 'false'.
[2022-10-17 21:30:12.404] [Main] [warning] [Settings.cpp:140] The setting key 'loud_volume_level' not found. Current value '40'.
[2022-10-17 21:30:12.404] [Main] [info] [Settings.cpp:174] Load key succeeded. Key: 'device_address', Value: '** MAYBE NO VALUE **'
[2022-10-17 21:30:12.404] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'tray_icon_battery', Value: '0'
[2022-10-17 21:30:12.404] [Main] [warning] [Settings.cpp:140] The setting key 'battery_on_taskbar' not found. Current value '0'.
[2022-10-17 21:30:12.405] [Main] [info] [Application.cpp:237] currentLocale: en_US
[2022-10-17 21:30:12.405] [Main] [info] [Application.cpp:241] Locale from settings: ''
[2022-10-17 21:30:12.406] [Main] [info] [Application.cpp:199] SetTranslator() locale: en_US
[2022-10-17 21:30:12.406] [Main] [warning] [Application.cpp:222] Try to set a same locale name 'en_US', ignore
[2022-10-17 21:30:12.517] [Main] [info] [TaskbarStatus.cpp:133] Is Windows 11 or greater: 'true'
[2022-10-17 21:30:12.808] [Main] [info] [MainWindow.cpp:271] MainWindow::Unavailable
[2022-10-17 21:30:12.811] [Main] [info] [Update.cpp:392] Checking update...
[2022-10-17 21:30:12.946] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.3.2-win32.exe', size: 24903377, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.3.2/AirPodsDesktop-0.3.2-win32.exe'.
[2022-10-17 21:30:12.946] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2022-10-17 21:30:12.947] [Main] [info] [Update.cpp:241] IsCurrentPreRelease: returns true.
[2022-10-17 21:30:12.947] [Main] [info] [Update.cpp:276] Update: isCurrentPreRelease: 'true'
[2022-10-17 21:30:13.017] [Main] [info] [LowAudioLatency.cpp:68] LowAudioLatency: Init successful. _enabled: false
[2022-10-17 21:30:13.018] [Main] [info] [Settings.cpp:282] ApplyWithoutLock
[2022-10-17 21:30:13.018] [Main] [info] [Settings.cpp:44] OnApply_language_locale:
[2022-10-17 21:30:13.019] [Main] [info] [Application.cpp:199] SetTranslator() locale: en_US
[2022-10-17 21:30:13.019] [Main] [warning] [Application.cpp:222] Try to set a same locale name 'en_US', ignore
[2022-10-17 21:30:13.019] [Main] [info] [Settings.cpp:52] OnApply_auto_run: false
[2022-10-17 21:30:13.020] [Main] [info] [Settings.cpp:73] OnApply_low_audio_latency: true
[2022-10-17 21:30:13.020] [Main] [info] [LowAudioLatency.cpp:79] LowAudioLatency::Controller Control: true, _inited: true
[2022-10-17 21:30:13.020] [Main] [info] [Settings.cpp:80] OnApply_automatic_ear_detection: true
[2022-10-17 21:30:13.021] [Main] [info] [Settings.cpp:88] OnApply_rssi_min: -100
[2022-10-17 21:30:13.021] [Main] [info] [Settings.cpp:95] OnApply_device_address: ** MAYBE NO VALUE **
[2022-10-17 21:30:13.022] [Main] [info] [MainWindow.cpp:304] MainWindow::Unbind
[2022-10-17 21:30:13.024] [Main] [info] [AirPods.cpp:182] StateManager: Disconnect.
[2022-10-17 21:30:13.025] [Main] [info] [AirPods.cpp:424] Unbind device.
[2022-10-17 21:30:13.025] [Main] [info] [Settings.cpp:109] OnApply_tray_icon_battery: 0
[2022-10-17 21:30:13.026] [Main] [info] [Settings.cpp:116] OnApply_battery_on_taskbar: 0
[2022-10-17 21:30:13.032] [Main] [info] [Bluetooth_win.cpp:303] Bluetooth AdvWatcher start succeeded.
[2022-10-17 21:30:13.032] [Main] [info] [MainWindow.cpp:260] MainWindow::Available
[2022-10-17 21:30:13.032] [Main] [info] [AirPods.cpp:558] Bluetooth AdvWatcher started.
[2022-10-17 21:30:13.034] [Main] [info] [AirPods.cpp:387] Bluetooth AdvWatcher start succeeded.
[2022-10-17 21:30:13.098] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.3.2-win32.exe', size: 24903377, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.3.2/AirPodsDesktop-0.3.2-win32.exe'.
[2022-10-17 21:30:13.098] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2022-10-17 21:30:13.099] [Main] [info] [Update.cpp:287] Update: Latest version: '0.3.2'
[2022-10-17 21:30:13.099] [Main] [info] [Update.cpp:289] Update: No need to update.
[2022-10-17 21:30:22.204] [Main] [trace] [MainWindow.cpp:668] MainWindow: Show
[2022-10-17 21:30:22.204] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-17 21:30:23.917] [Main] [trace] [MainWindow.cpp:595] OnAppStateChanged: 'Qt::ApplicationState::ApplicationActive'
[2022-10-17 21:30:23.918] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'false', _isVisible == 'true'
[2022-10-17 21:30:23.954] [Main] [info] [MainWindow.cpp:628] User clicked 'Bind'
[2022-10-17 21:30:23.954] [Main] [info] [MainWindow.cpp:450] BindDevice
[2022-10-17 21:30:23.985] [Main] [info] [AirPods.cpp:576] Paired devices count: 2
[2022-10-17 21:30:23.987] [Main] [trace] [AirPods.cpp:590] Device VendorId: '76', ProductId: '8212', doErase: true
[2022-10-17 21:30:23.988] [Main] [trace] [AirPods.cpp:590] Device VendorId: '1406', ProductId: '774', doErase: true
[2022-10-17 21:30:23.988] [Main] [info] [AirPods.cpp:596] AirPods devices count: 0 (filtered)
[2022-10-17 21:30:27.530] [Main] [info] [MainWindow.cpp:628] User clicked 'Bind'
[2022-10-17 21:30:27.530] [Main] [info] [MainWindow.cpp:450] BindDevice
[2022-10-17 21:30:27.553] [Main] [info] [AirPods.cpp:576] Paired devices count: 2
[2022-10-17 21:30:27.555] [Main] [trace] [AirPods.cpp:590] Device VendorId: '76', ProductId: '8212', doErase: true
[2022-10-17 21:30:27.556] [Main] [trace] [AirPods.cpp:590] Device VendorId: '1406', ProductId: '774', doErase: true
[2022-10-17 21:30:27.556] [Main] [info] [AirPods.cpp:596] AirPods devices count: 0 (filtered)
[2022-10-17 21:30:38.716] [Main] [trace] [MainWindow.cpp:595] OnAppStateChanged: 'Qt::ApplicationState::ApplicationInactive'
[2022-10-17 21:30:38.717] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-17 21:30:45.871] [Main] [trace] [MainWindow.cpp:595] OnAppStateChanged: 'Qt::ApplicationState::ApplicationActive'
[2022-10-17 21:30:45.872] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'false', _isVisible == 'true'
[2022-10-17 21:30:45.982] [Main] [info] [MainWindow.cpp:628] User clicked 'Bind'
[2022-10-17 21:30:45.983] [Main] [info] [MainWindow.cpp:450] BindDevice
[2022-10-17 21:30:46.005] [Main] [info] [AirPods.cpp:576] Paired devices count: 2
[2022-10-17 21:30:46.006] [Main] [trace] [AirPods.cpp:590] Device VendorId: '76', ProductId: '8212', doErase: true
[2022-10-17 21:30:46.008] [Main] [trace] [AirPods.cpp:590] Device VendorId: '1406', ProductId: '774', doErase: true
[2022-10-17 21:30:46.008] [Main] [info] [AirPods.cpp:596] AirPods devices count: 0 (filtered)
[2022-10-17 21:30:49.400] [Main] [trace] [MainWindow.cpp:595] OnAppStateChanged: 'Qt::ApplicationState::ApplicationInactive'
[2022-10-17 21:30:49.401] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-17 21:30:59.398] [Main] [trace] [MainWindow.cpp:648] MainWindow: Hide
[2022-10-17 21:30:59.399] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'false', _isVisible == 'false'
[2022-10-17 21:32:26.587] [Main] [trace] [MainWindow.cpp:668] MainWindow: Show
[2022-10-17 21:32:26.588] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-17 21:32:28.461] [Main] [trace] [MainWindow.cpp:595] OnAppStateChanged: 'Qt::ApplicationState::ApplicationActive'
[2022-10-17 21:32:28.462] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'false', _isVisible == 'true'
[2022-10-17 21:32:28.585] [Main] [info] [MainWindow.cpp:628] User clicked 'Bind'
[2022-10-17 21:32:28.586] [Main] [info] [MainWindow.cpp:450] BindDevice
[2022-10-17 21:32:28.608] [Main] [info] [AirPods.cpp:576] Paired devices count: 2
[2022-10-17 21:32:28.610] [Main] [trace] [AirPods.cpp:590] Device VendorId: '76', ProductId: '8212', doErase: true
[2022-10-17 21:32:28.611] [Main] [trace] [AirPods.cpp:590] Device VendorId: '1406', ProductId: '774', doErase: true
[2022-10-17 21:32:28.611] [Main] [info] [AirPods.cpp:596] AirPods devices count: 0 (filtered)
[2022-10-17 21:32:31.691] [Main] [trace] [MainWindow.cpp:595] OnAppStateChanged: 'Qt::ApplicationState::ApplicationInactive'
[2022-10-17 21:32:31.692] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-17 21:32:41.680] [Main] [trace] [MainWindow.cpp:648] MainWindow: Hide
[2022-10-17 21:32:41.680] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'false', _isVisible == 'false'
SpriteOvO commented 1 year ago

@corkysix8048 It looks like your AirPods is closed and it's not broadcasting any data. Please open its lid and post the log again.

corkysix8048 commented 1 year ago
[2022-10-18 00:55:55.574] [Main] [info] [Application.cpp:123] Build git hash: 'abaf9ce2558cbd85794967b53090f304a60983aa'
[2022-10-18 00:55:55.574] [Main] [info] [Application.cpp:128] Build configuration: Not Debug
[2022-10-18 00:55:55.574] [Main] [info] [Application.cpp:131] Opts: { trace: true }
[2022-10-18 00:55:55.574] [Main] [info] [Logger.cpp:93] Clean up old log file: 'AirPodsDesktop.1.log' doesn't exist, break the loop
[2022-10-18 00:55:55.575] [Main] [warning] [Windows.h:181] Winrt initialize failed. Code: -0x7ffefefa, Message: Cannot change thread mode after it is set.
[2022-10-18 00:55:55.575] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'abi_version', Value: '1'
[2022-10-18 00:55:55.576] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'language_locale', Value: ''
[2022-10-18 00:55:55.576] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'auto_run', Value: 'false'
[2022-10-18 00:55:55.576] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'low_audio_latency', Value: 'true'
[2022-10-18 00:55:55.576] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'automatic_ear_detection', Value: 'true'
[2022-10-18 00:55:55.576] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'skipped_version', Value: ''
[2022-10-18 00:55:55.576] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'rssi_min', Value: '-100'
[2022-10-18 00:55:55.576] [Main] [warning] [Settings.cpp:140] The setting key 'reduce_loud_sounds' not found. Current value 'false'.
[2022-10-18 00:55:55.576] [Main] [warning] [Settings.cpp:140] The setting key 'loud_volume_level' not found. Current value '40'.
[2022-10-18 00:55:55.576] [Main] [info] [Settings.cpp:174] Load key succeeded. Key: 'device_address', Value: '** MAYBE NO VALUE **'
[2022-10-18 00:55:55.577] [Main] [info] [Settings.cpp:170] Load key succeeded. Key: 'tray_icon_battery', Value: '0'
[2022-10-18 00:55:55.577] [Main] [warning] [Settings.cpp:140] The setting key 'battery_on_taskbar' not found. Current value '0'.
[2022-10-18 00:55:55.577] [Main] [info] [Application.cpp:237] currentLocale: en_US
[2022-10-18 00:55:55.577] [Main] [info] [Application.cpp:241] Locale from settings: ''
[2022-10-18 00:55:55.578] [Main] [info] [Application.cpp:199] SetTranslator() locale: en_US
[2022-10-18 00:55:55.578] [Main] [warning] [Application.cpp:222] Try to set a same locale name 'en_US', ignore
[2022-10-18 00:55:55.875] [Main] [info] [TaskbarStatus.cpp:133] Is Windows 11 or greater: 'true'
[2022-10-18 00:55:56.180] [Main] [info] [MainWindow.cpp:271] MainWindow::Unavailable
[2022-10-18 00:55:56.183] [Main] [info] [Update.cpp:392] Checking update...
[2022-10-18 00:55:56.300] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.3.2-win32.exe', size: 24903377, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.3.2/AirPodsDesktop-0.3.2-win32.exe'.
[2022-10-18 00:55:56.300] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2022-10-18 00:55:56.301] [Main] [info] [Update.cpp:241] IsCurrentPreRelease: returns true.
[2022-10-18 00:55:56.301] [Main] [info] [Update.cpp:276] Update: isCurrentPreRelease: 'true'
[2022-10-18 00:55:56.396] [Main] [info] [LowAudioLatency.cpp:68] LowAudioLatency: Init successful. _enabled: false
[2022-10-18 00:55:56.396] [Main] [info] [Settings.cpp:282] ApplyWithoutLock
[2022-10-18 00:55:56.396] [Main] [info] [Settings.cpp:44] OnApply_language_locale:
[2022-10-18 00:55:56.397] [Main] [info] [Application.cpp:199] SetTranslator() locale: en_US
[2022-10-18 00:55:56.397] [Main] [warning] [Application.cpp:222] Try to set a same locale name 'en_US', ignore
[2022-10-18 00:55:56.398] [Main] [info] [Settings.cpp:52] OnApply_auto_run: false
[2022-10-18 00:55:56.398] [Main] [info] [Settings.cpp:73] OnApply_low_audio_latency: true
[2022-10-18 00:55:56.398] [Main] [info] [LowAudioLatency.cpp:79] LowAudioLatency::Controller Control: true, _inited: true
[2022-10-18 00:55:56.399] [Main] [info] [Settings.cpp:80] OnApply_automatic_ear_detection: true
[2022-10-18 00:55:56.399] [Main] [info] [Settings.cpp:88] OnApply_rssi_min: -100
[2022-10-18 00:55:56.400] [Main] [info] [Settings.cpp:95] OnApply_device_address: ** MAYBE NO VALUE **
[2022-10-18 00:55:56.400] [Main] [info] [MainWindow.cpp:304] MainWindow::Unbind
[2022-10-18 00:55:56.403] [Main] [info] [AirPods.cpp:182] StateManager: Disconnect.
[2022-10-18 00:55:56.403] [Main] [info] [AirPods.cpp:424] Unbind device.
[2022-10-18 00:55:56.403] [Main] [info] [Settings.cpp:109] OnApply_tray_icon_battery: 0
[2022-10-18 00:55:56.405] [Main] [info] [Settings.cpp:116] OnApply_battery_on_taskbar: 0
[2022-10-18 00:55:56.411] [Main] [info] [Bluetooth_win.cpp:303] Bluetooth AdvWatcher start succeeded.
[2022-10-18 00:55:56.411] [Main] [info] [MainWindow.cpp:260] MainWindow::Available
[2022-10-18 00:55:56.412] [Main] [info] [AirPods.cpp:558] Bluetooth AdvWatcher started.
[2022-10-18 00:55:56.412] [Main] [info] [AirPods.cpp:387] Bluetooth AdvWatcher start succeeded.
[2022-10-18 00:55:56.483] [Main] [info] [Update.cpp:123] ParseSRResponse: Asset name: 'AirPodsDesktop-0.3.2-win32.exe', size: 24903377, downloadUrl: 'https://github.com/SpriteOvO/AirPodsDesktop/releases/download/0.3.2/AirPodsDesktop-0.3.2-win32.exe'.
[2022-10-18 00:55:56.483] [Main] [info] [Update.cpp:144] ParseSRResponse: Found matching file.
[2022-10-18 00:55:56.484] [Main] [info] [Update.cpp:287] Update: Latest version: '0.3.2'
[2022-10-18 00:55:56.484] [Main] [info] [Update.cpp:289] Update: No need to update.
[2022-10-18 00:55:56.505] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -56
[2022-10-18 00:55:56.505] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:56.616] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -50
[2022-10-18 00:55:56.617] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:56.743] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -72
[2022-10-18 00:55:56.743] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:56.746] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -48
[2022-10-18 00:55:56.747] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:56.852] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -50
[2022-10-18 00:55:56.852] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:56.972] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -58
[2022-10-18 00:55:56.972] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:57.097] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -48
[2022-10-18 00:55:57.097] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:57.322] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -58
[2022-10-18 00:55:57.322] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:57.922] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -52
[2022-10-18 00:55:57.922] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:58.400] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -56
[2022-10-18 00:55:58.400] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:55:58.862] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -50
[2022-10-18 00:55:58.862] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:00.402] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -52
[2022-10-18 00:56:00.402] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:00.521] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -46
[2022-10-18 00:56:00.522] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:01.340] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -56
[2022-10-18 00:56:01.341] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:01.464] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -46
[2022-10-18 00:56:01.464] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:02.400] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -52
[2022-10-18 00:56:02.400] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:02.650] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -50
[2022-10-18 00:56:02.651] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:03.592] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:03.592] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:03.713] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -48
[2022-10-18 00:56:03.714] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:04.527] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:04.527] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:05.397] [Main] [trace] [MainWindow.cpp:668] MainWindow: Show
[2022-10-18 00:56:05.397] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-18 00:56:05.595] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -52
[2022-10-18 00:56:05.595] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:05.834] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:05.834] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:05.966] [Main] [trace] [MainWindow.cpp:595] OnAppStateChanged: 'Qt::ApplicationState::ApplicationActive'
[2022-10-18 00:56:05.967] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'false', _isVisible == 'true'
[2022-10-18 00:56:06.047] [Main] [info] [MainWindow.cpp:628] User clicked 'Bind'
[2022-10-18 00:56:06.047] [Main] [info] [MainWindow.cpp:450] BindDevice
[2022-10-18 00:56:06.079] [Main] [info] [AirPods.cpp:576] Paired devices count: 2
[2022-10-18 00:56:06.081] [Main] [trace] [AirPods.cpp:590] Device VendorId: '76', ProductId: '8212', doErase: true
[2022-10-18 00:56:06.082] [Main] [trace] [AirPods.cpp:590] Device VendorId: '1406', ProductId: '774', doErase: true
[2022-10-18 00:56:06.083] [Main] [info] [AirPods.cpp:596] AirPods devices count: 0 (filtered)
[2022-10-18 00:56:06.538] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -50
[2022-10-18 00:56:06.539] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:08.788] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -52
[2022-10-18 00:56:08.788] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:09.020] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:09.020] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:09.727] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -52
[2022-10-18 00:56:09.727] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:11.272] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -52
[2022-10-18 00:56:11.272] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:11.978] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -56
[2022-10-18 00:56:11.978] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:12.206] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -54
[2022-10-18 00:56:12.206] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:12.911] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -56
[2022-10-18 00:56:12.911] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:13.152] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 11 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -52
[2022-10-18 00:56:13.153] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:14.812] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 39 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -64
[2022-10-18 00:56:14.813] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:15.040] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 39 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -58
[2022-10-18 00:56:15.041] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:15.754] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 39 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:15.755] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:17.294] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 39 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -56
[2022-10-18 00:56:17.294] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:18.005] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 39 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -64
[2022-10-18 00:56:18.005] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:18.942] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -54
[2022-10-18 00:56:18.942] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:19.540] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -54
[2022-10-18 00:56:19.540] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:19.649] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:19.650] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:19.766] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -66
[2022-10-18 00:56:19.767] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:19.776] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -56
[2022-10-18 00:56:19.776] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:20.012] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -50
[2022-10-18 00:56:20.013] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:20.130] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:20.131] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:20.473] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:20.473] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:20.724] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -50
[2022-10-18 00:56:20.724] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:20.838] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:20.838] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:20.841] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:20.841] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:20.921] [Main] [trace] [MainWindow.cpp:595] OnAppStateChanged: 'Qt::ApplicationState::ApplicationInactive'
[2022-10-18 00:56:20.922] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'true', _isVisible == 'true'
[2022-10-18 00:56:20.961] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:20.961] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.065] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:21.065] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.076] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:21.076] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.183] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:21.184] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.302] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:21.303] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.314] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:21.315] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.546] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:21.546] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.657] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:21.657] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.661] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:21.661] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.900] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:21.900] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:21.903] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:21.903] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.016] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:22.016] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.132] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:22.133] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.374] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:22.374] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.483] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:22.484] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.600] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:22.600] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.613] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:22.613] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.721] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:22.721] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.730] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -52
[2022-10-18 00:56:22.730] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.848] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:22.849] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.966] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:22.966] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:22.969] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:22.969] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:23.075] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -52
[2022-10-18 00:56:23.075] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:23.198] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:23.198] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:23.308] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:23.309] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:23.544] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:23.545] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:23.665] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:23.666] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:23.793] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:23.793] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.014] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:24.015] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.024] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:24.024] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.144] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:24.145] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.149] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -56
[2022-10-18 00:56:24.149] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.257] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -56
[2022-10-18 00:56:24.257] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.369] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:24.369] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.732] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:24.733] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.735] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:24.736] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.847] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:24.848] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:24.850] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:24.850] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:25.095] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:25.095] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:25.205] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:25.206] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:25.316] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:25.316] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:25.432] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -56
[2022-10-18 00:56:25.433] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:25.564] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:25.564] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:25.678] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:25.678] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:25.792] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:25.792] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:26.156] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:26.157] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:26.159] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:26.160] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:26.613] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:26.614] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:26.628] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -44
[2022-10-18 00:56:26.628] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:26.740] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:26.740] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:26.747] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:26.747] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:26.853] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:26.854] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:27.098] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -46
[2022-10-18 00:56:27.098] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:27.100] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -54
[2022-10-18 00:56:27.101] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:27.213] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -54
[2022-10-18 00:56:27.213] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:27.215] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -58
[2022-10-18 00:56:27.216] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:27.681] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3701200013, RSSI: -48
[2022-10-18 00:56:27.681] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:28.159] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 1012567457, RSSI: -48
[2022-10-18 00:56:28.159] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:30.915] [Main] [trace] [MainWindow.cpp:648] MainWindow: Hide
[2022-10-18 00:56:30.915] [Main] [trace] [MainWindow.cpp:499] ControlAutoHideTimer: start == 'false', _isVisible == 'false'
[2022-10-18 00:56:32.408] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:32.408] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:32.417] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:32.417] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:32.520] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -58
[2022-10-18 00:56:32.520] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:32.764] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:56:32.764] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:32.773] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:32.773] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:32.889] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:32.889] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:32.892] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -58
[2022-10-18 00:56:32.892] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:32.994] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:32.994] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:33.003] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:33.003] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:33.118] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:33.118] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:33.121] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:56:33.121] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:33.232] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -60
[2022-10-18 00:56:33.232] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:33.480] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:56:33.480] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:33.589] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:33.589] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:33.826] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:33.826] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:34.063] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:34.063] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:34.297] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:34.297] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:34.422] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:34.422] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:34.653] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:34.653] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:34.767] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 04 fa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:34.767] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:34.773] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -62
[2022-10-18 00:56:34.773] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.005] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:35.005] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.244] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:35.244] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.479] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:35.479] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.606] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -60
[2022-10-18 00:56:35.606] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.714] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:35.714] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.721] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:35.721] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.837] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:35.837] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.947] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 0f 20 22 f4 8f 01 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2240321145, RSSI: -90
[2022-10-18 00:56:35.947] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.950] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:35.950] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:35.956] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:35.956] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.078] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:36.078] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.195] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -64
[2022-10-18 00:56:36.195] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.197] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -50
[2022-10-18 00:56:36.198] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.300] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:36.300] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.428] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:36.428] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.431] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 14 fa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:36.431] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.658] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 74 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:36.658] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.781] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:36.781] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:36.895] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 05 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -50
[2022-10-18 00:56:36.895] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:37.011] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:37.011] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:37.018] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -50
[2022-10-18 00:56:37.018] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:37.139] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -60
[2022-10-18 00:56:37.139] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:37.380] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:37.380] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:37.482] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:37.482] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:37.485] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:37.485] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:37.852] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:37.852] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:37.964] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:37.964] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:38.074] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:38.074] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:38.323] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:38.323] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:38.432] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:38.432] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:38.545] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:38.545] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:38.791] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -50
[2022-10-18 00:56:38.791] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:38.794] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -50
[2022-10-18 00:56:38.794] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:38.903] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:38.903] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:39.265] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:39.265] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:39.853] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:39.853] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:39.966] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:39.966] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:39.969] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:39.969] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:40.325] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:40.325] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:40.439] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:40.439] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:40.683] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:40.683] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:40.907] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:40.907] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:41.155] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -42
[2022-10-18 00:56:41.155] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:41.265] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -50
[2022-10-18 00:56:41.265] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:41.269] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:41.269] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:41.745] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:41.745] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:41.748] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:41.748] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:41.858] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -60
[2022-10-18 00:56:41.858] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:42.105] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:42.105] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:42.682] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:42.682] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:43.168] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:43.168] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:43.398] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 0f 20 22 f4 8f 01 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2240321145, RSSI: -92
[2022-10-18 00:56:43.399] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:43.638] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:43.638] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:45.397] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 71 aa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:45.398] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:46.938] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 11 aa af 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -62
[2022-10-18 00:56:46.938] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:47.656] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 71 aa 98 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:47.657] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:48.830] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 11 aa af 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:48.830] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:50.256] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 11 aa af 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -68
[2022-10-18 00:56:50.256] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:50.360] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa bf 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:50.360] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:51.660] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 39 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:51.661] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:51.663] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 39 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:51.664] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:51.774] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 39 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:51.774] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:51.900] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:51.900] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:52.019] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:52.020] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:52.136] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:52.136] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:52.257] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:52.257] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:52.377] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:52.377] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:52.724] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:52.724] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:52.728] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:52.729] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:52.836] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -50
[2022-10-18 00:56:52.837] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:53.427] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:53.427] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:53.429] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -60
[2022-10-18 00:56:53.430] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:53.676] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:53.676] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:53.678] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:56:53.679] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:53.784] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:53.785] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:54.032] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:54.032] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:54.034] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:54.034] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:54.257] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -50
[2022-10-18 00:56:54.257] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:54.374] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:54.374] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:54.503] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:54.503] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:54.508] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:54.509] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:54.726] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:54.727] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:54.730] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:54.730] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.094] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:55.095] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.097] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:56:55.098] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.207] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:56:55.207] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.210] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -60
[2022-10-18 00:56:55.210] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.319] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -48
[2022-10-18 00:56:55.319] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.452] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:56:55.452] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.566] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:55.567] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.570] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -58
[2022-10-18 00:56:55.570] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.678] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:55.678] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:55.796] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:55.796] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.036] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -50
[2022-10-18 00:56:56.036] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.145] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:56.145] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.148] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -50
[2022-10-18 00:56:56.148] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.397] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:56.397] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.504] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:56.504] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.508] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -54
[2022-10-18 00:56:56.508] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.618] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:56.618] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.620] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:56.621] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:56.987] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:56.987] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:57.099] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -44
[2022-10-18 00:56:57.099] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:57.209] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:57.209] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:57.457] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -50
[2022-10-18 00:56:57.457] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:57.680] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:57.680] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:57.925] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -62
[2022-10-18 00:56:57.925] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:57.928] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -50
[2022-10-18 00:56:57.928] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:58.039] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -60
[2022-10-18 00:56:58.039] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:58.042] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:58.042] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:58.154] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -50
[2022-10-18 00:56:58.154] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:58.282] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:56:58.282] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:58.285] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:58.285] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:58.395] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:58.395] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:58.400] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -58
[2022-10-18 00:56:58.400] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:58.629] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -60
[2022-10-18 00:56:58.629] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:59.100] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -56
[2022-10-18 00:56:59.100] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:59.102] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:56:59.103] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:59.347] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:56:59.347] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:59.350] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -62
[2022-10-18 00:56:59.350] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:59.572] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -50
[2022-10-18 00:56:59.572] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:59.694] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:56:59.694] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:56:59.808] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:56:59.808] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.050] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:57:00.050] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.172] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:57:00.172] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.293] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:57:00.293] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.399] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:57:00.399] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.403] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:57:00.403] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.529] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:57:00.529] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.532] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:57:00.532] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.763] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:57:00.763] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.875] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:57:00.875] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:00.993] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -50
[2022-10-18 00:57:00.993] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:01.237] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -54
[2022-10-18 00:57:01.237] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:01.469] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -56
[2022-10-18 00:57:01.469] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:01.474] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -52
[2022-10-18 00:57:01.474] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:01.583] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -50
[2022-10-18 00:57:01.583] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:01.816] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:57:01.816] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:02.534] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:57:02.534] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:03.715] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:57:03.715] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:04.658] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 32 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -58
[2022-10-18 00:57:04.658] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:06.544] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:57:06.544] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:07.255] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -48
[2022-10-18 00:57:07.255] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:07.852] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 15 aa b8 3a 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 3078486085, RSSI: -52
[2022-10-18 00:57:07.852] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
[2022-10-18 00:57:08.560] [Main] [trace] [AirPods.cpp:538] AirPods advertisement received. Data: 07 19 01 14 20 75 aa b8 3a 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Address Hash: 2063704316, RSSI: -46
[2022-10-18 00:57:08.560] [Main] [info] [AirPods.cpp:541] AirPods advertisement received, but device disconnected.
SpriteOvO commented 1 year ago

@corkysix8048 Thanks a lot. I will update the code to support AirPods Pro 2 later.

SpriteOvO commented 1 year ago

@corkysix8048 Hi, I pushed a commit and it should recognize the new AirPods Pro 2, but the animations will use the old AirPods for now, I'll update it later.

You can download the compiled installer for this commit from the GitHub Actions Artifact after it's done.

And feel free to reply to this issue if you have any questions. Thanks for your help!

steam3d commented 1 year ago

AirPods Pro 2 does not support Ear Detection on 5A377 firmware. Apple does not send useful data while AirPods Pro 2 connected to none Apple device. I studied their work for several days. I think this is due to a new feature from Apple that allows you to recognize fake headphones.

steam3d commented 1 year ago

You can use video from one of my users to visualize animation. https://user-images.githubusercontent.com/6955968/192115840-9712f3a7-29dc-492a-8eef-ca735b7f4230.MP4

ZhangWebber commented 1 year ago

@corkysix8048 My bad, the latest version did not record some necessary information, could you please install this unpublished version (Artifacts below) and post the log again? Thanks!

Awesome this is working. Can you quickly announce when you can release new version with this feature?

NylonDiamond commented 1 year ago

@stream3d

@corkysix8048 Hi, I pushed a commit and it should recognize the new AirPods Pro 2, but the animations will use the old AirPods for now, I'll update it later.

You can download the compiled installer for this commit from the GitHub Actions Artifact after it's done.

And feel free to reply to this issue if you have any questions. Thanks for your help!

The artifacts are expired. Can you provide a compiled version with airpod pro 2 support?

WD-J commented 1 year ago

Bumping this!!

brian-naz commented 1 year ago

Bump

diesal11 commented 1 year ago

I made a fork so i could run workflow myself, you can grab the artifacts here:

https://github.com/diesal11/AirPodsDesktop/actions/runs/5430778636

second2falcon commented 1 year ago

@diesal11 just tried it and they do get recognized, just not as the right product. They are displayed as AirPods Gen1/2.

@SpriteOvO is this expected?

Void48 commented 1 year ago

AirPodsPro1_2-CL_0.devicebundle.zip @SpriteOvO You can use the animations in the .zip for higher quality animations. They are the original files and I got them thanks to Filza (on iOS 16). I can also send the other animation files

SpriteOvO commented 1 year ago

@Void48 I've actually been using the original animation files extracted from the firmware. What really bothers me is dealing with these original files, as since a certain iOS version, all the old white background animations in the firmware have been replaced with video files encoded by h.265 (A.K.A. HEVC) with alpha channel, and for newly added product animations as well. As a result I got the following troubles:

This is one of the reasons why the project has been stalled for so long, I had gotten a little tired of trying to figure out how to deal with these animation files, so I moved on to my other projects.

Recently I took out time to try to solve this problem again, so I found an online provider who offers short-term use of the M1 bare metal server for €0.11/hour with a minimum purchase of 24 hours. Then I installed a trial version of Final Cut Pro on the bare metal server they provided, which eventually solved the problem with such a silly looking solution. ¯\(ツ)\

So that's the story. The new version will be released in a few hours and I apologize for the long delay.

Regarding the next step, I'll explore converting video in h.265 with alpha directly to video in non-h.265 but with alpha format on macOS.

Because Qt since 6.5 doesn't use native codecs anymore, but has built-in ffmpeg as a backend, this makes it possible to handle videos with alpha channels, and it eases the pain of porting the project to Linux, which is what I'm going to do next.

@Void48 Thanks for the files you provided anyway!

Void48 commented 1 year ago

@Void48 I've actually been using the original animation files extracted from the firmware. What really bothers me is dealing with these original files, as since a certain iOS version, all the old white background animations in the firmware have been replaced with video files encoded by h.265 (A.K.A. HEVC) with alpha channel, and for newly added product animations as well. As a result I got the following troubles:

  • No software other than that running on Apple products can process video encoded in h.265 with alpha. This includes ffmpeg, which can only handle h.265 and not h.265 with alpha.
  • I need to convert it to a .avi file with a white background because Qt doesn't support any processing of transparent video and it uses native codecs so it doesn't accept video formats like .mp4 .mov either.
  • I have iPhone and iPad, but on iOS and iPadOS I can't find any app that can add a solid color layer under a video to have a white background and export it. These apps just assume that users use them to make so-called movies, so they don't offer even simple but detailed functions like just adding a background layer :)
  • I tried installing macOS in VMware VM, and it wasn't an easy process, as it's obviously not an officially supported platform by Apple. Although the installation eventually worked, I tried to use software like Final Cut Pro to process videos, but these programs couldn't even open the video files because they aren't compatible with virtualized graphics card.

This is one of the reasons why the project has been stalled for so long, I had gotten a little tired of trying to figure out how to deal with these animation files, so I moved on to my other projects.

Recently I took out time to try to solve this problem again, so I found an online provider who offers short-term use of the M1 bare metal server for €0.11/hour with a minimum purchase of 24 hours. Then I installed a trial version of Final Cut Pro on the bare metal server they provided, which eventually solved the problem with such a silly looking solution. ¯_(ツ)_/¯

So that's the story. The new version will be released in a few hours and I apologize for the long delay.

Regarding the next step, I'll explore converting video in h.265 with alpha directly to video in non-h.265 but with alpha format on macOS.

Because Qt since 6.5 doesn't use native codecs anymore, but has built-in ffmpeg as a backend, this makes it possible to handle videos with alpha channels, and it eases the pain of porting the project to Linux, which is what I'm going to do next.

@Void48 Thanks for the files you provided anyway!

Ah ok! 👍🏻

SpriteOvO commented 1 year ago

Support for AirPods Pro 2 has been released in v0.4.0. I apologize for the long delay again.