ESP-IDF
tBTM_APPL_INFO::p_sp_callback
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_APPL_INFO::p_sp_callback
tBTM_APPL_INFO::p_sp_callback field
Syntax
Show:
Summary
Declaration
from
btm_api.h:1888
tBTM_SP_CALLBACK
*
p_sp_callback
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tBTM_SP_CALLBACK
*
p_sp_callback
;
btm_api.h:1888
const
tBTM_APPL_INFO
bta_security
=
{
bta_dm_act.c:224
bta_security
bta_dm_sp_cback()
if
(
btm_cb
.
api
.
p_sp_callback
)
{
btm_sec.c:2045
btm_sec_check_upgrade()
(
*
btm_cb
.
api
.
p_sp_callback
)
(
BTM_SP_UPGRADE_EVT
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
;
btm_sec.c:2046
btm_sec_check_upgrade()
}
else
if
(
btm_cb
.
api
.
p_sp_callback
)
{
btm_sec.c:3405
btm_io_capabilities_req()
callback_rc
=
(
*
btm_cb
.
api
.
p_sp_callback
)
(
BTM_SP_IO_REQ_EVT
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
;
btm_sec.c:3407
btm_io_capabilities_req()
if
(
btm_cb
.
api
.
p_sp_callback
)
{
btm_sec.c:3501
btm_io_capabilities_rsp()
(
*
btm_cb
.
api
.
p_sp_callback
)
(
BTM_SP_IO_RSP_EVT
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
;
btm_sec.c:3502
btm_io_capabilities_rsp()
if
(
btm_cb
.
api
.
p_sp_callback
)
{
btm_sec.c:3586
btm_proc_sp_req_evt()
status
=
(
*
btm_cb
.
api
.
p_sp_callback
)
(
event
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
;
btm_sec.c:3587
btm_proc_sp_req_evt()
if
(
btm_cb
.
api
.
p_sp_callback
)
{
btm_sec.c:3641
btm_keypress_notif_evt()
(
*
btm_cb
.
api
.
p_sp_callback
)
(
BTM_SP_KEYPRESS_EVT
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
;
btm_sec.c:3647
btm_keypress_notif_evt()
if
(
btm_cb
.
api
.
p_sp_callback
)
{
btm_sec.c:3709
btm_simple_pair_complete()
(
*
btm_cb
.
api
.
p_sp_callback
)
(
BTM_SP_COMPLT_EVT
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
;
btm_sec.c:3710
btm_simple_pair_complete()
btm_cb
.
api
.
p_sp_callback
)
{
btm_sec.c:3752
btm_rem_oob_req()
if
(
(
*
btm_cb
.
api
.
p_sp_callback
)
(
BTM_SP_RMT_OOB_EVT
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
==
BTM_NOT_AUTHORIZED
)
{
btm_sec.c:3759
btm_rem_oob_req()
if
(
btm_cb
.
api
.
p_sp_callback
)
{
btm_sec.c:3794
btm_read_local_oob_complete()
(
*
btm_cb
.
api
.
p_sp_callback
)
(
BTM_SP_LOC_OOB_EVT
,
(
tBTM_SP_EVT_DATA
*
)
&
evt_data
)
;
btm_sec.c:3795
btm_read_local_oob_complete()
Call Tree
from
examples
tBTM_APPL_INFO::p_sp_callback
is called by 8 functions:
btm_sec_check_upgrade()
btm_io_capabilities_req()
btm_io_capabilities_rsp()
btm_proc_sp_req_evt()
btm_keypress_notif_evt()
btm_simple_pair_complete()
btm_rem_oob_req()
btm_read_local_oob_complete()
All items filtered out
tBTM_APPL_INFO::p_sp_callback
All items filtered out
Data Use
from
examples
tBTM_APPL_INFO::p_sp_callback
is read by 8 functions:
All items filtered out
tBTM_APPL_INFO::p_sp_callback
btm_sec_check_upgrade()
btm_io_capabilities_req()
btm_io_capabilities_rsp()
btm_proc_sp_req_evt()
btm_keypress_notif_evt()
btm_simple_pair_complete()
btm_rem_oob_req()
btm_read_local_oob_complete()
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
tBTM_APPL_INFO::p_sp_callback
implements 1 functions:
bta_dm_sp_cback()
All items filtered out
tBTM_APPL_INFO::p_sp_callback
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out