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

  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 76 discovery_request_pending_(false),
735 if (!discovering && !discovery_request_pending_
898 if (discovery_request_pending_) {
911 DCHECK(!discovery_request_pending_);
921 discovery_request_pending_ = true;
941 DCHECK(!discovery_request_pending_);
948 if (discovery_request_pending_) {
    [all...]
bluetooth_adapter_chromeos.h 245 bool discovery_request_pending_; member in class:chromeos::BluetoothAdapterChromeOS

Completed in 791 milliseconds