ESP-IDF
buf_send_end()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
buf_send_end()
buf_send_end() function
Syntax
Show:
Summary
Declaration
from
friend.c:1155
static
void
buf_send_end
(
int
err
,
void
*
user_data
)
;
Arguments
Argument
err
user_data
Examples
References
from
examples
Code
Location
Referrer
static
void
buf_send_end
(
int
err
,
void
*
user_data
)
friend.c:1155
.
end
=
buf_send_end
,
friend.c:1215
friend_timeout()
Call Tree
from
examples
buf_send_end()
calls 3 functions:
All items filtered out
buf_send_end()
esp_log_timestamp()
esp_log_write()
k_work_reschedule()
All items filtered out
Data Use
from
examples
buf_send_end()
reads 8 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
bt_mesh_friend::pending_req
bt_mesh_friend::established
bt_mesh_friend::poll_to
All items filtered out
buf_send_end()
friend_timeout()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
buf_send_end()
is implemented by 1 functions:
All items filtered out
buf_send_end()
bt_mesh_send_cb::end
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out