ESP-IDF
tBTM_CFG::ble_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
tBTM_CFG::ble_bd_name
tBTM_CFG::ble_bd_name field
Syntax
Show:
Summary
Declaration
from
btm_int.h:728
tBTM_LOC_BD_NAME
ble_bd_name
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_LOC_BD_NAME
ble_bd_name
;
/* local BLE device name */
btm_int.h:728
if
(
strlen
(
btm_cb
.
cfg
.
ble_bd_name
)
>
(
UINT16
)
(
len
-
MIN_ADV_LENGTH
)
)
{
btm_ble_gap.c:2259
btm_ble_build_adv_data()
ARRAY_TO_STREAM
(
p
,
btm_cb
.
cfg
.
ble_bd_name
,
cp_len
)
;
btm_ble_gap.c:2263
btm_ble_build_adv_data()
cp_len
=
(
UINT16
)
strlen
(
btm_cb
.
cfg
.
ble_bd_name
)
;
btm_ble_gap.c:2265
btm_ble_build_adv_data()
ARRAY_TO_STREAM
(
p
,
btm_cb
.
cfg
.
ble_bd_name
,
cp_len
)
;
btm_ble_gap.c:2268
btm_ble_build_adv_data()
memset
(
btm_cb
.
cfg
.
ble_bd_name
,
0
,
sizeof
(
tBTM_LOC_BD_NAME
)
)
;
btm_devctl.c:84
btm_dev_init()
p
=
(
UINT8
*
)
btm_cb
.
cfg
.
ble_bd_name
;
btm_devctl.c:468
BTM_SetLocalDeviceName()
BCM_STRNCPY_S
(
btm_cb
.
cfg
.
ble_bd_name
,
p_name
,
BTM_MAX_LOC_BD_NAME_LEN
)
;
btm_devctl.c:470
BTM_SetLocalDeviceName()
btm_cb
.
cfg
.
ble_bd_name
[
BTM_MAX_LOC_BD_NAME_LEN
]
=
'\0'
;
btm_devctl.c:471
BTM_SetLocalDeviceName()
(
BCM_STRNCMP_S
(
btm_cb
.
cfg
.
bredr_bd_name
,
btm_cb
.
cfg
.
ble_bd_name
,
BTM_MAX_LOC_BD_NAME_LEN
)
!=
0
)
)
{
btm_devctl.c:523
BTM_ReadLocalDeviceName()
*
p_name
=
btm_cb
.
cfg
.
ble_bd_name
;
btm_devctl.c:530
BTM_ReadLocalDeviceName()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CFG::ble_bd_name
is read by 4 functions:
All items filtered out
tBTM_CFG::ble_bd_name
btm_ble_build_adv_data()
btm_dev_init()
BTM_SetLocalDeviceName()
BTM_ReadLocalDeviceName()
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