ESP-IDF
btu_hci_msg_process()
is only used within ESP-IDF.
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
ESP-IDF
btu_hci_msg_process()
btu_hci_msg_process() function
Syntax
Show:
Summary
Declaration
Definition
from
btu_task.c:124
static
void
btu_hci_msg_process
(
void
*
param
)
;
Implemented in
btu_task.c:130
Arguments
Argument
param
Examples
References
from
examples
Code
Location
Referrer
static
void
btu_hci_msg_process
(
void
*
param
)
btu_task.c:130
static
void
btu_hci_msg_process
(
void
*
param
)
;
btu_task.c:124
status
=
osi_thread_post
(
btu_thread
,
btu_hci_msg_process
,
param
,
0
,
timeout
)
;
btu_task.c:228
btu_task_post()
Call Tree
from
examples
btu_hci_msg_process()
calls 8 functions:
All items filtered out
btu_hci_msg_process()
free()
post_to_task_hack_t::callback
tBTU_EVENT_REG::event_cb
btu_hcif_process_event()
btu_hcif_send_cmd()
l2c_link_segments_xmitted()
l2c_rcv_acl_data()
btm_route_sco_data()
All items filtered out
Data Use
from
examples
btu_hci_msg_process()
reads 6 variables and writes 1 variable:
BT_HDR::event
BT_HDR::data
tBTU_EVENT_REG::event_range
tBTU_EVENT_REG::event_cb
tBTU_CB::event_reg
btu_cb
All items filtered out
btu_hci_msg_process()
btu_task_post()
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
btu_hci_msg_process()
allocates 1 types:
BT_HDR
All items filtered out
btu_hci_msg_process()
All items filtered out