Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java1168 List<BluetoothGattService> discoveredServiceList = in gattClientWriteDescriptor() local
1170 if (discoveredServiceList == null) { in gattClientWriteDescriptor()
1173 BluetoothGattService gattService = discoveredServiceList.get(serviceIndex); in gattClientWriteDescriptor()
1260 List<BluetoothGattService> discoveredServiceList = in gattClientDescriptorSetValue() local
1262 if (discoveredServiceList == null) { in gattClientDescriptorSetValue()
1265 BluetoothGattService gattService = discoveredServiceList.get(serviceIndex); in gattClientDescriptorSetValue()
1351 List<BluetoothGattService> discoveredServiceList = in gattClientWriteCharacteristic() local
1353 if (discoveredServiceList == null) { in gattClientWriteCharacteristic()
1356 BluetoothGattService gattService = discoveredServiceList.get(serviceIndex); in gattClientWriteCharacteristic()
1544 List<BluetoothGattService> discoveredServiceList = in gattClientCharacteristicSetValue() local
[all …]