Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 53) sorted by relevance

123

/AliOS-Things-master/components/amp/libjs/lib/
A Dwifi.js32 function disconnect() { function
33 return __native.WIFI.disconnect();
46 disconnect,
A Dnetmgr.js72 disconnect() { method in netMgr
73 var ret = __native.NETMGR.disconnect(this.dev_handler);
A Dnetwork.js88 disconnect() { method in netWork
89 var ret = __native.NETMGR.disconnect(this.dev_handler);
/AliOS-Things-master/components/amp-utility/python/
A Dnetwork.py57 def disconnect(self): member in NetWorkClient
61 nm.disconnect
/AliOS-Things-master/components/py_engine/framework/
A Dnetwork.py90 def disconnect(self): member in NetWorkClient
94 nm.disconnect()
/AliOS-Things-master/components/amp/jslib/src/
A Dnetmgr.js71 disconnect() { method in netMgr
72 var ret = NETMGR.disconnect(this.dev_handler);
A Dnetwork.js145 disconnect() { method in netWork
151 var ret = NETMGR.disconnect(this.dev_handler);
/AliOS-Things-master/components/amp/example-js/
A Dwifi.js17 WIFI.disconnect();
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dproxy.h18 int bt_mesh_proxy_prov_disable(bool disconnect);
/AliOS-Things-master/components/py_engine/tests/wipy/wlan/
A Dwlan.py94 wifi.disconnect()
101 wifi.disconnect()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_net.h38 int (*disconnect)(utils_network_pt); member
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/
A DREADME.md17 mpremote disconnect -- disconnect current device
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c470 DEBUG_printf("central_gap_event_cb: disconnect: reason=%d\n", event->disconnect.reason); in central_gap_event_cb()
471 reverse_addr_byte_order(addr, event->disconnect.conn.peer_id_addr.val); in central_gap_event_cb()
472 …onnected(MP_BLUETOOTH_IRQ_CENTRAL_DISCONNECT, event->disconnect.conn.conn_handle, event->disconnec… in central_gap_event_cb()
1196 DEBUG_printf("peripheral_gap_event_cb: reason=%d\n", event->disconnect.reason); in peripheral_gap_event_cb()
1197 reverse_addr_byte_order(addr, event->disconnect.conn.peer_id_addr.val); in peripheral_gap_event_cb()
1198 …ected(MP_BLUETOOTH_IRQ_PERIPHERAL_DISCONNECT, event->disconnect.conn.conn_handle, event->disconnec… in peripheral_gap_event_cb()
1488 … DEBUG_printf("l2cap_channel_event: disconnect: conn_handle=%d\n", event->disconnect.conn_handle); in l2cap_channel_event()
1489 ble_l2cap_get_chan_info(event->disconnect.chan, &info); in l2cap_channel_event()
1490 mp_bluetooth_on_l2cap_disconnect(event->disconnect.conn_handle, info.scid, info.psm, 0); in l2cap_channel_event()
/AliOS-Things-master/components/SDL2/src/audio/emscripten/
A DSDL_emscriptenaudio.c163 SDL2.capture.scriptProcessorNode.disconnect(); in EMSCRIPTENAUDIO_CloseDevice()
167 SDL2.capture.mediaStreamNode.disconnect(); in EMSCRIPTENAUDIO_CloseDevice()
176 SDL2.audio.scriptProcessorNode.disconnect(); in EMSCRIPTENAUDIO_CloseDevice()
/AliOS-Things-master/components/drivers/peripheral/wifi/include/aos/hal/
A Dwifi.h52 int (*disconnect)(netdev_t *dev);//stop ap or sta member
/AliOS-Things-master/components/drivers/peripheral/wifi/src/
A Dwifi.c211 if(dev && WIFI_DRIVER(dev) && WIFI_DRIVER(dev)->disconnect) { in hal_wifi_disconnect()
212 ret = WIFI_DRIVER(dev)->disconnect(dev); in hal_wifi_disconnect()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_hcd_if.h78 dwc_otg_hcd_disconnect_cb_t disconnect; member
A Ddwc_otg_pcd_if.h118 dwc_disconnect_cb_t disconnect; member
/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.h322 aiot_mqtt_disconnect_event_type_t disconnect; member
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dauth.c583 goto disconnect;
604 disconnect:
606 if (the_channel->disconnect)
607 the_channel->disconnect();
678 if (devfd >= 0 && the_channel->disconnect) { in link_terminated()
679 the_channel->disconnect(); in link_terminated()
A DPPPD_FOLLOWUP409 2015-03-01 - Suppress false error message on PPPoE disconnect
415 2015-03-01 - Send PADT on PPPoE disconnect
470 2015-08-14 - Merge branch 'send-padt-on-disconnect' of git://github.com/farnz/ppp
/AliOS-Things-master/components/py_engine/modules/mqtt/
A Dmodule_mqtt_client.c147 char *cause = (event->data.disconnect == in mqtt_event_handler()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/
A Dmodule_mqtt_client.c128 …char *cause = (event->data.disconnect == AIOT_MQTTDISCONNEVT_NETWORK_DISCONNECT) ? ("network disco… in mqtt_event_handler()
/AliOS-Things-master/solutions/rfid_demo/
A Drfid_demo.c68 …char *cause = (event->data.disconnect == AIOT_MQTTDISCONNEVT_NETWORK_DISCONNECT) ? ("network disco… in demo_mqtt_event_handler()
/AliOS-Things-master/solutions/flower_demo/
A Ddata_model_basic_demo.c71 …char *cause = (event->data.disconnect == AIOT_MQTTDISCONNEVT_NETWORK_DISCONNECT) ? ("network disco… in demo_mqtt_event_handler()

Completed in 35 milliseconds

123