This is a follow up post to iBeacons and Android: Parsing the UUID, Major and Minor values. The previous post covered BLE scanning on pre-lollipop devices. Android Lollipop has introduced new Bluetooth LE APIs. The code below covers the simple, but needed, change. The null on the last line can be replaced with a scan [...]