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