Is ble.UUID() not supported in the XBee3 Micro with Digimesh?

I am trying to pass a hex address to connect to a specific ble service. When I read the documentation from Digi it says that I can make a UUID object by saying ble.UUID(0xBEEF). However even if I include the BLE library from DIGI, it tells me that a reference the uuid() cannot be found in the ble.pyi. Am I doing something incorrectly or is the documentation incorrect?

Thanks!

You may be on an older version of the firmware than the manual is written for or you have not imported the proper libraries into your code.