Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c109 int disconnected; member
140 dev->disconnected = 0; in new_hid_device()
386 node->dev->disconnected = 1; in hid_device_removal_callback()
682 dev->disconnected = 1; in read_thread()
802 if (dev->disconnected) in set_report()
823 if (!dev->disconnected) { in set_report()
877 if (dev->shutdown_thread || dev->disconnected) in cond_wait()
920 if (dev->disconnected) { in hid_read_timeout()
1003 if (dev->disconnected) in hid_get_feature_report()
1036 if (!dev->disconnected) { in hid_close()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhfp_hf.h66 void (*disconnected)(struct bt_conn *conn); member
A Drfcomm.h57 void (*disconnected)(struct bt_rfcomm_dlc *dlc); member
A Dl2cap.h200 void (*disconnected)(struct bt_l2cap_chan *chan); member
A Dconn.h819 void (*disconnected)(struct bt_conn *conn, u8_t reason); member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Davdtp.c197 .disconnected = bt_avdtp_l2cap_disconnected, in bt_avdtp_connect()
230 .disconnected = bt_avdtp_l2cap_disconnected, in bt_avdtp_l2cap_accept()
A Dhfp_hf.c625 if (bt_hf->disconnected) { in hfp_hf_disconnected()
626 bt_hf->disconnected(conn); in hfp_hf_disconnected()
644 .disconnected = hfp_hf_disconnected, in bt_hfp_hf_accept()
A Drfcomm.c247 if (dlc->ops && dlc->ops->disconnected) { in rfcomm_dlc_destroy()
248 dlc->ops->disconnected(dlc); in rfcomm_dlc_destroy()
1570 .disconnected = rfcomm_disconnected, in rfcomm_session_new()
A Dl2cap.c260 if (ops->disconnected) { in bt_l2cap_chan_del()
261 ops->disconnected(chan); in bt_l2cap_chan_del()
2314 .disconnected = l2cap_disconnected, in l2cap_accept()
A Dsdp.c1394 .disconnected = bt_sdp_disconnected, in bt_sdp_accept()
1894 .disconnected = sdp_client_disconnected,
A Dconn.c155 if (cb->disconnected) { in notify_disconnected()
156 cb->disconnected(conn, conn->err); in notify_disconnected()
A Dl2cap_br.c1518 .disconnected = l2cap_br_disconnected, in l2cap_br_accept()
A Dsmp.c1659 .disconnected = bt_smp_br_disconnected, in bt_smp_br_accept()
5510 .disconnected = bt_smp_disconnected, in bt_smp_accept()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dbwifi_event.h118 BWIFI_EVENT_STAMODE_DISCONNECTED_T disconnected; /**< station disconnected to AP */ member
/AliOS-Things-master/components/uagent/src/
A Duagent_comm_mqtt.c127 if (mqtt_handle->disconnected == 0 && mqtt_handle->has_connected == 1) { in check_connect()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dprovisioner_prov.h108 void (*disconnected)(struct bt_conn *conn, u8_t reason); member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/
A Dmesh_hal_ble.c45 conn_callbacks.disconnected = cb->disconnected; in bt_mesh_conn_cb_register()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_mqtt.h244 uint8_t disconnected; member
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c160 static void disconnected(struct bt_conn *conn, u8_t reason) in disconnected() function
314 .disconnected = disconnected,
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_proxy.c675 .disconnected = proxy_prov_disconnected,
A Dproxy.c1392 .disconnected = proxy_disconnected,
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c2538 .disconnected = l2cap_disconnected,
2779 .disconnected = l2cap_bredr_disconnected,
2848 .disconnected = rfcomm_bredr_disconnected,
/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.c54 mqtt_handle->disconnected = 0; in _core_mqtt_connect_event_notify()
66 if (mqtt_handle->has_connected == 1 && mqtt_handle->disconnected == 0) { in _core_mqtt_disconnect_event_notify()
69 mqtt_handle->disconnected = 1; in _core_mqtt_disconnect_event_notify()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c1512 .disconnected = l2cap_disconnected,
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/
A DSDL_coreaudio.m837 /* Fire a callback if the device stops being "alive" (disconnected, etc). */

Completed in 74 milliseconds

12