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

  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 51 virtual void SetPasskey(uint32 passkey) OVERRIDE;
bluetooth_device_win.h 51 virtual void SetPasskey(uint32 passkey) OVERRIDE;
bluetooth_device.h 95 // call SetPasskey() on the device to provide it, or RejectPairing() or
303 virtual void SetPasskey(uint32 passkey) = 0;
bluetooth_device_win.cc 152 void BluetoothDeviceWin::SetPasskey(uint32 passkey) {
bluetooth_device_chromeos.h 52 virtual void SetPasskey(uint32 passkey) OVERRIDE;
209 // SetPinCode() and SetPasskey().
bluetooth_device_chromeos.cc 313 void BluetoothDeviceChromeOS::SetPasskey(uint32 passkey) {
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 58 MOCK_METHOD1(SetPasskey, void(uint32));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 290 device->SetPasskey(passkey);

Completed in 43 milliseconds