pub(crate) type BluetoothDescriptorUUID = BluetoothDescriptorUUID;
pub(crate) enum BluetoothDescriptorUUID { String(DOMString), UnsignedLong(u32), }