You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xDripG5/BluetoothManager.swift
+27-7Lines changed: 27 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,24 @@ import Foundation
11
11
12
12
13
13
protocolBluetoothManagerDelegate:class{
14
+
15
+
/**
16
+
Tells the delegate that the bluetooth manager has finished connecting to and discovering all required services of its peripheral, or that it failed to do so
17
+
18
+
- parameter manager: The bluetooth manager
19
+
- parameter error: An error describing why bluetooth setup failed
0 commit comments