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: core/api/core.api
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,10 +173,21 @@ public final class com/juul/kable/Peripheral$DefaultImpls {
173
173
}
174
174
175
175
public final class com/juul/kable/PeripheralKt {
176
-
public static final fun peripheral (Lkotlinx/coroutines/CoroutineScope;Landroid/bluetooth/BluetoothDevice;)Lcom/juul/kable/Peripheral;
176
+
public static final fun peripheral (Lkotlinx/coroutines/CoroutineScope;Landroid/bluetooth/BluetoothDevice;Lcom/juul/kable/Transport;Lcom/juul/kable/Phy;)Lcom/juul/kable/Peripheral;
177
177
public static final fun peripheral (Lkotlinx/coroutines/CoroutineScope;Landroid/bluetooth/BluetoothDevice;Lcom/juul/kable/WriteNotificationDescriptor;)Lcom/juul/kable/Peripheral;
178
178
public static final fun peripheral (Lkotlinx/coroutines/CoroutineScope;Lcom/juul/kable/Advertisement;)Lcom/juul/kable/Peripheral;
179
+
public static final fun peripheral (Lkotlinx/coroutines/CoroutineScope;Lcom/juul/kable/Advertisement;Lcom/juul/kable/Transport;Lcom/juul/kable/Phy;)Lcom/juul/kable/Peripheral;
179
180
public static final fun peripheral (Lkotlinx/coroutines/CoroutineScope;Lcom/juul/kable/Advertisement;Lcom/juul/kable/WriteNotificationDescriptor;)Lcom/juul/kable/Peripheral;
181
+
public static synthetic fun peripheral$default (Lkotlinx/coroutines/CoroutineScope;Landroid/bluetooth/BluetoothDevice;Lcom/juul/kable/Transport;Lcom/juul/kable/Phy;ILjava/lang/Object;)Lcom/juul/kable/Peripheral;
182
+
public static synthetic fun peripheral$default (Lkotlinx/coroutines/CoroutineScope;Lcom/juul/kable/Advertisement;Lcom/juul/kable/Transport;Lcom/juul/kable/Phy;ILjava/lang/Object;)Lcom/juul/kable/Peripheral;
183
+
}
184
+
185
+
public final class com/juul/kable/Phy : java/lang/Enum {
186
+
public static final field Le1M Lcom/juul/kable/Phy;
187
+
public static final field Le2M Lcom/juul/kable/Phy;
188
+
public static final field LeCoded Lcom/juul/kable/Phy;
189
+
public static fun valueOf (Ljava/lang/String;)Lcom/juul/kable/Phy;
190
+
public static fun values ()[Lcom/juul/kable/Phy;
180
191
}
181
192
182
193
public final class com/juul/kable/ScanFailedException : java/lang/IllegalStateException {
@@ -265,6 +276,14 @@ public final class com/juul/kable/State$Disconnecting : com/juul/kable/State {
265
276
public static final field INSTANCE Lcom/juul/kable/State$Disconnecting;
266
277
}
267
278
279
+
public final class com/juul/kable/Transport : java/lang/Enum {
280
+
public static final field Auto Lcom/juul/kable/Transport;
281
+
public static final field BrEdr Lcom/juul/kable/Transport;
282
+
public static final field Le Lcom/juul/kable/Transport;
283
+
public static fun valueOf (Ljava/lang/String;)Lcom/juul/kable/Transport;
284
+
public static fun values ()[Lcom/juul/kable/Transport;
285
+
}
286
+
268
287
public final class com/juul/kable/WriteNotificationDescriptor : java/lang/Enum {
269
288
public static final field Always Lcom/juul/kable/WriteNotificationDescriptor;
270
289
public static final field Auto Lcom/juul/kable/WriteNotificationDescriptor;
message ="'writeObserveDescriptor' parameter is no longer used and is handled automatically by 'observe' function. 'writeObserveDescriptor' argument will be removed in a future release.",
@@ -68,11 +122,13 @@ public fun CoroutineScope.peripheral(
0 commit comments