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 Object
- 
Constructor SummaryConstructors Constructor Description ShadowBluetoothGatt()
- 
Method SummaryModifier and Type Method Description protected booleanconnect()Overrides behavior ofBluetoothGatt.connect()to always return true.static BluetoothGattnewInstance(BluetoothDevice device)
- 
Constructor Details- 
ShadowBluetoothGattpublic ShadowBluetoothGatt()
 
- 
- 
Method Details- 
newInstance
- 
connectOverrides behavior ofBluetoothGatt.connect()to always return true.- Returns:
- true, unconditionally
 
 
-