Home
last modified time | relevance | path

Searched refs:characteristic (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java103 BluetoothGattCharacteristic characteristic,
106 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
112 BluetoothGattCharacteristic characteristic) {
113 broadcastUpdate(ACTION_DATA_AVAILABLE, characteristic);
123 final BluetoothGattCharacteristic characteristic) { in broadcastUpdate() argument
129 if (UUID_HEART_RATE_MEASUREMENT.equals(characteristic.getUuid())) { in broadcastUpdate()
130 int flag = characteristic.getProperties(); in broadcastUpdate()
139 final int heartRate = characteristic.getIntValue(format, 1); in broadcastUpdate()
144 final byte[] data = characteristic.getValue(); in broadcastUpdate()
277 public void readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() argument
[all …]
DDeviceControlActivity.java126 final BluetoothGattCharacteristic characteristic =
128 final int charaProp = characteristic.getProperties();
137 mBluetoothLeService.readCharacteristic(characteristic);
140 mNotifyCharacteristic = characteristic;
142 characteristic, true);
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt41 alien - j. being or from or characteristic of another place or part of the world
139 characteristic - n. a distinguishing quality
386 feudal - j. of or relating to or characteristic of feudalism
400 foreign - j. relating to or originating in or characteristic of another place or part of the world
539 juvenile - j. of or relating to or characteristic of or appropriate for children or young people
602 mentality - n. a habitual or characteristic mental attitude that determines how you will interpret …
608 metropolitan - j. relating to or characteristic of a densely populated urban area
718 philharmonic - j. composing or characteristic of an orchestral group
790 provincial - j. characteristic of the provinces or their people
851 rural - j. living in or characteristic of farming or country life
[all …]