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

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 39 // |kPropertyExtendedProperties| is a special property that, if present,
54 kPropertyExtendedProperties = 1 << 7,
105 // NOTE: Don't explicitly set |kPropertyExtendedProperties| in |properties|.
109 // |properties| has |kPropertyExtendedProperties| set, it will be ignored.
bluetooth_remote_gatt_characteristic_chromeos.cc 135 props |= kPropertyExtendedProperties;
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 546 Return(BluetoothGattCharacteristic::kPropertyExtendedProperties))
558 BluetoothGattCharacteristic::kPropertyExtendedProperties |
    [all...]
bluetooth_low_energy_event_router.cc 79 if (properties & BluetoothGattCharacteristic::kPropertyExtendedProperties) {
    [all...]

Completed in 174 milliseconds