ESP-IDF
tBTM_LOC_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_LOC_BD_NAME
tBTM_LOC_BD_NAME
Syntax
Show:
Summary
Declaration
from
btm_int.h:49
typedef
char
tBTM_LOC_BD_NAME
[
BTM_MAX_LOC_BD_NAME_LEN
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
typedef
char
tBTM_LOC_BD_NAME
[
BTM_MAX_LOC_BD_NAME_LEN
+
1
]
;
btm_int.h:49
memset
(
btm_cb
.
cfg
.
ble_bd_name
,
0
,
sizeof
(
tBTM_LOC_BD_NAME
)
)
;
btm_devctl.c:84
btm_dev_init()
memset
(
btm_cb
.
cfg
.
bredr_bd_name
,
0
,
sizeof
(
tBTM_LOC_BD_NAME
)
)
;
btm_devctl.c:85
btm_dev_init()
tBTM_LOC_BD_NAME
bredr_bd_name
;
/* local BREDR device name */
btm_int.h:727
tBTM_LOC_BD_NAME
ble_bd_name
;
/* local BLE device name */
btm_int.h:728
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