ESP-IDF
tBTM_VS_EVT_CB
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
tBTM_VS_EVT_CB
tBTM_VS_EVT_CB
Syntax
Show:
Summary
Declaration
from
btm_api.h:168
typedef
void
(
tBTM_VS_EVT_CB
)
(
UINT8
len
,
UINT8
*
p
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
void
(
tBTM_VS_EVT_CB
)
(
UINT8
len
,
UINT8
*
p
)
;
btm_api.h:168
tBTM_STATUS
BTM_RegisterForVSEvents
(
tBTM_VS_EVT_CB
*
p_cb
,
BOOLEAN
is_register
)
;
btm_api.h:2179
BTM_RegisterForVSEvents()
BTM_RegisterForVSEvents()::p_cb
tBTM_STATUS
BTM_RegisterForVSEvents
(
tBTM_VS_EVT_CB
*
p_cb
,
BOOLEAN
is_register
)
btm_devctl.c:816
BTM_RegisterForVSEvents()
BTM_RegisterForVSEvents()::p_cb
tBTM_VS_EVT_CB
*
p_vend_spec_cb
[
BTM_MAX_VSE_CALLBACKS
]
;
/* Register for vendor specific events */
btm_int.h:183
tBTM_DEVCB
tBTM_DEVCB::p_vend_spec_cb
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
BTM_RegisterForVSEvents()::p_cb
BTM_RegisterForVSEvents()
btm_api.h:2179
tBTM_DEVCB::p_vend_spec_cb
tBTM_DEVCB
btm_int.h:183
BTM_RegisterForVSEvents()::p_cb
BTM_RegisterForVSEvents()
btm_devctl.c:816
Lifecycle
from
examples
All items filtered out
All items filtered out