Unity-Android-Bluetooth-Low-Energy icon indicating copy to clipboard operation
Unity-Android-Bluetooth-Low-Energy copied to clipboard

iBeacon support

Open Gatolino opened this issue 1 year ago • 1 comments

Hey guys!

Is it possible to use this implementation to detect iBeacon devices ? Specially to detect its distance ?

Gatolino avatar Jan 03 '25 17:01 Gatolino

If it's a BLE device then yes, it should be able to pick it up. We didn't implement anything specific for it, but if it supports the basic BLE characteristics then it should work fine.

If you want to pick up the distance using RSSI, only the newer (unstable/beta) version supports it. In the main releases there's no RSSI support.

Velorexe avatar Jan 04 '25 23:01 Velorexe