-
public final class Connect extends BleClientOperation
Connect to device and perform service discovery
-
-
Field Summary
Fields Modifier and Type Field Description private final BluetoothDevicedeviceprivate final Contextcontext
-
Constructor Summary
Constructors Constructor Description Connect(BluetoothDevice device, Context context)
-
Method Summary
Modifier and Type Method Description BluetoothDevicegetDevice()final ContextgetContext()-
-
Constructor Detail
-
Connect
Connect(BluetoothDevice device, Context context)
-
-
Method Detail
-
getDevice
BluetoothDevice getDevice()
-
getContext
final Context getContext()
-
-
-
-