Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:getCharacteristic

354                 getCharacteristic(CHARACTERISTIC_UUID).setValue(WRITE_VALUE.getBytes());
589 private BluetoothGattCharacteristic getCharacteristic(UUID uuid) {
590 BluetoothGattCharacteristic characteristic = mService.getCharacteristic(uuid);
600 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID);
829 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID);
1105 BluetoothGattCharacteristic characteristic = descriptor.getCharacteristic();
1117 mGattServer.notifyCharacteristicChanged(mDevice, descriptor.getCharacteristic(), false);
1120 mGattServer.notifyCharacteristicChanged(mDevice, descriptor.getCharacteristic(), true);