Home
last modified time | relevance | path

Searched defs: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
450 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadUsingCharacteristicUuid() local
475 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadCharacteristicByIndex() local
510 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadCharacteristicByInstanceId() local
553 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientWriteDescriptorByInstanceId() local
600 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientWriteCharacteristicByInstanceId() local
645 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientModifyAccessAndWriteCharacteristicByInstanceId() local
692 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientWriteInvalidCharacteristicByInstanceId() local
731 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientModifyAccessAndReadCharacteristicByInstanceId() local
776 BluetoothGatt bluetoothGatt = mBluetoothGattList.get(gattIndex); in gattClientReadInvalidCharacteristicByInstanceId() local
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothGattTest.java23 BluetoothGatt bluetoothGatt = ShadowBluetoothGatt.newInstance(bluetoothDevice); in canCreateBluetoothGattViaNewInstance() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothGatt.java27 BluetoothGatt bluetoothGatt; in newInstance() local