/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | err.c | 60 ENOTCONN, /* ERR_CONN -11 Not connected. */ 64 ENOTCONN, /* ERR_CLSD -15 Connection closed. */
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | provisioner_proxy.c | 211 return -ENOTCONN; in proxy_recv() 222 return -ENOTCONN; in proxy_recv() 438 return -ENOTCONN; in prov_write_ccc_descr() 457 return -ENOTCONN; in prov_notification() 511 return -ENOTCONN; in proxy_write_ccc_descr() 609 return -ENOTCONN; in proxy_prov_segment_and_send() 644 return -ENOTCONN; in provisioner_proxy_send()
|
A D | prov.c | 546 return -ENOTCONN; in prov_send_gatt() 1631 return -ENOTCONN; in bt_mesh_pb_gatt_recv() 1688 return -ENOTCONN; in bt_mesh_pb_gatt_close()
|
A D | proxy.c | 493 return -ENOTCONN; in proxy_recv() 1030 return -ENOTCONN; in bt_mesh_proxy_send()
|
A D | provisioner_prov.c | 1549 return -ENOTCONN; in prov_send_gatt() 3158 return -ENOTCONN; in provisioner_pb_gatt_recv() 3251 return -ENOTCONN; in provisioner_pb_gatt_open() 3321 return -ENOTCONN; in provisioner_pb_gatt_close()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | usocket_tcp_basic.py | 17 print("ENOTCONN:", er.args[0] == errno.ENOTCONN)
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | errno.h | 156 #define ENOTCONN 128 /* Transport endpoint is not connected */ macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | errno.h | 157 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | usb_errno.h | 113 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/AliOS-Things-master/components/minilibc/include/ |
A D | errno-.h | 134 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/ |
A D | errno_bak.h | 116 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/ |
A D | errno.h | 116 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | moduerrno.c | 55 X(ENOTCONN) \
|
A D | mperrno.h | 138 #define MP_ENOTCONN ENOTCONN
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_errno.h | 150 #define ENOTCONN 107 /* Transport endpoint is not connected */
|
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/ |
A D | bt_errno.h | 158 #define ENOTCONN 107 /**< Transport endpoint is not connected */ macro
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | errno.h | 157 #define ENOTCONN 107 /**< Transport endpoint is not connected */
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hfp_hf.c | 578 return -ENOTCONN; in bt_hfp_hf_send_cmd() 584 return -ENOTCONN; in bt_hfp_hf_send_cmd()
|
A D | gatt.c | 2019 return -ENOTCONN; in bt_gatt_notify_cb() 2058 data.err = -ENOTCONN; in bt_gatt_notify_cb() 2106 return -ENOTCONN; in bt_gatt_indicate() 2145 data.err = -ENOTCONN; in bt_gatt_indicate() 2643 return -ENOTCONN; in bt_gatt_exchange_mtu() 3367 return -ENOTCONN; in bt_gatt_discover() 3666 return -ENOTCONN; in bt_gatt_read() 3721 return -ENOTCONN; in bt_gatt_write_without_response_cb() 3848 return -ENOTCONN; in bt_gatt_write() 3950 return -ENOTCONN; in bt_gatt_subscribe() [all …]
|
A D | conn.c | 1145 return -ENOTCONN; in bt_conn_set_security() 1335 return -ENOTCONN; in bt_conn_send_cb() 1351 return -ENOTCONN; in bt_conn_send_cb() 2227 return -ENOTCONN; in bt_conn_disconnect()
|
A D | l2cap.c | 2038 return -ENOTCONN; in bt_l2cap_chan_recv_complete() 2438 return -ENOTCONN; in bt_l2cap_chan_connect() 2467 return -ENOTCONN; in bt_l2cap_chan_disconnect() 2510 return -ENOTCONN; in bt_l2cap_chan_send()
|
A D | rfcomm.c | 1418 return -ENOTCONN; in bt_rfcomm_dlc_send() 1614 return -ENOTCONN; in bt_rfcomm_dlc_connect()
|
A D | att.c | 2758 int err = -ENOTCONN; in bt_eatt_disconnect() 2877 return -ENOTCONN; in bt_att_send() 2920 return -ENOTCONN; in bt_att_req_send()
|
A D | smp.c | 1715 return -ENOTCONN; in bt_smp_br_send_pairing_req() 2816 return -ENOTCONN; in smp_send_security_req() 3038 return -ENOTCONN; in smp_send_pairing_req() 5386 return -ENOTCONN; in bt_smp_start_security()
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_socketpriv.c | 920 case ENOTCONN: // The socket is not connected, and no target has been given in rws_socket_check_write_error()
|