Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java321 protected BluetoothGatt connectGatt( in connectGatt() method in ShadowBluetoothDevice
324 return connectGatt(callback); in connectGatt()
328 protected BluetoothGatt connectGatt( in connectGatt() method in ShadowBluetoothDevice
331 return connectGatt(callback); in connectGatt()
335 protected BluetoothGatt connectGatt( in connectGatt() method in ShadowBluetoothDevice
343 return connectGatt(callback); in connectGatt()
346 private BluetoothGatt connectGatt(BluetoothGattCallback callback) { in connectGatt() method in ShadowBluetoothDevice
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothDeviceTest.java175 bluetoothDevice.connectGatt( in connectGatt_doesntCrash()
186 bluetoothDevice.connectGatt( in connectGatt_withTransport_doesntCrash()
199 bluetoothDevice.connectGatt( in connectGatt_withTransportPhy_doesntCrash()
213 bluetoothDevice.connectGatt( in connectGatt_withTransportPhyHandler_doesntCrash()
241 device.connectGatt( in canGetBluetoothGatts()
244 device.connectGatt( in canGetBluetoothGatts()
258 device.connectGatt(ApplicationProvider.getApplicationContext(), false, callback); in connectGatt_setsBluetoothGattCallback()
271 device.connectGatt(ApplicationProvider.getApplicationContext(), false, callback); in canSimulateGattConnectionChange()
/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/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
DBluetoothGattClientSnippet.java78 bluetoothGattClient = remoteDevice.connectGatt(context, false, gattCallback); in bleConnectGatt()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java121 BluetoothGatt mBluetoothGatt = device.connectGatt(mService.getApplicationContext(), in gattClientConnectGatt()