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