Searched refs:charList (Results 1 – 3 of 3) sorted by relevance
488 List<BluetoothGattCharacteristic> charList = gattService.getCharacteristics(); in gattClientReadCharacteristicByIndex() local489 if (charList.get(characteristicIndex) == null) { in gattClientReadCharacteristicByIndex()492 return bluetoothGatt.readCharacteristic(charList.get(characteristicIndex)); in gattClientReadCharacteristicByIndex()520 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientReadCharacteristicByInstanceId() local521 for (BluetoothGattCharacteristic mGattChar : charList) { in gattClientReadCharacteristicByInstanceId()563 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientWriteDescriptorByInstanceId() local564 for (BluetoothGattCharacteristic mGattChar : charList) { in gattClientWriteDescriptorByInstanceId()610 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientWriteCharacteristicByInstanceId() local611 for (BluetoothGattCharacteristic mGattChar : charList) { in gattClientWriteCharacteristicByInstanceId()655 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientModifyAccessAndWriteCharacteristicByInstanceId() local[all …]
203 List charList = new ArrayList(); in processDir() local209 charList.add(new Integer(c.charCode)); in processDir()211 Object [] sortedChars = charList.toArray(); in processDir()