Skip to content

Conversation

@Linqa2
Copy link
Owner

@Linqa2 Linqa2 commented Dec 28, 2025

Add System-Connected Peripherals Retrieval

Adds retrieveConnectedPeripherals(withServices:timeout:) method to BluetoothCentral for connecting to peripherals that are already connected at the system level by other apps or services.

Key Implementation Details:

• Uses CBCentralManager.retrieveConnectedPeripherals(withServices:) under the hood
• Best-effort approach: Logs failures for individual peripherals but continues processing the rest
• Returns array of successfully connected ConnectedPeripheral objects

@Linqa2 Linqa2 merged commit 5d16cb9 into main Dec 28, 2025
1 check passed
@Linqa2 Linqa2 deleted the retrieve_connected_peripherals branch December 28, 2025 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants