Searched refs:mDescriptorList (Results 1 – 2 of 2) sorted by relevance
54 private final HashMap<Integer, BluetoothGattDescriptor> mDescriptorList; field in GattServerFacade79 mDescriptorList = new HashMap<Integer, BluetoothGattDescriptor>(); in GattServerFacade()547 if (mDescriptorList.get(descriptorIndex) != null) { in gattServerCharacteristicAddDescriptor()548 mCharacteristicList.get(index).addDescriptor(mDescriptorList.get(descriptorIndex)); in gattServerCharacteristicAddDescriptor()647 if (mDescriptorList.get(index) != null) { in gattServerDescriptorSetByteValue()648 return mDescriptorList.get(index).setValue(value); in gattServerDescriptorSetByteValue()869 if (mDescriptorList.get(index) != null) { in gattServerDescriptorSetInstanceId()875 mDescriptorList.get(index), instanceId); in gattServerDescriptorSetInstanceId()927 mDescriptorList.put(index, descriptor); in gattServerCreateBluetoothGattDescriptor()
56 private final HashMap<Integer, BluetoothGattDescriptor> mDescriptorList; field in GattClientFacade87 mDescriptorList = new HashMap<Integer, BluetoothGattDescriptor>(); in GattClientFacade()