HomeSort by relevance Sort by last modified time
    Searched refs:kPropertyRead (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 48 kPropertyRead = 1 << 1,
66 // example, a characteristic may have the property |kPropertyRead| to make
bluetooth_remote_gatt_characteristic_chromeos.cc 123 props |= kPropertyRead;
bluetooth_gatt_chromeos_unittest.cc     [all...]
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 65 BluetoothGattCharacteristic::kPropertyRead |
73 BluetoothGattCharacteristic::kPropertyRead |
537 .WillOnce(Return(BluetoothGattCharacteristic::kPropertyRead))
552 BluetoothGattCharacteristic::kPropertyRead |
    [all...]
bluetooth_low_energy_event_router.cc 62 if (properties & BluetoothGattCharacteristic::kPropertyRead)
    [all...]

Completed in 306 milliseconds