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