ESP-IDF
tBTM_APPL_INFO::p_link_key_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_link_key_callback
tBTM_APPL_INFO::p_link_key_callback field
Syntax
Show:
Summary
Declaration
from
btm_api.h:1884
tBTM_LINK_KEY_CALLBACK
*
p_link_key_callback
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tBTM_LINK_KEY_CALLBACK
*
p_link_key_callback
;
btm_api.h:1884
const
tBTM_APPL_INFO
bta_security
=
{
bta_dm_act.c:224
bta_security
bta_dm_new_link_key_cback()
btm_cb
.
api
.
p_link_key_callback
=
p_callback
;
btm_sec.c:274
BTM_SecRegisterLinkKeyNotificationCallback()
if
(
btm_cb
.
api
.
p_link_key_callback
)
{
btm_sec.c:4764
btm_sec_link_key_notification()
(
*
btm_cb
.
api
.
p_link_key_callback
)
(
p_bda
,
p_dev_rec
->
dev_class
,
btm_sec.c:4767
btm_sec_link_key_notification()
if
(
btm_cb
.
api
.
p_link_key_callback
)
{
btm_sec.c:4827
btm_sec_link_key_notification()
(
*
btm_cb
.
api
.
p_link_key_callback
)
(
p_bda
,
p_dev_rec
->
dev_class
,
btm_sec.c:4832
btm_sec_link_key_notification()
if
(
btm_cb
.
api
.
p_link_key_callback
)
{
btm_sec.c:5641
btm_send_link_key_notif()
(
*
btm_cb
.
api
.
p_link_key_callback
)
(
p_dev_rec
->
bd_addr
,
p_dev_rec
->
dev_class
,
btm_sec.c:5642
btm_send_link_key_notif()
Call Tree
from
examples
tBTM_APPL_INFO::p_link_key_callback
is called by 2 functions:
btm_sec_link_key_notification()
btm_send_link_key_notif()
All items filtered out
tBTM_APPL_INFO::p_link_key_callback
All items filtered out
Data Use
from
examples
tBTM_APPL_INFO::p_link_key_callback
is written by 1 function and is read by 2 functions:
BTM_SecRegisterLinkKeyNotificationCallback()
All items filtered out
tBTM_APPL_INFO::p_link_key_callback
btm_sec_link_key_notification()
btm_send_link_key_notif()
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_link_key_callback
implements 1 functions:
bta_dm_new_link_key_cback()
All items filtered out
tBTM_APPL_INFO::p_link_key_callback
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out