mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #80] [MERGED] [Linux] BLE monitor app #267
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/80
Author: @tim-gromeyer
Created: 3/9/2025
Status: ✅ Merged
Merged: 3/24/2025
Merged by: @kavishdevar
Base:
main← Head:linux-ble-monitor-app📝 Commits (10+)
4438cda[Linux] BLE monitor app6fa8b5d[Linux] ble - fix charging state was inverted2e52eb3Fix AirPods model id4bb19a8Fix device model bytes switcheda6eb62bAdd more colors5b5a62fUpdate9e40e6eShow more infocb625d0Remove old devices06f7b6bAdd connection state033e0beFix case battery level📊 Changes
7 files changed (+759 additions, -0 deletions)
View changed files
📝
.gitignore(+1 -0)➕
linux/ble/CMakeLists.txt(+29 -0)➕
linux/ble/blemanager.cpp(+172 -0)➕
linux/ble/blemanager.h(+89 -0)➕
linux/ble/blescanner.cpp(+397 -0)➕
linux/ble/blescanner.h(+61 -0)➕
linux/ble/main.cpp(+10 -0)📄 Description
This is a simple test app that shows all BLE ads from Airpods in the environment.
Things not working:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.