Function bluetooth::test::create_device_with_uuids

source ยท
fn create_device_with_uuids(
    adapter: &BluetoothAdapter,
    name: String,
    address: String,
    uuids: Vec<String>,
) -> Result<BluetoothDevice, Box<dyn Error>>