tbrushwyler / Xamarin.BluetoothLE

MIT License
45 stars 27 forks source link

How to set Connection parameters for BLE device #21

Closed prachisg11 closed 4 years ago

prachisg11 commented 7 years ago

Can we specify connection parameters like connection interval, connection event, etc to increase the throughput of the BLE device, using Xamarin.BluetoothLE library? CharacteristicPropertyType do not have these properties.

tbrushwyler commented 4 years ago

No, these connection parameters must be set by the BLE peripheral. Android and iOS do not support setting these parameters from the central.