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