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