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

  /external/chromium_org/components/pairing/
bluetooth_host_pairing_controller.cc 379 device->RejectPairing();
385 device->RejectPairing();
392 device->RejectPairing();
399 device->RejectPairing();
406 device->RejectPairing();
420 device->RejectPairing();
bluetooth_controller_pairing_controller.cc 309 device->RejectPairing();
423 device->RejectPairing();
429 device->RejectPairing();
436 device->RejectPairing();
443 device->RejectPairing();
450 device->RejectPairing();
463 device->RejectPairing();
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 35 // delegate, the SetPinCode(), RejectPairing() and CancelPairing() method
56 // delegate, the SetPasskey(), RejectPairing() and CancelPairing() method
79 // from the current pairing delegate. The ConfirmPairing(), RejectPairing()
89 // RejectPairing() and CancelPairing() method calls on this object are
101 bool RejectPairing();
115 // Internal method to respond to the relevant callback for a RejectPairing
bluetooth_device_mac.h 51 virtual void RejectPairing() OVERRIDE;
bluetooth_device.h 92 // provide it, or RejectPairing() or CancelPairing() to reject or cancel
102 // call SetPasskey() on the device to provide it, or RejectPairing() or
150 // ConfirmPairing() on the device to confirm, RejectPairing() on the device
165 // (whether by user action or by default), RejectPairing() on the device to
320 virtual void RejectPairing() = 0;
bluetooth_device_win.h 57 virtual void RejectPairing() OVERRIDE;
bluetooth_device_chromeos.h 59 virtual void RejectPairing() OVERRIDE;
bluetooth_pairing_chromeos.cc 220 bool BluetoothPairingChromeOS::RejectPairing() {
bluetooth_device_win.cc 238 void BluetoothDeviceWin::RejectPairing() {
bluetooth_device_chromeos.cc 366 void BluetoothDeviceChromeOS::RejectPairing() {
370 pairing_->RejectPairing();
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 57 MOCK_METHOD0(RejectPairing, void());
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 132 device->RejectPairing();
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_api.cc 274 device->RejectPairing();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 350 device->RejectPairing();

Completed in 4041 milliseconds