Home
last modified time | relevance | path

Searched defs:gattService (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java424 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientReadCharacteristic() local
484 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientReadCharacteristicByIndex() local
1081 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientReadDescriptor() local
1127 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientReadDescriptorByIndex() local
1173 BluetoothGattService gattService = discoveredServiceList.get(serviceIndex); in gattClientWriteDescriptor() local
1217 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientWriteDescriptorByIndex() local
1265 BluetoothGattService gattService = discoveredServiceList.get(serviceIndex); in gattClientDescriptorSetValue() local
1312 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientDescriptorSetValueByIndex() local
1356 BluetoothGattService gattService = discoveredServiceList.get(serviceIndex); in gattClientWriteCharacteristic() local
1393 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientWriteCharacteristicByIndex() local
[all …]