ESP-IDF
BTM_MAX_LOC_BD_NAME_LEN
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
BTM_MAX_LOC_BD_NAME_LEN
BTM_MAX_LOC_BD_NAME_LEN macro
Syntax
Show:
Summary
Declaration
from
bt_target.h:965
#define
BTM_MAX_LOC_BD_NAME_LEN
UC_MAX_LOC_BD_NAME_LEN
Examples
References
from
examples
Code
Location
#define
BTM_MAX_LOC_BD_NAME_LEN
UC_MAX_LOC_BD_NAME_LEN
bt_target.h:965
#define
BTC_MAX_LOC_BD_NAME_LEN
BTM_MAX_LOC_BD_NAME_LEN
bt_target.h:966
#if
BTM_MAX_LOC_BD_NAME_LEN
>
0
btm_ble_gap.c:2257
#if
(
BTM_MAX_LOC_BD_NAME_LEN
>
0
)
btm_devctl.c:83
#if
BTM_MAX_LOC_BD_NAME_LEN
>
0
btm_devctl.c:465
BCM_STRNCPY_S
(
btm_cb
.
cfg
.
ble_bd_name
,
p_name
,
BTM_MAX_LOC_BD_NAME_LEN
)
;
btm_devctl.c:470
btm_cb
.
cfg
.
ble_bd_name
[
BTM_MAX_LOC_BD_NAME_LEN
]
=
'\0'
;
btm_devctl.c:471
BCM_STRNCPY_S
(
btm_cb
.
cfg
.
bredr_bd_name
,
p_name
,
BTM_MAX_LOC_BD_NAME_LEN
)
;
btm_devctl.c:478
btm_cb
.
cfg
.
bredr_bd_name
[
BTM_MAX_LOC_BD_NAME_LEN
]
=
'\0'
;
btm_devctl.c:479
#if
BTM_MAX_LOC_BD_NAME_LEN
>
0
btm_devctl.c:521
(
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
#if
BTM_MAX_LOC_BD_NAME_LEN
>
0
btm_int.h:48
typedef
char
tBTM_LOC_BD_NAME
[
BTM_MAX_LOC_BD_NAME_LEN
+
1
]
;
btm_int.h:49
#if
BTM_MAX_LOC_BD_NAME_LEN
>
0
btm_int.h:726
#if
BTM_MAX_LOC_BD_NAME_LEN
>
0
btm_sec.c:1747
#if
BTM_MAX_LOC_BD_NAME_LEN
>
0
btm_sec.c:1791
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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