HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothPairingChromeOS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 15 // The BluetoothPairingChromeOS class encapsulates the logic for an individual
19 class BluetoothPairingChromeOS {
21 BluetoothPairingChromeOS(
24 ~BluetoothPairingChromeOS();
141 DISALLOW_COPY_AND_ASSIGN(BluetoothPairingChromeOS);
bluetooth_pairing_chromeos.cc 37 BluetoothPairingChromeOS::BluetoothPairingChromeOS(
43 VLOG(1) << "Created BluetoothPairingChromeOS for "
47 BluetoothPairingChromeOS::~BluetoothPairingChromeOS() {
48 VLOG(1) << "Destroying BluetoothPairingChromeOS for "
75 void BluetoothPairingChromeOS::RequestPinCode(
87 bool BluetoothPairingChromeOS::ExpectingPinCode() const {
91 void BluetoothPairingChromeOS::SetPinCode(const std::string& pincode) {
106 void BluetoothPairingChromeOS::DisplayPinCode(const std::string& pincode)
    [all...]

Completed in 33 milliseconds