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

Use PHY_LE_M1 as defautl also in non-legacy mode #103

Open
philips77 opened this issue Jan 3, 2024 · 0 comments
Open

Use PHY_LE_M1 as defautl also in non-legacy mode #103

philips77 opened this issue Jan 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@philips77
Copy link
Member

primaryPhy = settings.primaryPhy ?: if (settings.legacyMode) {
BleGattPrimaryPhy.PHY_LE_1M
} else {
BleGattPrimaryPhy.PHY_LE_CODED
},

The above could just default to PHY_LE_M1 if not set.

@philips77 philips77 added the enhancement New feature or request label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant