HomeSort by relevance Sort by last modified time
    Searched refs:bluetoothGatt (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothGatt.java 10 import android.bluetooth.BluetoothGatt;
17 @Implements(value = BluetoothGatt.class, minSdk = JELLY_BEAN_MR2)
22 public static BluetoothGatt newInstance(BluetoothDevice device) {
27 BluetoothGatt bluetoothGatt;
29 bluetoothGatt =
31 BluetoothGatt.class,
41 bluetoothGatt =
43 BluetoothGatt.class,
49 bluetoothGatt
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBluetoothGattTest.java 7 import android.bluetooth.BluetoothGatt;
23 BluetoothGatt bluetoothGatt = ShadowBluetoothGatt.newInstance(bluetoothDevice);
24 assertThat(bluetoothGatt).isNotNull();
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 22 import android.bluetooth.BluetoothGatt;
54 private final HashMap<Integer, BluetoothGatt> mBluetoothGattList;
86 mBluetoothGattList = new HashMap<Integer, BluetoothGatt>();
94 * Create a BluetoothGatt connection
105 * @return the index of the BluetoothGatt object
121 BluetoothGatt mBluetoothGatt = device.connectGatt(mService.getApplicationContext(),
132 * Trigger discovering of services on the BluetoothGatt object
134 * @param index The BluetoothGatt object index
138 @Rpc(description = "Trigger discovering of services on the BluetoothGatt object")
149 * Trigger discovering of services by UUID on the BluetoothGatt objec
    [all...]

Completed in 254 milliseconds