WebIDLpedia

BluetoothDeviceEventHandlers interface mixin

Definition

Web Bluetooth defines BluetoothDeviceEventHandlers



[SecureContext]
interface mixin BluetoothDeviceEventHandlers {
  attribute EventHandler onadvertisementreceived;
  attribute EventHandler ongattserverdisconnected;
};

Referring IDL interfaces/dictionaries