Home
last modified time | relevance | path

Searched refs:connection_monitor_started_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_device_chromeos.cc131 connection_monitor_started_(false), in BluetoothDeviceChromeOS()
237 return connection_monitor_started_ ? properties->connection_rssi.value() in GetRSSI()
247 return IsConnected() && connection_monitor_started_ in GetCurrentHostTransmitPower()
686 connection_monitor_started_ = true; in OnStartConnectionMonitor()
Dbluetooth_device_chromeos.h183 bool connection_monitor_started_; variable
/external/chromium_org/chromeos/dbus/
Dfake_bluetooth_device_client.h253 bool connection_monitor_started_; variable
Dfake_bluetooth_device_client.cc224 connection_monitor_started_(false) { in FakeBluetoothDeviceClient()
469 connection_monitor_started_ = true; in StartConnectionMonitor()
477 connection_monitor_started_ = false; in StopConnectionMonitor()