Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/net/sockets/http_client/src/
Dmain.c115 static void response_cb(struct http_response *rsp, in response_cb() function
199 req.response = response_cb; in run_queries()
217 req.response = response_cb; in run_queries()
257 req.response = response_cb; in run_queries()
277 req.response = response_cb; in run_queries()
323 req.response = response_cb; in run_queries()
347 req.response = response_cb; in run_queries()
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_adv_conn/src/
Dmain.c72 static void response_cb(struct bt_le_ext_adv *adv, struct bt_le_per_adv_response_info *info, in response_cb() function
119 .pawr_response = response_cb,
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dhttp.rst37 req.response = response_cb;
58 static void response_cb(struct http_response *rsp,
Dcoap_client.rst35 req.cb = response_cb;
68 void response_cb(int16_t code, size_t offset, const uint8_t *payload, size_t len,
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c88 static void response_cb(struct bt_le_ext_adv *adv, struct bt_le_per_adv_response_info *info, in response_cb() function
102 .pawr_response = response_cb,
/Zephyr-Core-3.5.0/subsys/net/lib/websocket/
Dwebsocket.c154 static void response_cb(struct http_response *rsp, in response_cb() function
318 req.response = response_cb; in websocket_connect()
/Zephyr-Core-3.5.0/subsys/mgmt/hawkbit/
Dhawkbit.c639 static void response_cb(struct http_response *rsp, enum http_final_call final_data, void *userdata) in response_cb() function
817 hb_context.http_req.response = response_cb; in send_request()