ESP-IDF
bt_mesh_uuid_16::val
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_uuid_16::val
bt_mesh_uuid_16::val field
Syntax
Show:
Summary
Declaration
from
uuid.h:40
uint16_t
val
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
val
;
uuid.h:40
pdu
.
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
uuid
)
->
val
)
;
adapter.c:811
bt_mesh_gatts_attr_read_included()
uint16_t
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
uuid
)
->
val
)
;
adapter.c:825
bt_mesh_gatts_attr_read_service()
pdu
.
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
chrc
->
uuid
)
->
val
)
;
adapter.c:870
bt_mesh_gatts_attr_read_chrc()
bta_uuid
->
uu
.
uuid16
=
BLE_MESH_UUID_16
(
uuid
)
->
val
;
adapter.c:886
bta_uuid_to_bt_mesh_uuid()
switch
(
BLE_MESH_UUID_16
(
svc
->
attrs
[
i
]
.
uuid
)
->
val
)
{
adapter.c:968
bt_mesh_gatts_service_register()
BLE_MESH_UUID_16
(
gatts_chrc
->
uuid
)
->
val
,
char_handle
,
svc
->
attrs
[
i
+
1
]
.
perm
,
gatts_chrc
->
properties
)
;
adapter.c:1013
bt_mesh_gatts_service_register()
BLE_MESH_UUID_16
(
svc
->
attrs
[
i
]
.
uuid
)
->
val
,
svc
->
attrs
[
i
]
.
perm
,
char_handle
)
;
adapter.c:1036
bt_mesh_gatts_service_register()
BT_DBG
(
"service start, type 0x%02x, val 0x%04x"
,
uuid_16
->
uuid
.
type
,
uuid_16
->
val
)
;
adapter.c:1129
bt_mesh_gatts_service_start()
if
(
uuid_16
->
val
==
BLE_MESH_UUID_MESH_PROXY_VAL
)
{
adapter.c:1130
bt_mesh_gatts_service_start()
BLE_MESH_GATT_PRIMARY_SERVICE
(
BLE_MESH_UUID_MESH_PROV
)
,
proxy_server.c:981
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROV_DATA_IN
,
proxy_server.c:983
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROV_DATA_IN
,
BLE_MESH_GATT_PERM_WRITE
,
proxy_server.c:985
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROV_DATA_OUT
,
proxy_server.c:988
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROV_DATA_OUT
,
BLE_MESH_GATT_PERM_NONE
,
proxy_server.c:990
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_GATT_CCC
,
proxy_server.c:993
BLE_MESH_GATT_PRIMARY_SERVICE
(
BLE_MESH_UUID_MESH_PROXY
)
,
proxy_server.c:1138
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROXY_DATA_IN
,
proxy_server.c:1140
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROXY_DATA_IN
,
BLE_MESH_GATT_PERM_WRITE
,
proxy_server.c:1142
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROXY_DATA_OUT
,
proxy_server.c:1145
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROXY_DATA_OUT
,
BLE_MESH_GATT_PERM_NONE
,
proxy_server.c:1147
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_GATT_CCC
,
proxy_server.c:1150
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_uuid_16::val
is read by 6 functions:
All items filtered out
bt_mesh_uuid_16::val
bt_mesh_gatts_attr_read_included()
bt_mesh_gatts_attr_read_service()
bt_mesh_gatts_attr_read_chrc()
bta_uuid_to_bt_mesh_uuid()
bt_mesh_gatts_service_register()
bt_mesh_gatts_service_start()
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