HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 176 - 200 of 614) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c 416 * If there's no candidate APs, disconnect.
439 { /* Handover with the current AP already failed, Disconnect */
478 { /* Disconnect the BSS, there are no more APs to roam to */
642 * APs to roam to. Disconnect the BSS and retrun to IDLE state.
679 * Send Disconnect event and return to IDLE state.
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr_autoSM.c 416 * If there's no candidate APs, disconnect.
439 { /* Handover with the current AP already failed, Disconnect */
478 { /* Disconnect the BSS, there are no more APs to roam to */
636 * APs to roam to. Disconnect the BSS and retrun to IDLE state.
673 * Send Disconnect event and return to IDLE state.
  /external/bluetooth/bluez/
ChangeLog 44 Fix issue with disconnect event on higher protocol layers.
69 Add support for handling unanswered AVDTP request on disconnect.
278 Add support for more detailed usage of disconnect watches.
292 Fix Serial.Disconnect to abort connection attempt.
376 Fix auto-disconnect issue with explicit A2DP connections.
502 Fix AVCTP disconnect handling.
667 Add disconnect timer for audio service.
668 Add disconnect detection to ALSA plugin.
675 Add support for input connect/disconnect callbacks.
679 Add basic headset automatic disconnect support
    [all...]
  /external/bluetooth/bluez/network/
connection.c 74 guint watch; /* Disconnect watch */
219 info("Network: disconnect %s", nc->peer->path);
551 { "Disconnect", "", "", connection_disconnect },
  /external/chromium/net/socket/
socket_test_util.h 270 virtual void Disconnect();
302 // True if Connect completed successfully and Disconnect hasn't been called.
360 virtual void Disconnect();
  /external/tcpdump/
print-l2tp.c 54 #define L2TP_MSGTYPE_CDN 14 /* Call-Disconnect-Notify */
116 #define L2TP_AVP_PPP_DISCON_CC 46 /* PPP Disconnect Cause Code */
441 printf("%04x, ", EXTRACT_16BITS(ptr)); ptr++; /* Disconnect Code */
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 41 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
535 void WpaGui::disconnect() function in class:WpaGui
539 ctrlRequest("DISCONNECT", reply, &reply_len);
  /frameworks/base/obex/javax/obex/
ClientSession.java 184 public HeaderSet disconnect(HeaderSet header) throws IOException { method in class:ClientSession
221 * An OBEX DISCONNECT reply from the server:
403 * if this is called on a CONNECT, SETPATH or DISCONNECT return
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConnApi.h 112 /* 9 */ ROAMING_TRIGGER_AP_DISCONNECT, /**< AP disconnect (de-authenticate or disassociate) */
315 * From the moment this function was called, any roaming event would cause disconnect.
321 * \brief AP-Connection disconnect
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcSecureElement.cpp 471 /* Disconnect */
492 /* Disconnect Status */
495 LOGE("\n> Disconnect SE ERROR \n" );
  /system/wlan/ti/wilink_6_1/Txn/
SdioBusDrv.c 261 * \brief Disconnect SDIO driver
263 * Called by TxnQ. Disconnect the SDIO driver.
276 /* Disconnect SDIO driver */
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConnApi.h 112 /* 9 */ ROAMING_TRIGGER_AP_DISCONNECT, /**< AP disconnect (de-authenticate or disassociate) */
314 * From the moment this function was called, any roaming event would cause disconnect.
320 * \brief AP-Connection disconnect
  /external/libnfc-nxp/src/
phHal4Nfc.h 162 * Disconnect callback type provided by upper layer to called on completion
163 * of disconnect call \ref phHal4Nfc_Disconnect.
563 * successfully. The session ends with a successful disconnect
690 * The function allows to disconnect from a specific Remote Device. This
707 * disconnect success/error.
713 * \retval NFCSTATUS_PENDING Disconnect initiated.pDscntCallback
    [all...]
  /external/bluetooth/bluez/test/
btiotest.c 487 { "disconnect", 'D', 0, G_OPTION_ARG_INT, &opt_disconn,
488 "Disconnect connection after N seconds" },
  /external/bluetooth/bluez/tools/
ciptool.c 414 { "release", "disconnect", cmd_release, "[bdaddr]", "Disconnect the remote device" },
  /external/bluetooth/hcidump/
ChangeLog 21 Fix device disconnect handling.
143 Clear L2CAP states when receiving the HCI disconnect.
  /external/dropbear/
sshpty.c 276 /* First disconnect from the old controlling tty. */
296 "Failed to disconnect from controlling tty.\n");
svr-auth.c 120 /* TODO - disconnect here */
334 /* XXX - send disconnect ? */
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 243 fatal("Failed to disconnect PPPoE socket: %d %m", errno);
433 disconnect: &PPPOEDisconnectDevice,
  /external/quake/quake/src/WinQuake/
cl_demo.cpp 177 // write a disconnect message to the demo file
284 // disconnect from server
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 129 /** Initiate disconnect from an A2DP sink.
131 * disconnect is completed.
  /hardware/ti/wlan/wl1271/Txn/
WspiBusDrv.c 249 * \brief Disconnect SDIO driver
251 * Called by TxnQ. Disconnect the SDIO driver.
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
HttpsURLConnectionImpl.java 105 public void disconnect() { method in class:HttpsURLConnectionImpl
106 httpsEngine.disconnect();
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HttpsURLConnectionTest.java 474 * @see java.net.HttpURLConnection#disconnect()
476 public void disconnect() { method in class:MyHttpsURLConnection

Completed in 1294 milliseconds

1 2 3 4 5 6 78 91011>>