ESP-IDF
sdpu_uuid16_to_uuid128()
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
sdpu_uuid16_to_uuid128()
sdpu_uuid16_to_uuid128() function
* Function sdpu_uuid16_to_uuid128 * Description This function converts UUID-16 to UUID-128 by including the base UUID * uuid16: 2-byte UUID * p_uuid128: Expanded 128-bit UUID * Returns None
Syntax
Show:
Summary
Declaration
Definition
from
bta_dm_act.c:141
extern
void
sdpu_uuid16_to_uuid128
(
UINT16
uuid16
,
UINT8
*
p_uuid128
)
;
Implemented in
sdp_utils.c:1020
Arguments
Argument
uuid16
p_uuid128
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