HomeSort by relevance Sort by last modified time
    Searched defs:characteristic (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_descriptor_service_provider.cc 72 FakeBluetoothGattCharacteristicServiceProvider* characteristic = local
75 if (!characteristic) {
76 VLOG(1) << "GATT characteristic for descriptor does not exist: "
81 characteristic->service_path())) {
103 FakeBluetoothGattCharacteristicServiceProvider* characteristic = local
106 if (!characteristic) {
107 VLOG(1) << "GATT characteristic for descriptor does not exist: "
112 characteristic->service_path())) {
bluetooth_gatt_descriptor_client.h 20 // characteristic descriptor objects exposed by the Bluetooth daemon.
25 // The 128-bit characteristic descriptor UUID. [read-only]
28 // Object path of the GATT characteristic the descriptor belongs to.
30 dbus::Property<dbus::ObjectPath> characteristic; member in struct:chromeos::BluetoothGattDescriptorClient::Properties
38 // Interface for observing changes from a remote GATT characteristic
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_service_chromeos.cc 129 device::BluetoothGattCharacteristic* characteristic) {
165 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
167 DCHECK(characteristic->GetService() == this);
171 GattCharacteristicValueChanged(this, characteristic, value));
175 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
178 DCHECK(characteristic->GetService() == this);
179 DCHECK(descriptor->GetCharacteristic() == characteristic);
182 GattDescriptorAdded(characteristic, descriptor));
186 GattDescriptorRemoved(characteristic, descriptor));
190 BluetoothRemoteGattCharacteristicChromeOS* characteristic,
230 BluetoothRemoteGattCharacteristicChromeOS* characteristic = local
252 BluetoothRemoteGattCharacteristicChromeOS* characteristic = iter->second; local
    [all...]
bluetooth_gatt_chromeos_unittest.cc 48 // Compares GATT characteristic/descriptor values. Returns true, if the values
172 BluetoothGattCharacteristic* characteristic) OVERRIDE {
176 last_gatt_characteristic_id_ = characteristic->GetIdentifier();
177 last_gatt_characteristic_uuid_ = characteristic->GetUUID();
180 characteristic);
181 EXPECT_EQ(service, characteristic->GetService());
188 BluetoothGattCharacteristic* characteristic) OVERRIDE {
192 last_gatt_characteristic_id_ = characteristic->GetIdentifier();
193 last_gatt_characteristic_uuid_ = characteristic->GetUUID();
195 // The service should return NULL for this characteristic
689 BluetoothGattCharacteristic* characteristic = service->GetCharacteristic( local
783 BluetoothGattCharacteristic* characteristic = service->GetCharacteristic( local
854 BluetoothGattCharacteristic* characteristic = local
964 BluetoothGattCharacteristic *characteristic = service->GetCharacteristic( local
1012 BluetoothGattCharacteristic* characteristic = service->GetCharacteristic( local
1103 BluetoothGattCharacteristic* characteristic = service->GetCharacteristic( local
1253 BluetoothGattCharacteristic* characteristic = service->GetCharacteristic( local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 140 * Add a characteristic to this service.
143 * @param characteristic The characteristics to be added
144 * @return true, if the characteristic was added to the service
146 public boolean addCharacteristic(BluetoothGattCharacteristic characteristic) {
147 mCharacteristics.add(characteristic);
148 characteristic.setService(this);
153 * Get characteristic by UUID and instanceId.
157 for(BluetoothGattCharacteristic characteristic : mCharacteristics) {
158 if (uuid.equals(characteristic.getUuid())
159 && characteristic.getInstanceId() == instanceId
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerService.java 128 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); local
129 if (characteristic != null) return;
130 characteristic.setValue(writeValue);
194 BluetoothGattCharacteristic characteristic = local
196 if (characteristic == null) {
197 showMessage("Characteristic not found");
200 return characteristic;
204 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); local
205 if (characteristic == null) return null;
207 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID)
218 BluetoothGattCharacteristic characteristic = local
    [all...]
BleClientService.java 139 BluetoothGattCharacteristic characteristic; local
187 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); local
188 if (characteristic == null) return;
189 characteristic.setValue(writeValue);
190 mBluetoothGatt.writeCharacteristic(characteristic);
194 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); local
195 if (characteristic != null) mBluetoothGatt.readCharacteristic(characteristic);
211 BluetoothGattCharacteristic characteristic = getCharacteristic(UPDATE_CHARACTERISTIC_UUID); local
212 if (characteristic != null
294 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_api.cc 305 apibtle::Characteristic characteristic; local
308 GetExtension(), params->characteristic_id, &characteristic);
318 SetResult(apibtle::CharacteristicToValue(&characteristic).release());
513 // Obtain info on the characteristic and see whether or not the characteristic
515 apibtle::Characteristic characteristic; local
518 ->GetCharacteristic(GetExtension(), instance_id_, &characteristic);
528 SetResult(apibtle::CharacteristicToValue(&characteristic).release())
    [all...]
bluetooth_low_energy_event_router.cc 91 void PopulateCharacteristic(const BluetoothGattCharacteristic* characteristic,
92 apibtle::Characteristic* out) {
95 out->uuid = characteristic->GetUUID().canonical_value();
96 out->is_local = characteristic->IsLocal();
97 out->instance_id.reset(new std::string(characteristic->GetIdentifier()));
99 PopulateService(characteristic->GetService(), &out->service);
100 PopulateCharacteristicProperties(characteristic->GetProperties(),
103 const std::vector<uint8>& value = characteristic->GetValue();
118 PopulateCharacteristic(descriptor->GetCharacteristic(), &out->characteristic);
445 // Populate an API characteristic and add it to the return value
446 const BluetoothGattCharacteristic* characteristic = *iter; local
470 BluetoothGattCharacteristic* characteristic = local
502 BluetoothGattCharacteristic* characteristic = local
580 BluetoothGattCharacteristic* characteristic = local
620 BluetoothGattCharacteristic* characteristic = local
679 BluetoothGattCharacteristic* characteristic = local
1085 BluetoothGattCharacteristic* characteristic = *citer; local
1202 BluetoothGattCharacteristic* characteristic = local
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.9.2/
ddmlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.1/
ddmlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.2/
ddmlib-23.0.2.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 270 milliseconds