WebIDLpedia

AllowedBluetoothDevice dictionary

Definition

Web Bluetooth defines AllowedBluetoothDevice



dictionary AllowedBluetoothDevice {
  required DOMString deviceId;
  required boolean mayUseGATT;
  // An allowedServices of "all" means all services are allowed.
  required (DOMString or sequence<UUID>) allowedServices;
  required sequence<unsigned short> allowedManufacturerData;
};

Referring IDL interfaces/dictionaries