ESP-IDF
bt_mesh_gatt_attr::uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_attr::uuid
bt_mesh_gatt_attr::uuid field
Attribute UUID
Syntax
Show:
Summary
Declaration
from
adapter.h:546
const
struct
bt_mesh_uuid
*
uuid
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
bt_mesh_uuid
*
uuid
;
adapter.h:546
if
(
svc
->
attrs
[
i
]
.
uuid
->
type
==
BLE_MESH_UUID_TYPE_16
)
{
adapter.c:967
bt_mesh_gatts_service_register()
switch
(
BLE_MESH_UUID_16
(
svc
->
attrs
[
i
]
.
uuid
)
->
val
)
{
adapter.c:968
bt_mesh_gatts_service_register()
bta_uuid_to_bt_mesh_uuid
(
&
bta_uuid
,
svc
->
attrs
[
i
]
.
uuid
)
;
adapter.c:1028
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()
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_gatt_attr::uuid
is read by 1 function:
All items filtered out
bt_mesh_gatt_attr::uuid
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