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