Searched refs:connectable (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/bluez/plugins/ |
D | mgmtops.c | 66 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/ |
D | TODO | 40 to define which connectable mode needs to be supported: Non-connectable, 41 directed connectable and undirected connectable. Basically, two connectable
|
D | ChangeLog | 221 Add fast connectable feature for Handsfree profile.
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
D | internet_network_element.js | 135 connectable: network[10] property 158 this.connectable = this.data.connectable;
|
D | internet_options_page.css | 51 .network-item[connectable]:hover {
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 985 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()
|
D | internet_options_handler.h | 112 bool connectable,
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | mgmt.h | 62 uint8_t connectable; member
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.h | 297 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/ |
D | network_menu.cc | 406 if (!owner_->IsBrowserMode() && !wifi_networks[i]->connectable()) in InitMenuItems() 692 if (!vpn->connectable()) in InitMenuItems()
|
/external/bluetooth/bluez/doc/ |
D | adapter-api.txt | 231 appropiate connectable state.
|
/external/kernel-headers/original/linux/ |
D | fs.h | 1288 int connectable);
|