Skip to content

How do I enable the Android Connection Priority when connecting to a BLE device? #1446

Answered by aritchie
powerteqtpitman asked this question in Q&A
Discussion options

You must be logged in to vote
IPeripheral peripheral; // discovered peripheral
#if ANDROID
peripheral.Connect(new AndroidConnectionConfig(
    ConnectionPriority = Android.Bluetooth.GattConnectionPriority.High
));
#endif

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@powerteqtpitman
Comment options

Answer selected by powerteqtpitman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants