mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
This change has 2 parts: - adding `BluetoothPickDeviceRequest`, similar to other request structs used to communicate with the embedder. - switch from a `Vec<String>` that expected 2 * <device count> strings to `Vec<BluetoothDeviceDescription>` which is easier to reason about. Testing: Manual testing with a build that has the `native-bluetooth` feature enabled. --------- Signed-off-by: webbeef <me@webbeef.org>