ESP-IDF
btu_thread
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btu_thread
btu_thread variable
Syntax
Show:
Summary
Declaration
Definition
from
btu_task.c:115
extern
void
*
btu_thread
;
Implemented in
btu_init.c:66
Examples
References
from
examples
Code
Location
Referrer
osi_thread_t
*
btu_thread
=
NULL
;
btu_init.c:66
extern
void
*
btu_thread
;
btu_task.c:115
btu_thread
=
osi_thread_create
(
BTU_TASK_NAME
,
BTU_TASK_STACK_SIZE
,
BTU_TASK_PRIO
,
BTU_TASK_PINNED_TO_CORE
,
btu_init.c:187
BTU_StartUp()
if
(
btu_thread
==
NULL
)
{
btu_init.c:189
BTU_StartUp()
if
(
btu_thread
)
{
btu_init.c:229
BTU_ShutDown()
osi_thread_free
(
btu_thread
)
;
btu_init.c:230
BTU_ShutDown()
btu_thread
=
NULL
;
btu_init.c:231
BTU_ShutDown()
return
osi_thread_queue_wait_size
(
btu_thread
,
0
)
;
btu_init.c:270
get_btu_work_queue_size()
return
btu_thread
;
btu_init.c:275
btu_get_current_thread()
status
=
osi_thread_post
(
btu_thread
,
btu_task_start_up
,
param
,
0
,
timeout
)
;
btu_task.c:225
btu_task_post()
status
=
osi_thread_post
(
btu_thread
,
btu_hci_msg_process
,
param
,
0
,
timeout
)
;
btu_task.c:228
btu_task_post()
status
=
osi_thread_post
(
btu_thread
,
bta_sys_event
,
param
,
0
,
timeout
)
;
btu_task.c:244
btu_task_post()
status
=
osi_thread_post
(
btu_thread
,
btu_bta_alarm_process
,
param
,
0
,
timeout
)
;
btu_task.c:247
btu_task_post()
status
=
osi_thread_post
(
btu_thread
,
btu_general_alarm_process
,
param
,
0
,
timeout
)
;
btu_task.c:252
btu_task_post()
status
=
osi_thread_post
(
btu_thread
,
btu_l2cap_alarm_process
,
param
,
0
,
timeout
)
;
btu_task.c:255
btu_task_post()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btu_thread
is written by 2 functions and is read by 5 functions:
BTU_StartUp()
BTU_ShutDown()
All items filtered out
btu_thread
BTU_StartUp()
BTU_ShutDown()
get_btu_work_queue_size()
btu_get_current_thread()
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
All items filtered out
All items filtered out