Searched defs:CancelPairing (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.cc225 bool BluetoothPairingChromeOS::CancelPairing() { function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_device_win.cc242 void BluetoothDeviceWin::CancelPairing() { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc373 void BluetoothDeviceChromeOS::CancelPairing() { function in class:chromeos::BluetoothDeviceChromeOS
378 if (pairing_.get() && pairing_->CancelPairing())
381 // If not we have to send an explicit CancelPairing() to the device instead.
386 CancelPairing(
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_device_client.cc455 void FakeBluetoothDeviceClient::CancelPairing( function in class:chromeos::FakeBluetoothDeviceClient
459 VLOG(1) << "CancelPairing: " << object_path.value();

Completed in 285 milliseconds