I'm trying scan for BLE devices with specific Services UUID. I can get the GATT Services values from GATT Services in hex format. For example 0x1822
is the assigned number for Pulse Oximeter Service. Now I need to convert the hex value to UUID format for example 0x1822
become 0000180f-0000-1000-8000-00805f9b34fb
Edit-8/27/2019: I have found Bluetooth GATT Services & Characteristics repository that contains all GATT services and characteristics