Type Alias BluetoothServiceUUID

Source
pub(crate) type BluetoothServiceUUID = BluetoothServiceUUID;

Aliased Type§

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

Variants§

§

String(DOMString)

§

UnsignedLong(u32)