ESP-IDF
bt_mesh_gatt_char::uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_gatt_char::uuid
bt_mesh_gatt_char::uuid field
Characteristic UUID.
Syntax
Show:
Summary
Declaration
from
adapter.h:335
const
struct
bt_mesh_uuid
*
uuid
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
bt_mesh_uuid
*
uuid
;
adapter.h:335
if
(
chrc
->
uuid
->
type
==
BLE_MESH_UUID_TYPE_16
)
{
adapter.c:869
bt_mesh_gatts_attr_read_chrc()
pdu
.
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
chrc
->
uuid
)
->
val
)
;
adapter.c:870
bt_mesh_gatts_attr_read_chrc()
memcpy
(
pdu
.
uuid
,
BLE_MESH_UUID_128
(
chrc
->
uuid
)
->
val
,
16
)
;
adapter.c:873
bt_mesh_gatts_attr_read_chrc()
bta_uuid_to_bt_mesh_uuid
(
&
bta_uuid
,
gatts_chrc
->
uuid
)
;
adapter.c:1003
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_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROV_DATA_IN
,
proxy_server.c:983
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROV_DATA_OUT
,
proxy_server.c:988
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROXY_DATA_IN
,
proxy_server.c:1140
BLE_MESH_GATT_CHARACTERISTIC
(
BLE_MESH_UUID_MESH_PROXY_DATA_OUT
,
proxy_server.c:1145
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_gatt_char::uuid
is read by 2 functions:
All items filtered out
bt_mesh_gatt_char::uuid
bt_mesh_gatts_attr_read_chrc()
bt_mesh_gatts_service_register()
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