Skip to content

Commit

Permalink
Updated L2CAPSocket.close()
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Apr 28, 2023
1 parent 144b85b commit 9b0a2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Bluetooth/L2CAPSocket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public protocol L2CAPSocket {
var securityLevel: SecurityLevel { get async throws }

/// Close socket.
func close() async throws
func close() async

/// Creates a new socket connected to the remote address specified.
static func lowEnergyClient(
Expand Down
2 changes: 1 addition & 1 deletion Tests/BluetoothTests/L2CAPSocket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ internal actor TestL2CAPSocket: L2CAPSocket {

// MARK: - Methods

func close() async throws {
func close() async {

}

Expand Down

0 comments on commit 9b0a2d0

Please sign in to comment.