a2dp_source sample
bt_app_msg_t
is only used within a2dp_source sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
a2dp_source sample
bt_app_msg_t
bt_app_msg_t struct
Syntax
Show:
Summary
Declaration
from
bt_app_core.h:29
typedef
struct
{
uint16_t
sig
;
uint16_t
event
;
bt_app_cb_t
cb
;
void
*
param
;
}
bt_app_msg_t
;
Fields
Field
Declared as
Description
bt_app_msg_t::sig
uint16_t
signal to bt_app_task.
bt_app_msg_t::event
uint16_t
message event id.
bt_app_msg_t::cb
bt_app_cb_t
context switch callback.
bt_app_msg_t::param
void
*
parameter area needs to be last.
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