Skip to content

Commit

Permalink
Update docs catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jun 25, 2024
1 parent 9644307 commit 4ba8359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SpeziBluetooth/CoreBluetooth/BluetoothManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ import OSLog
/// - ``nearbyPeripherals``
/// - ``scanNearbyDevices(discovery:minimumRSSI:advertisementStaleInterval:autoConnect:)``
/// - ``stopScanning()``
/// - ``SwiftUI/View/scanNearbyDevices(enabled:with:discovery:minimumRSSI:advertisementStaleInterval:autoConnect:)``
/// - ``SwiftUI/View/autoConnect(enabled:with:discovery:minimumRSSI:advertisementStaleInterval:)``
///
/// ### Retrieving known Peripherals
/// - ``retrievePeripheral(for:with:)``
Expand Down
2 changes: 2 additions & 0 deletions Sources/SpeziBluetooth/SpeziBluetooth.docc/SpeziBluetooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ due to their async nature.

- ``SwiftUI/View/scanNearbyDevices(enabled:with:minimumRSSI:advertisementStaleInterval:autoConnect:)``
- ``SwiftUI/View/autoConnect(enabled:with:minimumRSSI:advertisementStaleInterval:)``
- ``SwiftUI/EnvironmentValues/minimumRSSI``
- ``SwiftUI/EnvironmentValues/advertisementStaleInterval``
- ``ConnectedDevices``

### Declaring a Bluetooth Device
Expand Down

0 comments on commit 4ba8359

Please sign in to comment.