Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c241 return -ENOTCONN; in proxy_recv()
252 return -ENOTCONN; in proxy_recv()
348 return -ENOTCONN; in proxy_segment_and_send()
384 return -ENOTCONN; in bt_mesh_proxy_client_send()
462 return -ENOTCONN; in prov_write_ccc()
484 return -ENOTCONN; in prov_recv_ntf()
535 return -ENOTCONN; in proxy_write_ccc()
556 return -ENOTCONN; in proxy_recv_ntf()
738 return -ENOTCONN; in bt_mesh_proxy_client_disconnect()
950 return -ENOTCONN; in bt_mesh_proxy_client_cfg_send()
Dprov.c528 return -ENOTCONN; in prov_send_gatt()
1665 return -ENOTCONN; in bt_mesh_pb_gatt_recv()
1739 return -ENOTCONN; in bt_mesh_pb_gatt_close()
Dproxy_server.c511 return -ENOTCONN; in proxy_recv()
1083 return -ENOTCONN; in bt_mesh_proxy_server_send()
Dprovisioner_prov.c1619 return -ENOTCONN;
3146 return -ENOTCONN;
3222 return -ENOTCONN;
3265 return -ENOTCONN;
/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.c100 #ifndef ENOTCONN
101 #define ENOTCONN -1 macro