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