bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static BluetoothAdvertisingEventInit create(@Nonnull BluetoothDevice device)
@JsProperty(name="appearance") int appearance()
@JsProperty void setAppearance(int appearance)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit appearance(int appearance)
@JsProperty(name="device") @Nonnull BluetoothDevice device()
@JsProperty
void setDevice(@Nonnull
BluetoothDevice device)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit device(@Nonnull BluetoothDevice device)
@JsProperty(name="manufacturerData") BluetoothManufacturerDataMap manufacturerData()
@JsProperty
void setManufacturerData(@Nonnull
BluetoothManufacturerDataMap manufacturerData)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit manufacturerData(@Nonnull BluetoothManufacturerDataMap manufacturerData)
@JsProperty(name="name") java.lang.String name()
@JsProperty
void setName(@Nonnull
java.lang.String name)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit name(@Nonnull java.lang.String name)
@JsProperty(name="rssi") byte rssi()
@JsProperty void setRssi(byte rssi)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit rssi(byte rssi)
@JsProperty(name="serviceData") BluetoothServiceDataMap serviceData()
@JsProperty
void setServiceData(@Nonnull
BluetoothServiceDataMap serviceData)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit serviceData(@Nonnull BluetoothServiceDataMap serviceData)
@JsProperty(name="txPower") byte txPower()
@JsProperty void setTxPower(byte txPower)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit txPower(byte txPower)
@JsProperty(name="uuids") JsArray<StringOrUnsignedLongUnion> uuids()
@JsProperty
void setUuids(@Nonnull
JsArray<StringOrUnsignedLongUnion> uuids)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit uuids(@Nonnull JsArray<StringOrUnsignedLongUnion> uuids)
@JsOverlay
default void setUuids(@Nonnull
StringOrUnsignedLongUnion... uuids)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit uuids(@Nonnull StringOrUnsignedLongUnion... uuids)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit bubbles(boolean bubbles)
@JsOverlay @Nonnull default BluetoothAdvertisingEventInit cancelable(boolean cancelable)
cancelable in interface EventInit@JsOverlay @Nonnull default BluetoothAdvertisingEventInit composed(boolean composed)