ESP-IDF
tBTA_JV_CB::p_dm_cback
is only used within ESP-IDF.
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
ESP-IDF
tBTA_JV_CB::p_dm_cback
tBTA_JV_CB::p_dm_cback field
Syntax
Show:
Summary
Declaration
from
bta_jv_int.h:420
tBTA_JV_DM_CBACK
*
p_dm_cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_JV_DM_CBACK
*
p_dm_cback
;
bta_jv_int.h:420
bta_jv_cb
.
p_dm_cback
=
p_data
->
enable
.
p_cback
;
bta_jv_act.c:727
bta_jv_enable()
bta_jv_cb
.
p_dm_cback
(
BTA_JV_ENABLE_EVT
,
(
tBTA_JV
*
)
&
status
,
0
)
;
bta_jv_act.c:728
bta_jv_enable()
if
(
bta_jv_cb
.
p_dm_cback
)
{
bta_jv_act.c:828
bta_jv_get_channel_id()
bta_jv_cb
.
p_dm_cback
(
BTA_JV_GET_SCN_EVT
,
(
tBTA_JV
*
)
&
scn
,
bta_jv_act.c:829
bta_jv_get_channel_id()
if
(
bta_jv_cb
.
p_dm_cback
)
{
bta_jv_act.c:847
bta_jv_get_channel_id()
bta_jv_cb
.
p_dm_cback
(
BTA_JV_GET_PSM_EVT
,
(
tBTA_JV
*
)
&
psm
,
p_data
->
alloc_channel
.
user_data
)
;
bta_jv_act.c:848
bta_jv_get_channel_id()
if
(
bta_jv_cb
.
p_dm_cback
)
{
bta_jv_act.c:961
bta_jv_start_discovery_cback()
bta_jv_cb
.
p_dm_cback
(
BTA_JV_DISCOVERY_COMP_EVT
,
(
tBTA_JV
*
)
&
dcomp
,
user_data
)
;
bta_jv_act.c:989
bta_jv_start_discovery_cback()
if
(
bta_jv_cb
.
p_dm_cback
)
{
bta_jv_act.c:1009
bta_jv_start_discovery()
bta_jv_cb
.
p_dm_cback
(
BTA_JV_DISCOVERY_COMP_EVT
,
(
tBTA_JV
*
)
&
status
,
p_data
->
start_discovery
.
user_data
)
;
bta_jv_act.c:1010
bta_jv_start_discovery()
if
(
bta_jv_cb
.
p_dm_cback
)
{
bta_jv_act.c:1034
bta_jv_start_discovery()
bta_jv_cb
.
p_dm_cback
(
BTA_JV_DISCOVERY_COMP_EVT
,
(
tBTA_JV
*
)
&
status
,
p_data
->
start_discovery
.
user_data
)
;
bta_jv_act.c:1035
bta_jv_start_discovery()
if
(
bta_jv_cb
.
p_dm_cback
)
{
bta_jv_act.c:1213
bta_jv_create_record()
bta_jv_cb
.
p_dm_cback
(
BTA_JV_CREATE_RECORD_EVT
,
(
tBTA_JV
*
)
&
evt_data
,
cr
->
user_data
)
;
bta_jv_act.c:1215
bta_jv_create_record()
Call Tree
from
examples
tBTA_JV_CB::p_dm_cback
is called by 5 functions:
bta_jv_enable()
bta_jv_get_channel_id()
bta_jv_start_discovery_cback()
bta_jv_start_discovery()
bta_jv_create_record()
All items filtered out
tBTA_JV_CB::p_dm_cback
All items filtered out
Data Use
from
examples
tBTA_JV_CB::p_dm_cback
is written by 1 function and is read by 4 functions:
bta_jv_enable()
All items filtered out
tBTA_JV_CB::p_dm_cback
bta_jv_get_channel_id()
bta_jv_start_discovery_cback()
bta_jv_start_discovery()
bta_jv_create_record()
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