Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java419 List<BluetoothGattService> gattServiceList = in gattClientReadCharacteristic() local
421 if (gattServiceList == null) { in gattClientReadCharacteristic()
424 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientReadCharacteristic()
479 List<BluetoothGattService> gattServiceList = in gattClientReadCharacteristicByIndex() local
481 if (gattServiceList == null) { in gattClientReadCharacteristicByIndex()
484 BluetoothGattService gattService = gattServiceList.get(serviceIndex); in gattClientReadCharacteristicByIndex()
514 List<BluetoothGattService> gattServiceList = in gattClientReadCharacteristicByInstanceId() local
516 if (gattServiceList == null) { in gattClientReadCharacteristicByInstanceId()
519 for (BluetoothGattService mGattService : gattServiceList) { in gattClientReadCharacteristicByInstanceId()
557 List<BluetoothGattService> gattServiceList = in gattClientWriteDescriptorByInstanceId() local
[all …]