ESP-IDF
bt_uuid_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_uuid_t
bt_uuid_t struct
Bluetooth 128-bit UUID
Syntax
Show:
Summary
Declaration
from
bt_defs.h:57
typedef
struct
{
uint8_t
uu
[
16
]
;
}
bt_uuid_t
;
Fields
Field
Declared as
bt_uuid_t::uu
uint8_t
[
16
]
Related Functions
Found 2 other functions taking a
bt_uuid_t
argument:
Function
uuid_to_string_legacy()
bta_to_btif_uuid()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bt_defs.h:57
}
bt_uuid_t
;
bt_defs.h:59
bt_uuid_t
bt_uuid_t
uuid
;
bta_gatt_api.h:71
btgatt_db_element_t
btgatt_db_element_t::uuid
extern
void
bta_to_btif_uuid
(
bt_uuid_t
*
p_dest
,
tBT_UUID
*
p_src
)
;
bta_gattc_cache.c:47
bta_to_btif_uuid()
bta_to_btif_uuid()::p_dest
void
bta_to_btif_uuid
(
bt_uuid_t
*
p_dest
,
tBT_UUID
*
p_src
)
bta_gattc_utils.c:986
bta_to_btif_uuid()
bta_to_btif_uuid()::p_dest
extern
void
uuid_to_string_legacy
(
bt_uuid_t
*
p_uuid
,
char
*
str
)
;
bta_jv_act.c:101
uuid_to_string_legacy()
uuid_to_string_legacy()::p_uuid
uuid_to_string_legacy
(
(
bt_uuid_t
*
)
p_uuid
,
uuids
)
;
bta_jv_act.c:105
logu()
void
uuid_to_string_legacy
(
bt_uuid_t
*
p_uuid
,
char
*
str
)
btc_util.c:300
uuid_to_string_legacy()
uuid_to_string_legacy()::p_uuid
void
uuid_to_string_legacy
(
bt_uuid_t
*
p_uuid
,
char
*
str
)
;
btc_util.h:57
uuid_to_string_legacy()
uuid_to_string_legacy()::p_uuid
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
Instance
Scope
Location
Project
btgatt_db_element_t::uuid
btgatt_db_element_t
bta_gatt_api.h:71
uuid_to_string_legacy()::p_uuid
uuid_to_string_legacy()
btc_util.h:57
bta_to_btif_uuid()::p_dest
bta_to_btif_uuid()
bta_gattc_utils.c:986
uuid_to_string_legacy()::p_uuid
uuid_to_string_legacy()
bta_jv_act.c:101
uuid_to_string_legacy()::p_uuid
uuid_to_string_legacy()
btc_util.c:300
bta_to_btif_uuid()::p_dest
bta_to_btif_uuid()
bta_gattc_cache.c:47
Lifecycle
from
examples
All items filtered out
All items filtered out