Home | Sort by relevance Sort by last modified time |
/external/chromium_org/device/bluetooth/ | |
bluetooth_remote_gatt_descriptor_chromeos.cc | 63 return cached_value_; 117 cached_value_ = value; |
bluetooth_remote_gatt_descriptor_chromeos.h | 78 std::vector<uint8> cached_value_; member in class:chromeos::BluetoothRemoteGattDescriptorChromeOS |
bluetooth_remote_gatt_characteristic_chromeos.cc | 100 return cached_value_; 324 cached_value_ = value; 387 cached_value_ = value; 390 service_->NotifyCharacteristicValueChanged(this, cached_value_); |
bluetooth_remote_gatt_characteristic_chromeos.h | 137 std::vector<uint8> cached_value_; member in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS |