/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 109 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 D | hfp_hf.h | 66 void (*disconnected)(struct bt_conn *conn); member
|
A D | rfcomm.h | 57 void (*disconnected)(struct bt_rfcomm_dlc *dlc); member
|
A D | l2cap.h | 200 void (*disconnected)(struct bt_l2cap_chan *chan); member
|
A D | conn.h | 819 void (*disconnected)(struct bt_conn *conn, u8_t reason); member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | avdtp.c | 197 .disconnected = bt_avdtp_l2cap_disconnected, in bt_avdtp_connect() 230 .disconnected = bt_avdtp_l2cap_disconnected, in bt_avdtp_l2cap_accept()
|
A D | hfp_hf.c | 625 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 D | rfcomm.c | 247 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 D | l2cap.c | 260 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 D | sdp.c | 1394 .disconnected = bt_sdp_disconnected, in bt_sdp_accept() 1894 .disconnected = sdp_client_disconnected,
|
A D | conn.c | 155 if (cb->disconnected) { in notify_disconnected() 156 cb->disconnected(conn, conn->err); in notify_disconnected()
|
A D | l2cap_br.c | 1518 .disconnected = l2cap_br_disconnected, in l2cap_br_accept()
|
A D | smp.c | 1659 .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 D | bwifi_event.h | 118 BWIFI_EVENT_STAMODE_DISCONNECTED_T disconnected; /**< station disconnected to AP */ member
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_comm_mqtt.c | 127 if (mqtt_handle->disconnected == 0 && mqtt_handle->has_connected == 1) { in check_connect()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | provisioner_prov.h | 108 void (*disconnected)(struct bt_conn *conn, u8_t reason); member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/ |
A D | mesh_hal_ble.c | 45 conn_callbacks.disconnected = cb->disconnected; in bt_mesh_conn_cb_register()
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_mqtt.h | 244 uint8_t disconnected; member
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 160 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 D | provisioner_proxy.c | 675 .disconnected = proxy_prov_disconnected,
|
A D | proxy.c | 1392 .disconnected = proxy_disconnected,
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/ |
A D | bt.c | 2538 .disconnected = l2cap_disconnected, 2779 .disconnected = l2cap_bredr_disconnected, 2848 .disconnected = rfcomm_bredr_disconnected,
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_mqtt_api.c | 54 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 D | bt.c | 1512 .disconnected = l2cap_disconnected,
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 837 /* Fire a callback if the device stops being "alive" (disconnected, etc). */
|