ESP-IDF
find_rfc_pcb()
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
find_rfc_pcb()
find_rfc_pcb() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_jv_act.c:122
static
int
find_rfc_pcb
(
void
*
user_data
,
tBTA_JV_RFC_CB
*
*
cb
,
tBTA_JV_PCB
*
*
pcb
)
;
Implemented in
bta_jv_act.c:1906
Arguments
Argument
user_data
cb
pcb
Examples
References
from
examples
Code
Location
Referrer
static
int
find_rfc_pcb
(
void
*
user_data
,
tBTA_JV_RFC_CB
*
*
cb
,
tBTA_JV_PCB
*
*
pcb
)
bta_jv_act.c:1906
static
int
find_rfc_pcb
(
void
*
user_data
,
tBTA_JV_RFC_CB
*
*
cb
,
tBTA_JV_PCB
*
*
pcb
)
;
bta_jv_act.c:122
if
(
user_data
->
server_status
==
BTA_JV_SERVER_RUNNING
&&
find_rfc_pcb
(
(
void
*
)
user_data
->
slot_id
,
&
p_cb
,
&
p_pcb
)
)
{
bta_jv_act.c:888
bta_jv_free_scn()
if
(
!
find_rfc_pcb
(
user_data
,
&
p_cb
,
&
p_pcb
)
)
{
bta_jv_act.c:1948
bta_jv_rfcomm_close()
if
(
!
find_rfc_pcb
(
user_data
,
&
p_cb
,
&
p_pcb
)
)
{
bta_jv_act.c:2327
bta_jv_rfcomm_stop_server()
Call Tree
from
examples
find_rfc_pcb()
is called by 3 functions and calls 2 functions:
bta_jv_free_scn()
bta_jv_rfcomm_close()
bta_jv_rfcomm_stop_server()
All items filtered out
find_rfc_pcb()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
find_rfc_pcb()
reads 9 variables:
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
tBTA_JV_PCB::handle
tBTA_JV_PCB::state
tBTA_JV_PCB::user_data
tBTA_JV_RFC_CB::handle
tBTA_JV_CB::rfc_cb
tBTA_JV_CB::port_cb
bta_jv_cb
All items filtered out
find_rfc_pcb()
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