Home
last modified time | relevance | path

Searched refs:response_cb (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/net/cloud/tagoio_http_post/src/
Dmain.c21 static void response_cb(struct http_response *rsp, in response_cb() function
69 if (tagoio_http_push(&ctx, response_cb) < 0) { in next_turn()
/Zephyr-latest/samples/net/sockets/http_client/src/
Dmain.c115 static void response_cb(struct http_response *rsp, in response_cb() function
201 req.response = response_cb; in run_queries()
219 req.response = response_cb; in run_queries()
259 req.response = response_cb; in run_queries()
279 req.response = response_cb; in run_queries()
325 req.response = response_cb; in run_queries()
349 req.response = response_cb; in run_queries()
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_client.rst38 req.response = response_cb;
59 static void response_cb(struct http_response *rsp,
Dcoap_client.rst36 req.cb = response_cb;
69 void response_cb(int16_t code, size_t offset, const uint8_t *payload, size_t len,
102 req.cb = response_cb;
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/
Dmain.c73 static void response_cb(struct bt_le_ext_adv *adv, struct bt_le_per_adv_response_info *info, in response_cb() function
120 .pawr_response = response_cb,
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c96 static void response_cb(struct bt_le_ext_adv *adv, struct bt_le_per_adv_response_info *info, in response_cb() function
107 .pawr_response = response_cb,
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c152 static void response_cb(struct http_response *rsp, in response_cb() function
317 req.response = response_cb; in websocket_connect()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c867 static void response_cb(struct http_response *rsp, enum http_final_call final_data, void *userdata) in response_cb() function
1009 http_req.response = response_cb; in send_request()