ble_spp_server sample
spp_sprintf
is only used within ble_spp_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ble_spp_server sample
spp_sprintf
spp_sprintf macro
Syntax
Show:
Summary
Declaration
from
ble_spp_server_demo.h:19
#define
spp_sprintf
(
s
,
...
)
sprintf
(
(
char
*
)
(
s
)
,
##
__VA_ARGS__
)
Arguments
Argument
s
Examples
References
from
examples
Code
Location
#define
spp_sprintf
(
s
,
...
)
sprintf
(
(
char
*
)
(
s
)
,
##
__VA_ARGS__
)
ble_spp_server_demo.h:19
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