[PR #103] [CLOSED] WIP: [Linux] BLE FindMy #285

Closed
opened 2026-03-02 12:40:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/103
Author: @tim-gromeyer
Created: 4/18/2025
Status: Closed

Base: mainHead: linux-ble-findmy


📝 Commits (2)

  • f44592e BLE: Split parsing into new class
  • f19e95c WIP: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/103 **Author:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Created:** 4/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `linux-ble-findmy` --- ### 📝 Commits (2) - [`f44592e`](https://github.com/kavishdevar/librepods/commit/f44592e3fa7b413e2db00a0e40d9628c82cd6a49) BLE: Split parsing into new class - [`f19e95c`](https://github.com/kavishdevar/librepods/commit/f19e95c992e53d08ad9e323b9d58ab3c3a10cc79) WIP: Add FindMy Paring (including battery) ### 📊 Changes **5 files changed** (+267 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:40:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#285
No description provided.