Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cbPeripheral getter public #14

Open
martin-maierhuber-AP opened this issue Jul 9, 2024 · 0 comments
Open

Make cbPeripheral getter public #14

martin-maierhuber-AP opened this issue Jul 9, 2024 · 0 comments

Comments

@martin-maierhuber-AP
Copy link

Hey, thanks for the great push forward to a more modern BLE implementation!

I have an issue when using typealias for CBPeripheral, when using another modules function that require a CBPeripheral. The typealias then results in a conflict. The SwiftBluetooth.Peripheral has a property cbPeripheral but its getter is internal. For compatibility reasons, please make that getter public to retain compatibility with other libraries or modules.

Thanks,
Martin

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

No branches or pull requests

1 participant