ESP-IDF
tBTA_DM_BLE_SEC_REQ::bd_name
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
tBTA_DM_BLE_SEC_REQ::bd_name
tBTA_DM_BLE_SEC_REQ::bd_name field
Syntax
Show:
Summary
Declaration
from
bta_api.h:797
BD_NAME
bd_name
;
Examples
References
from
examples
Code
Location
Referrer
BD_NAME
bd_name
;
/* peer device name */
bta_api.h:797
BCM_STRNCPY_S
(
(
char
*
)
sec_event
.
ble_req
.
bd_name
,
p_name
,
BD_NAME_LEN
)
;
bta_dm_act.c:4903
bta_dm_ble_smp_cback()
sec_event
.
ble_req
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:4904
bta_dm_ble_smp_cback()
sec_event
.
ble_req
.
bd_name
[
0
]
=
'\0'
;
bta_dm_act.c:4906
bta_dm_ble_smp_cback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_BLE_SEC_REQ::bd_name
is read by 1 function:
All items filtered out
tBTA_DM_BLE_SEC_REQ::bd_name
bta_dm_ble_smp_cback()
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