HomeSort by relevance Sort by last modified time
    Searched refs:mDescriptorList (Results 1 - 2 of 2) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 54 private final HashMap<Integer, BluetoothGattDescriptor> mDescriptorList;
79 mDescriptorList = new HashMap<Integer, BluetoothGattDescriptor>();
547 if (mDescriptorList.get(descriptorIndex) != null) {
548 mCharacteristicList.get(index).addDescriptor(mDescriptorList.get(descriptorIndex));
647 if (mDescriptorList.get(index) != null) {
648 return mDescriptorList.get(index).setValue(value);
    [all...]
GattClientFacade.java 56 private final HashMap<Integer, BluetoothGattDescriptor> mDescriptorList;
87 mDescriptorList = new HashMap<Integer, BluetoothGattDescriptor>();
    [all...]

Completed in 301 milliseconds