ESP-IDF
add_attr()
is only used within ESP-IDF.
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
ESP-IDF
add_attr()
add_attr() function
* Function add_attr * Description This function allocates space for an attribute from the DB * and copies the data into it. * Returns pointer to next byte in data stream
Syntax
Show:
Summary
Declaration
Definition
from
sdp_discovery.c:53
static
UINT8
*
add_attr
(
UINT8
*
p
,
tSDP_DISCOVERY_DB
*
p_db
,
tSDP_DISC_REC
*
p_rec
,
UINT16
attr_id
,
tSDP_DISC_ATTR
*
p_parent_attr
,
UINT8
nest_level
)
;
Implemented in
sdp_discovery.c:812
Arguments
Argument
p
p_db
p_rec
attr_id
p_parent_attr
nest_level
Examples
References
from
examples
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