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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc112 bool BluetoothAdapterWin::IsDiscovering() const { function in class:device::BluetoothAdapterWin
146 bool was_discovering = IsDiscovering();
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()) {

Completed in 1144 milliseconds