Home
last modified time | relevance | path

Searched refs:connectable (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/bluez/plugins/
Dmgmtops.c66 gboolean connectable; member
188 static int mgmt_set_connectable(int index, gboolean connectable) in mgmt_set_connectable() argument
190 DBG("index %d connectable %d", index, connectable); in mgmt_set_connectable()
191 return mgmt_set_mode(index, MGMT_OP_SET_CONNECTABLE, connectable); in mgmt_set_connectable()
229 info->connectable = FALSE; in mgmt_update_powered()
243 else if (on_mode == MODE_CONNECTABLE && !info->connectable) in mgmt_update_powered()
248 if (info->connectable) in mgmt_update_powered()
303 if (info->connectable) in mgmt_discoverable()
335 info->connectable = ev->val ? TRUE : FALSE; in mgmt_connectable()
346 if (info->connectable) in mgmt_connectable()
[all …]
/external/bluetooth/bluez/
DTODO40 to define which connectable mode needs to be supported: Non-connectable,
41 directed connectable and undirected connectable. Basically, two connectable
DChangeLog221 Add fast connectable feature for Handsfree profile.
/external/chromium/chrome/browser/resources/options/chromeos/
Dinternet_network_element.js135 connectable: network[10] property
158 this.connectable = this.data.connectable;
Dinternet_options_page.css51 .network-item[connectable]:hover {
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc985 bool connectable, in GetNetwork() argument
1000 else if (!connectable) in GetNetwork()
1039 network->Append(Value::CreateBooleanValue(connectable)); in GetNetwork()
1067 ethernet_network->connectable(), in GetWiredList()
1104 (*it)->connectable(), in GetWirelessList()
1148 (*it)->connectable(), in GetWirelessList()
Dinternet_options_handler.h112 bool connectable,
/external/bluetooth/bluez/lib/bluetooth/
Dmgmt.h62 uint8_t connectable; member
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h297 bool connectable() const { return connectable_; } in connectable() function
384 void set_connectable(bool connectable) { connectable_ = connectable; } in set_connectable() argument
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu.cc406 if (!owner_->IsBrowserMode() && !wifi_networks[i]->connectable()) in InitMenuItems()
692 if (!vpn->connectable()) in InitMenuItems()
/external/bluetooth/bluez/doc/
Dadapter-api.txt231 appropiate connectable state.
/external/kernel-headers/original/linux/
Dfs.h1288 int connectable);