ESP-IDF
BLE_MESH_UUID_16
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
BLE_MESH_UUID_16
BLE_MESH_UUID_16 macro
Syntax
Show:
Summary
Declaration
from
uuid.h:80
#define
BLE_MESH_UUID_16
(
__u
)
CONTAINER_OF
(
__u
,
struct
bt_mesh_uuid_16
,
uuid
)
Arguments
Argument
__u
Examples
References
from
examples
Code
Location
#define
BLE_MESH_UUID_16
(
__u
)
CONTAINER_OF
(
__u
,
struct
bt_mesh_uuid_16
,
uuid
)
uuid.h:80
pdu
.
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
uuid
)
->
val
)
;
adapter.c:811
uint16_t
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
uuid
)
->
val
)
;
adapter.c:825
pdu
.
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
chrc
->
uuid
)
->
val
)
;
adapter.c:870
bta_uuid
->
uu
.
uuid16
=
BLE_MESH_UUID_16
(
uuid
)
->
val
;
adapter.c:886
switch
(
BLE_MESH_UUID_16
(
svc
->
attrs
[
i
]
.
uuid
)
->
val
)
{
adapter.c:968
BLE_MESH_UUID_16
(
gatts_chrc
->
uuid
)
->
val
,
char_handle
,
svc
->
attrs
[
i
+
1
]
.
perm
,
gatts_chrc
->
properties
)
;
adapter.c:1013
BLE_MESH_UUID_16
(
svc
->
attrs
[
i
]
.
uuid
)
->
val
,
svc
->
attrs
[
i
]
.
perm
,
char_handle
)
;
adapter.c:1036
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