ESP-IDF
tBTM_SP_EVT_DATA::key_notif
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_SP_EVT_DATA::key_notif
tBTM_SP_EVT_DATA::key_notif field
Syntax
Show:
Summary
Declaration
from
btm_api.h:1673
tBTM_SP_KEY_NOTIF
key_notif
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_SP_KEY_NOTIF
key_notif
;
/* BTM_SP_KEY_NOTIF_EVT */
btm_api.h:1673
bta_dm_cb
.
num_val
=
sec_event
.
key_notif
.
passkey
=
p_data
->
key_notif
.
passkey
;
bta_dm_act.c:3329
bta_dm_sp_cback()
if
(
p_data
->
key_notif
.
bd_name
[
0
]
==
0
)
{
bta_dm_act.c:3333
bta_dm_sp_cback()
bdcpy
(
bta_dm_cb
.
pin_bd_addr
,
p_data
->
key_notif
.
bd_addr
)
;
bta_dm_act.c:3335
bta_dm_sp_cback()
BTA_COPY_DEVICE_CLASS
(
bta_dm_cb
.
pin_dev_class
,
p_data
->
key_notif
.
dev_class
)
;
bta_dm_act.c:3336
bta_dm_sp_cback()
if
(
(
BTM_ReadRemoteDeviceName
(
p_data
->
key_notif
.
bd_addr
,
bta_dm_pinname_cback
,
bta_dm_act.c:3337
bta_dm_sp_cback()
bdcpy
(
sec_event
.
key_notif
.
bd_addr
,
p_data
->
key_notif
.
bd_addr
)
;
bta_dm_act.c:3343
bta_dm_sp_cback()
BTA_COPY_DEVICE_CLASS
(
sec_event
.
key_notif
.
dev_class
,
p_data
->
key_notif
.
dev_class
)
;
bta_dm_act.c:3344
bta_dm_sp_cback()
BCM_STRNCPY_S
(
(
char
*
)
sec_event
.
key_notif
.
bd_name
,
(
char
*
)
p_data
->
key_notif
.
bd_name
,
BD_NAME_LEN
)
;
bta_dm_act.c:3345
bta_dm_sp_cback()
if
(
p_data
->
key_notif
.
bd_name
[
0
]
==
0
)
{
bta_dm_act.c:3354
bta_dm_sp_cback()
bdcpy
(
bta_dm_cb
.
pin_bd_addr
,
p_data
->
key_notif
.
bd_addr
)
;
bta_dm_act.c:3356
bta_dm_sp_cback()
BTA_COPY_DEVICE_CLASS
(
bta_dm_cb
.
pin_dev_class
,
p_data
->
key_notif
.
dev_class
)
;
bta_dm_act.c:3357
bta_dm_sp_cback()
if
(
(
BTM_ReadRemoteDeviceName
(
p_data
->
key_notif
.
bd_addr
,
bta_dm_pinname_cback
,
bta_dm_act.c:3358
bta_dm_sp_cback()
bdcpy
(
sec_event
.
key_notif
.
bd_addr
,
p_data
->
key_notif
.
bd_addr
)
;
bta_dm_act.c:3364
bta_dm_sp_cback()
BTA_COPY_DEVICE_CLASS
(
sec_event
.
key_notif
.
dev_class
,
p_data
->
key_notif
.
dev_class
)
;
bta_dm_act.c:3365
bta_dm_sp_cback()
BCM_STRNCPY_S
(
(
char
*
)
sec_event
.
key_notif
.
bd_name
,
(
char
*
)
p_data
->
key_notif
.
bd_name
,
BD_NAME_LEN
)
;
bta_dm_act.c:3366
bta_dm_sp_cback()
STREAM_TO_UINT32
(
evt_data
.
key_notif
.
passkey
,
p
)
;
btm_sec.c:3573
btm_proc_sp_req_evt()
BTM_TRACE_DEBUG
(
"BTM_SP_KEY_NOTIF_EVT: passkey: %u\n"
,
evt_data
.
key_notif
.
passkey
)
;
btm_sec.c:3575
btm_proc_sp_req_evt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_SP_EVT_DATA::key_notif
is read by 2 functions:
All items filtered out
tBTM_SP_EVT_DATA::key_notif
bta_dm_sp_cback()
btm_proc_sp_req_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