Searched defs:BluetoothPairingChromeOS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h15 // The BluetoothPairingChromeOS class encapsulates the logic for an individual
19 class BluetoothPairingChromeOS { class in namespace:chromeos
21 BluetoothPairingChromeOS(
24 ~BluetoothPairingChromeOS();
141 DISALLOW_COPY_AND_ASSIGN(BluetoothPairingChromeOS);
H A Dbluetooth_pairing_chromeos.cc37 BluetoothPairingChromeOS::BluetoothPairingChromeOS( function in class:chromeos::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
[all...]

Completed in 192 milliseconds