Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java415 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadCharacteristic() local
416 if (bluetoothGatt == null) { in gattClientReadCharacteristic()
433 return bluetoothGatt.readCharacteristic(gattCharacteristic); in gattClientReadCharacteristic()
450 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadUsingCharacteristicUuid() local
451 if (bluetoothGatt == null) { in gattClientReadUsingCharacteristicUuid()
455 return bluetoothGatt.readUsingCharacteristicUuid(cUuid, startHandle, endHandle); in gattClientReadUsingCharacteristicUuid()
475 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadCharacteristicByIndex() local
476 if (bluetoothGatt == null) { in gattClientReadCharacteristicByIndex()
492 return bluetoothGatt.readCharacteristic(charList.get(characteristicIndex)); in gattClientReadCharacteristicByIndex()
510 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadCharacteristicByInstanceId() local
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothGatt.java27 BluetoothGatt bluetoothGatt; in newInstance() local
29 bluetoothGatt = in newInstance()
41 bluetoothGatt = in newInstance()
49 bluetoothGatt = in newInstance()
57 bluetoothGatt = in newInstance()
63 return bluetoothGatt; in newInstance()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothGattTest.java23 BluetoothGatt bluetoothGatt = ShadowBluetoothGatt.newInstance(bluetoothDevice); in canCreateBluetoothGattViaNewInstance() local
24 assertThat(bluetoothGatt).isNotNull(); in canCreateBluetoothGattViaNewInstance()