ESP-IDF
find_uuid_in_seq()
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
find_uuid_in_seq()
find_uuid_in_seq() function
* Function find_uuid_in_seq * Description This function searches a data element sequenct for a UUID. * Returns TRUE if found, else FALSE
Syntax
Show:
Summary
Declaration
Definition
from
sdp_db.c:48
static
BOOLEAN
find_uuid_in_seq
(
UINT8
*
p
,
UINT32
seq_len
,
UINT8
*
p_his_uuid
,
UINT16
his_len
,
int
nest_level
)
;
Implemented in
sdp_db.c:128
Arguments
Argument
Declared as
p
UINT8
*
seq_len
UINT32
p_his_uuid
UINT8
*
his_len
UINT16
nest_level
int
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