UUID Smali Regex

Written 2018-05-31

Tags:BLE Bluetooth 

This is just a note so that I don't have to type it every time. But if you...
egrep -i "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
it finds UUIDs. I use it to search for BLE UUIDs in smali disassembly.