Package org.robolectric.shadows
Class ShadowBluetoothGatt
- java.lang.Object
-
- org.robolectric.shadows.ShadowBluetoothGatt
-
@Implements(value=android.bluetooth.BluetoothGatt.class, minSdk=18) public class ShadowBluetoothGatt extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShadowBluetoothGatt()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanconnect()Overrides behavior ofBluetoothGatt.connect()to always return true.static android.bluetooth.BluetoothGattnewInstance(android.bluetooth.BluetoothDevice device)
-