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

  /external/bluetooth/bluez/lib/bluetooth/
mgmt.h 62 uint8_t connectable; member in struct:mgmt_rp_read_info
  /external/bluetooth/bluez/plugins/
mgmtops.c 66 gboolean connectable; member in struct:controller_info
188 static int mgmt_set_connectable(int index, gboolean connectable)
190 DBG("index %d connectable %d", index, connectable);
191 return mgmt_set_mode(index, MGMT_OP_SET_CONNECTABLE, connectable);
229 info->connectable = FALSE;
243 else if (on_mode == MODE_CONNECTABLE && !info->connectable)
248 if (info->connectable)
303 if (info->connectable)
322 error("Too small connectable event")
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 295 // Is this network connectable. Currently, this is mainly used by 802.1x
297 bool connectable() const { return connectable_; } function in class:chromeos::Network
384 void set_connectable(bool connectable) { connectable_ = connectable; }
    [all...]

Completed in 61 milliseconds