ESP-IDF
tBTM_DEVCB::p_vend_spec_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_DEVCB::p_vend_spec_cb
tBTM_DEVCB::p_vend_spec_cb field
Syntax
Show:
Summary
Declaration
from
btm_int.h:183
tBTM_VS_EVT_CB
*
p_vend_spec_cb
[
BTM_MAX_VSE_CALLBACKS
]
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_VS_EVT_CB
*
p_vend_spec_cb
[
BTM_MAX_VSE_CALLBACKS
]
;
/* Register for vendor specific events */
btm_int.h:183
if
(
btm_cb
.
devcb
.
p_vend_spec_cb
[
i
]
==
NULL
)
{
btm_devctl.c:823
BTM_RegisterForVSEvents()
}
else
if
(
btm_cb
.
devcb
.
p_vend_spec_cb
[
i
]
==
p_cb
)
{
btm_devctl.c:826
BTM_RegisterForVSEvents()
btm_cb
.
devcb
.
p_vend_spec_cb
[
i
]
=
NULL
;
btm_devctl.c:829
BTM_RegisterForVSEvents()
btm_cb
.
devcb
.
p_vend_spec_cb
[
free_idx
]
=
p_cb
;
btm_devctl.c:839
BTM_RegisterForVSEvents()
if
(
btm_cb
.
devcb
.
p_vend_spec_cb
[
i
]
)
{
btm_devctl.c:881
btm_vendor_specific_evt()
(
*
btm_cb
.
devcb
.
p_vend_spec_cb
[
i
]
)
(
evt_len
,
p
)
;
btm_devctl.c:882
btm_vendor_specific_evt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_DEVCB::p_vend_spec_cb
is read by 2 functions:
All items filtered out
tBTM_DEVCB::p_vend_spec_cb
BTM_RegisterForVSEvents()
btm_vendor_specific_evt()
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