Searched refs:mCharacteristicList (Results 1 – 2 of 2) sorted by relevance
54 private final HashMap<Integer, BluetoothGattCharacteristic> mCharacteristicList; field in GattServerFacade79 mCharacteristicList = new HashMap<Integer, BluetoothGattCharacteristic>(); in GattServerFacade()226 …BluetoothGattCharacteristic bluetoothCharacteristic = mCharacteristicList.get(characteristicIndex); in gattServerNotifyCharacteristicChanged()264 && mCharacteristicList.get(characteristicIndex) != null) { in gattServiceAddCharacteristic()266 .addCharacteristic(mCharacteristicList.get(characteristicIndex)); in gattServiceAddCharacteristic()270 } else if (mCharacteristicList.get(characteristicIndex) == null) { in gattServiceAddCharacteristic()291 if (mCharacteristicList.get(characteristicIndex) != null) { in gattServerAddCharacteristicToService()292 mGattServiceList.get(index).addCharacteristic(mCharacteristicList.get(characteristicIndex)); in gattServerAddCharacteristicToService()382 if (mCharacteristicList.get(index) != null) { in gattServerCharacteristicAddDescriptor()384 mCharacteristicList.get(index).addDescriptor(mDescriptorList.get(descriptorIndex)); in gattServerCharacteristicAddDescriptor()[all …]
56 private final HashMap<Integer, BluetoothGattCharacteristic> mCharacteristicList; field in GattClientFacade84 mCharacteristicList = new HashMap<Integer, BluetoothGattCharacteristic>(); in GattClientFacade()