a2dp_source sample
bt_app_work_dispatch()
is only used within a2dp_source sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
a2dp_source sample
bt_app_work_dispatch()
bt_app_work_dispatch() function
work dispatcher for the application task
Syntax
Show:
Summary
Declaration
Definition
from
bt_app_core.h:56
bool
bt_app_work_dispatch
(
bt_app_cb_t
p_cback
,
uint16_t
event
,
void
*
p_params
,
int
param_len
,
bt_app_copy_cb_t
p_copy_cback
)
;
Implemented in
bt_app_core.c:88
Arguments
Argument
p_cback
event
p_params
param_len
p_copy_cback
Return value
true if work dispatch successfully, false otherwise
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out