pablojimenezmateo / GodotAndroidBluetoothPlugin

Android Studio project for GodotAndroidBluetooth
35 stars 5 forks source link

Get manufacturer data and duplicate devices - and set scan latency #6

Closed IanBUK closed 9 months ago

IanBUK commented 9 months ago

Allow the consuming class to get and set the scanning period.

Set the scan mode to SCAN_MODE_LOW_LATENCY. This changed the repeated discovery time of my BLE device from an average of around 450ms to an average of 66ms.

pablojimenezmateo commented 9 months ago

That is awesome! Thanks!