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

Enable BLE v2 support for iOS #1619

Open
Romoli-Gabriele opened this issue May 3, 2023 · 3 comments
Open

Enable BLE v2 support for iOS #1619

Romoli-Gabriele opened this issue May 3, 2023 · 3 comments
Assignees
Labels
P1 Priority 1 issue (will likely block a customer in the future) platform: apple An issue with the macOS or iOS implementation project: connections An issue with the Connections project

Comments

@Romoli-Gabriele
Copy link

here ask for all supported mediums but it returns only wifi lan
Screenshot 2023-05-03 alle 19 35 09
StartAdvertising with supported mediums: { WIFI_LAN }

@Romoli-Gabriele Romoli-Gabriele added needs-triage Issue still needs to be assigned, labeled and deduplicated type: question General questions (we may not have time to provide an answer) labels May 3, 2023
@bourdakos1
Copy link
Collaborator

bourdakos1 commented May 3, 2023

We currently have BLE disabled on iOS due to some bugs, but you can enable it by setting this flag to true:

@bourdakos1 bourdakos1 self-assigned this May 3, 2023
@bourdakos1 bourdakos1 added P1 Priority 1 issue (will likely block a customer in the future) platform: apple An issue with the macOS or iOS implementation project: connections An issue with the Connections project and removed type: question General questions (we may not have time to provide an answer) needs-triage Issue still needs to be assigned, labeled and deduplicated labels May 3, 2023
@bourdakos1 bourdakos1 changed the title How i can add the BLE to the enable mediums of connections on ios? Enable BLE v2 support for iOS May 3, 2023
@Grbson00
Copy link

Grbson00 commented Feb 3, 2024

Hello, I was wondering if there's any rough estimate for when this feature might be completed? I understand that these things can take time, but having a general idea would be helpful for planning purposes.

@bourdakos1
Copy link
Collaborator

bourdakos1 commented Feb 3, 2024

Unfortunately we don’t have a timeline yet. BLE is working pretty well between iOS devices, but there can be some discovery/connection issues with Android. We aren’t comfortable enough to enable for production, but we’ve exposed the flag in the library, so you can enable it and try it out for yourself using: “GNCFlags.enableBLEV2 = true”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 Priority 1 issue (will likely block a customer in the future) platform: apple An issue with the macOS or iOS implementation project: connections An issue with the Connections project
Projects
None yet
Development

No branches or pull requests

3 participants