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

  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 53 virtual void RejectPairing() OVERRIDE;
bluetooth_device_win.h 53 virtual void RejectPairing() OVERRIDE;
bluetooth_device.h 85 // provide it, or RejectPairing() or CancelPairing() to reject or cancel
95 // call SetPasskey() on the device to provide it, or RejectPairing() or
147 // ConfirmPairing() on the device to confirm, RejectPairing() on the device
310 virtual void RejectPairing() = 0;
bluetooth_device_win.cc 160 void BluetoothDeviceWin::RejectPairing() {
bluetooth_device_chromeos.h 54 virtual void RejectPairing() OVERRIDE;
bluetooth_chromeos_unittest.cc     [all...]
bluetooth_device_chromeos.cc 329 void BluetoothDeviceChromeOS::RejectPairing() {
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 60 MOCK_METHOD0(RejectPairing, void());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 322 device->RejectPairing();

Completed in 2144 milliseconds