Home
last modified time | relevance | path

Searched refs:kPropertyNone (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_gatt_characteristic.h46 kPropertyNone = 0, enumerator
Dbluetooth_remote_gatt_characteristic_chromeos.cc115 Properties props = kPropertyNone; in GetProperties()
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
Dbluetooth_low_energy_apitest.cc81 BluetoothGattCharacteristic::kPropertyNone;
535 .WillOnce(Return(BluetoothGattCharacteristic::kPropertyNone)) in IN_PROC_BROWSER_TEST_F()
Dbluetooth_low_energy_event_router.cc57 if (properties == BluetoothGattCharacteristic::kPropertyNone) in PopulateCharacteristicProperties()