Home
last modified time | relevance | path

Searched refs:connectGatt (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java128 protected BluetoothGatt connectGatt( in connectGatt() method in ShadowBluetoothDevice
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java97 bluetoothDevice.connectGatt( in connectGatt_doesntCrash()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java121 BluetoothGatt mBluetoothGatt = device.connectGatt(mService.getApplicationContext(), in gattClientConnectGatt()