pub(crate) type BluetoothPermissionDescriptor = BluetoothPermissionDescriptor;
Aliased Type§
struct BluetoothPermissionDescriptor {
pub parent: PermissionDescriptor,
pub acceptAllDevices: bool,
pub deviceId: Option<DOMString>,
pub filters: Option<Vec<BluetoothLEScanFilterInit>>,
pub optionalServices: Vec<StringOrUnsignedLong>,
}
Fields§
§parent: PermissionDescriptor
§acceptAllDevices: bool
§deviceId: Option<DOMString>
§filters: Option<Vec<BluetoothLEScanFilterInit>>
§optionalServices: Vec<StringOrUnsignedLong>