HomeSort by relevance Sort by last modified time
    Searched refs:connectable (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseSettings.java 108 * Returns whether the advertisement will indicate connectable.
202 * Set whether the advertisement type should be connectable or non-connectable.
204 * @param connectable Controls whether the advertisment type will be connectable (true)
205 * or non-connectable (false).
207 public Builder setConnectable(boolean connectable) {
208 mConnectable = connectable;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 49 * connectable: boolean,
93 connectable: true,
101 connectable: true,
109 connectable: true,
177 connectable: true,
235 connectable: true,
332 connectable: true,
internet_options_handler.cc 73 const char kNetworkInfoKeyConnectable[] = "connectable";
320 network->connectable());
    [all...]
  /external/chromium_org/chromeos/network/
network_state.h 79 bool connectable() const { return connectable_; } function in class:chromeos::NetworkState
network_connection_handler.cc 304 // Connect immediately to 'connectable' networks.
305 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
306 if (network && network->connectable() && network->type() != shill::kTypeVPN) {
388 bool connectable = false; local
390 shill::kConnectableProperty, &connectable);
393 // been recently configured), we need to check Connectable again.
394 if (connectable && type != shill::kTypeVPN) {
395 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
487 // The network may not be 'Connectable' because the TPM properties are not
535 // 'Connectable' is false. If |check_error_state| is true, signal a
    [all...]
network_util.cc 173 onc_dictionary->SetBoolean("connectable", (*it)->connectable());
network_state.cc 200 connectable());
  /external/chromium_org/apps/shell/browser/
shell_network_controller_chromeos.cc 134 if (!state->connectable())
152 VLOG(1) << "Didn't find any connectable networks";
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc 1319 bool connectable = false; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 642 BOOLEAN connectable; /* If TRUE page scan should be enabled */ member in struct:__anon5871
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1212 milliseconds