Searched defs:IsDiscovering (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_chromeos.cc226 bool BluetoothAdapterChromeOS::IsDiscovering() const { function in class:chromeos::BluetoothAdapterChromeOS
910 DCHECK(IsDiscovering());
940 DCHECK(IsDiscovering());
1009 if (error_name == bluetooth_device::kErrorInProgress && IsDiscovering()) {
H A Dbluetooth_adapter_win.cc112 bool BluetoothAdapterWin::IsDiscovering() const { function in class:device::BluetoothAdapterWin
146 bool was_discovering = IsDiscovering();

Completed in 63 milliseconds