Searched refs:mCharacteristicList (Results 1 – 2 of 2) sorted by relevance
53 private final HashMap<Integer, BluetoothGattCharacteristic> mCharacteristicList; field in GattServerFacade78 mCharacteristicList = new HashMap<Integer, BluetoothGattCharacteristic>(); in GattServerFacade()231 BluetoothGattCharacteristic bluetoothCharacteristic = mCharacteristicList.get( in gattServerNotifyCharacteristicChanged()274 for (BluetoothGattCharacteristic mGattChar : mCharacteristicList.values()) { in gattServerNotifyCharacteristicChangedByInstanceId()317 && mCharacteristicList.get(characteristicIndex) != null) { in gattServiceAddCharacteristic()319 .addCharacteristic(mCharacteristicList.get(characteristicIndex)); in gattServiceAddCharacteristic()323 } else if (mCharacteristicList.get(characteristicIndex) == null) { in gattServiceAddCharacteristic()344 if (mCharacteristicList.get(characteristicIndex) != null) { in gattServerAddCharacteristicToService()345 mGattServiceList.get(index).addCharacteristic(mCharacteristicList.get( in gattServerAddCharacteristicToService()472 BluetoothGattCharacteristic gattChar = mCharacteristicList.get(charIndex); in gattServerGetCharacteristicUuid()[all …]
55 private final HashMap<Integer, BluetoothGattCharacteristic> mCharacteristicList; field in GattClientFacade85 mCharacteristicList = new HashMap<Integer, BluetoothGattCharacteristic>(); in GattClientFacade()