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

  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 54 virtual void CancelPairing() OVERRIDE;
bluetooth_device_win.h 54 virtual void CancelPairing() OVERRIDE;
bluetooth_device.h 85 // provide it, or RejectPairing() or CancelPairing() to reject or cancel
96 // CancelPairing() to reject or cancel the request.
148 // to reject or CancelPairing() on the device to cancel authentication
285 // After calling Connect, CancelPairing should be called to cancel the pairing
314 virtual void CancelPairing() = 0;
bluetooth_device_win.cc 164 void BluetoothDeviceWin::CancelPairing() {
bluetooth_device_chromeos.h 55 virtual void CancelPairing() OVERRIDE;
bluetooth_device_chromeos.cc 333 void BluetoothDeviceChromeOS::CancelPairing() {
335 // have to send a CancelPairing() to the device instead.
338 CancelPairing(
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 61 MOCK_METHOD0(CancelPairing, void());
  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.h 172 virtual void CancelPairing(const dbus::ObjectPath& object_path,
fake_bluetooth_device_client.h 69 virtual void CancelPairing(const dbus::ObjectPath& object_path,
bluetooth_device_client.cc 257 virtual void CancelPairing(const dbus::ObjectPath& object_path,
fake_bluetooth_device_client.cc 502 void FakeBluetoothDeviceClient::CancelPairing(
506 VLOG(1) << "CancelPairing: " << object_path.value();
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 314 device->CancelPairing();

Completed in 310 milliseconds