Skip to content

Commit

Permalink
Minor docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Nov 10, 2024
1 parent 0b2225b commit 81e72c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ import SpeziViews
///
/// ### Match against discovery information
/// - ``matches(name:advertisementData:)``
///
/// ### Accessory Setup Kit
/// - ``apply(to:)``
/// - ``matches(descriptor:)``
public struct DeviceVariantCriteria {
let aspects: [DescriptorAspect]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ Convert a SpeziBluetooth ``DiscoveryCriteria`` into its AccessorySetupKit `ASDis
Convert a SpeziBluetooth ``ManufacturerIdentifier`` into its AccessorySetupKit `ASBluetoothCompanyIdentifier` representation.

- ``ManufacturerIdentifier/bluetoothCompanyIdentifier``


### Device Variant Criteria

Apply a SpeziBluetooth ``DeviceVariantCriteria`` to a AccessorySetupKit `ASDiscoveryDescriptor`.

- ``DeviceVariantCriteria/apply(to:)``
- ``DeviceVariantCriteria/matches(descriptor:)``

0 comments on commit 81e72c0

Please sign in to comment.