<?xml version="1.0"?>
<doc>
    <assembly>
        <name>YourPhone.Connectivity.Bluetooth.Shims</name>
    </assembly>
    <members>
        <member name="P:YourPhone.Connectivity.Bluetooth.Shims.IBluetoothDevice.DeviceInformation">
            <summary>
            Gets the device information for the device. May be <c>null</c> even for a successfully
            created device: the underlying
            <see cref="P:Windows.Devices.Bluetooth.BluetoothDevice.DeviceInformation"/> is built
            best-effort and a construction failure is swallowed. Always null-check, and rebuild
            from <see cref="P:YourPhone.Connectivity.Bluetooth.Shims.IBluetoothDevice.DeviceId"/> via the device-information factory when needed.
            </summary>
        </member>
        <member name="P:YourPhone.Connectivity.Bluetooth.Shims.IBluetoothLEDevice.DeviceInformation">
            <summary>
            Gets the device information for the device. May be <c>null</c> even for a successfully
            created device: the underlying
            <see cref="P:Windows.Devices.Bluetooth.BluetoothLEDevice.DeviceInformation"/> is built
            best-effort and a construction failure is swallowed. Always null-check, and rebuild
            from <see cref="P:YourPhone.Connectivity.Bluetooth.Shims.IBluetoothLEDevice.DeviceId"/> via the device-information factory when needed.
            </summary>
        </member>
    </members>
</doc>
