Searched refs:send_cb (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.5.0/examples/wifi/espnow/main/ |
D | espnow_example_main.c | 65 example_espnow_event_send_cb_t *send_cb = &evt.info.send_cb; in example_espnow_send_cb() local 73 memcpy(send_cb->mac_addr, mac_addr, ESP_NOW_ETH_ALEN); in example_espnow_send_cb() 74 send_cb->status = status; in example_espnow_send_cb() 171 example_espnow_event_send_cb_t *send_cb = &evt.info.send_cb; in example_espnow_task() local 172 is_broadcast = IS_BROADCAST_ADDR(send_cb->mac_addr); in example_espnow_task() 174 … ESP_LOGD(TAG, "Send data to "MACSTR", status1: %d", MAC2STR(send_cb->mac_addr), send_cb->status); in example_espnow_task() 194 ESP_LOGI(TAG, "send data to "MACSTR"", MAC2STR(send_cb->mac_addr)); in example_espnow_task() 196 memcpy(send_param->dest_mac, send_cb->mac_addr, ESP_NOW_ETH_ALEN); in example_espnow_task()
|
D | espnow_example.h | 43 example_espnow_event_send_cb_t send_cb; member
|
/hal_espressif-3.5.0/examples/protocols/http2_request/components/sh2lib/ |
D | sh2lib.h | 160 sh2lib_putpost_data_cb_t send_cb, 184 sh2lib_putpost_data_cb_t send_cb, 267 sh2lib_putpost_data_cb_t send_cb,
|
D | sh2lib.c | 340 sh2lib_putpost_data_cb_t send_cb, in sh2lib_do_putpost_with_nv() argument 346 sh2lib_data_provider.source.ptr = send_cb; in sh2lib_do_putpost_with_nv() 356 sh2lib_putpost_data_cb_t send_cb, in sh2lib_do_post() argument 364 return sh2lib_do_putpost_with_nv(hd, nva, sizeof(nva) / sizeof(nva[0]), send_cb, recv_cb); in sh2lib_do_post() 368 sh2lib_putpost_data_cb_t send_cb, in sh2lib_do_put() argument 376 return sh2lib_do_putpost_with_nv(hd, nva, sizeof(nva) / sizeof(nva[0]), send_cb, recv_cb); in sh2lib_do_put()
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/ |
D | beacon.c | 136 static const struct bt_mesh_send_cb send_cb = { in secure_beacon_send() local 193 bt_mesh_adv_send(buf, &send_cb, SNB_NET_IDX_SET(sub->net_idx)); in secure_beacon_send()
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_models/client/ |
D | client_common.c | 241 static const struct bt_mesh_send_cb send_cb = { variable 339 err = bt_mesh_model_send(param->model, ¶m->ctx, msg, &send_cb, node); in bt_mesh_client_send_msg()
|