mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #103] [CLOSED] WIP: [Linux] BLE FindMy #285
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#285
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/103
Author: @tim-gromeyer
Created: 4/18/2025
Status: ❌ Closed
Base:
main← Head:linux-ble-findmy📝 Commits (2)
f44592eBLE: Split parsing into new classf19e95cWIP: Add FindMy Paring (including battery)📊 Changes
5 files changed (+267 additions, -133 deletions)
View changed files
📝
linux/ble/CMakeLists.txt(+2 -0)📝
linux/ble/blemanager.cpp(+35 -82)📝
linux/ble/blemanager.h(+2 -51)➕
linux/ble/proximityparser.cpp(+139 -0)➕
linux/ble/proximityparser.h(+89 -0)📄 Description
WIP, bare-bones implementation of FindMy protocol parsing for the ble scanner.
Can't test, since FindMy is not set-up for my AirPods (airpods are the only apple device in my whole household)
FindMy includes battery info, but it's very vague. See https://github.com/furiousMAC/continuity/blob/master/messages/findmy.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.