Searched refs:response_cb (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/samples/net/cloud/tagoio_http_post/src/ |
D | main.c | 21 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/ |
D | main.c | 115 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/ |
D | main.c | 72 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/ |
D | http.rst | 37 req.response = response_cb; 58 static void response_cb(struct http_response *rsp,
|
D | coap_client.rst | 35 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/ |
D | main.c | 88 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/ |
D | websocket.c | 154 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/ |
D | hawkbit.c | 639 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()
|