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

  /external/chromium_org/device/bluetooth/
bluetooth_out_of_band_pairing_data.h 12 const size_t kBluetoothOutOfBandPairingDataSize = 16;
19 uint8 hash[kBluetoothOutOfBandPairingDataSize];
22 uint8 randomizer[kBluetoothOutOfBandPairingDataSize];
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 555 tmp_data->GetSize() == device::kBluetoothOutOfBandPairingDataSize);
558 device::kBluetoothOutOfBandPairingDataSize);
562 tmp_data->GetSize() == device::kBluetoothOutOfBandPairingDataSize);
565 device::kBluetoothOutOfBandPairingDataSize);
588 device::kBluetoothOutOfBandPairingDataSize);
591 device::kBluetoothOutOfBandPairingDataSize);
bluetooth_apitest.cc 121 device::kBluetoothOutOfBandPairingDataSize);
123 device::kBluetoothOutOfBandPairingDataSize);

Completed in 66 milliseconds