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

  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc 112 bool BluetoothAdapterWin::IsDiscovering() const {
146 bool was_discovering = IsDiscovering();
bluetooth_adapter_chromeos.cc 223 bool BluetoothAdapterChromeOS::IsDiscovering() const {
802 DCHECK(IsDiscovering());
832 DCHECK(IsDiscovering());
901 if (error_name == bluetooth_device::kErrorInProgress && IsDiscovering()) {

Completed in 66 milliseconds