Home
last modified time | relevance | path

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

/external/chromium_org/device/bluetooth/
Dbluetooth_gatt_characteristic.h55 kPropertyReliableWrite = 1 << 8, enumerator
Dbluetooth_remote_gatt_characteristic_chromeos.cc137 props |= kPropertyReliableWrite; in GetProperties()
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
Dbluetooth_low_energy_apitest.cc547 .WillOnce(Return(BluetoothGattCharacteristic::kPropertyReliableWrite)) in IN_PROC_BROWSER_TEST_F()
559 BluetoothGattCharacteristic::kPropertyReliableWrite | in IN_PROC_BROWSER_TEST_F()
Dbluetooth_low_energy_event_router.cc83 if (properties & BluetoothGattCharacteristic::kPropertyReliableWrite) in PopulateCharacteristicProperties()