ESP-IDF
bt_mesh_uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
bt_mesh_uuid struct
This is a 'tentative' type and should be used as a pointer only
Syntax
Show:
Summary
Declaration
from
uuid.h:34
struct
bt_mesh_uuid
{
uint8_t
type
;
}
;
Fields
Field
Declared as
bt_mesh_uuid::type
uint8_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_uuid
{
uuid.h:34
struct
bt_mesh_uuid
*
uuid
=
incl
->
user_data
;
adapter.c:798
bt_mesh_gatts_attr_read_included()
struct
bt_mesh_uuid
*
uuid
=
attr
->
user_data
;
adapter.c:822
bt_mesh_gatts_attr_read_service()
static
void
bta_uuid_to_bt_mesh_uuid
(
tBT_UUID
*
bta_uuid
,
const
struct
bt_mesh_uuid
*
uuid
)
adapter.c:880
bta_uuid_to_bt_mesh_uuid()
bta_uuid_to_bt_mesh_uuid()::uuid
bta_uuid_to_bt_mesh_uuid
(
&
bta_uuid
,
(
struct
bt_mesh_uuid
*
)
svc
->
attrs
[
i
]
.
user_data
)
;
adapter.c:971
bt_mesh_gatts_service_register()
bta_uuid_to_bt_mesh_uuid
(
&
bta_uuid
,
(
struct
bt_mesh_uuid
*
)
svc
->
attrs
[
i
]
.
user_data
)
;
adapter.c:985
bt_mesh_gatts_service_register()
struct
bt_mesh_uuid
*
uuid
=
NULL
;
adapter.c:1111
bt_mesh_gatts_service_start()
uuid
=
(
struct
bt_mesh_uuid
*
)
svc
->
attrs
[
0
]
.
user_data
;
adapter.c:1126
bt_mesh_gatts_service_start()
const
struct
bt_mesh_uuid
*
uuid
;
adapter.h:335
bt_mesh_gatt_char
bt_mesh_gatt_char::uuid
const
struct
bt_mesh_uuid
*
uuid
;
adapter.h:546
bt_mesh_gatt_attr
bt_mesh_gatt_attr::uuid
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
struct
bt_mesh_uuid
uuid
;
uuid.h:39
bt_mesh_uuid_16
bt_mesh_uuid_16::uuid
struct
bt_mesh_uuid
uuid
;
uuid.h:44
bt_mesh_uuid_32
bt_mesh_uuid_32::uuid
struct
bt_mesh_uuid
uuid
;
uuid.h:49
bt_mesh_uuid_128
bt_mesh_uuid_128::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
bt_mesh_uuid_16::uuid
bt_mesh_uuid_16
uuid.h:39
bt_mesh_uuid_32::uuid
bt_mesh_uuid_32
uuid.h:44
bt_mesh_uuid_128::uuid
bt_mesh_uuid_128
uuid.h:49
bt_mesh_gatt_char::uuid
bt_mesh_gatt_char
adapter.h:335
bt_mesh_gatt_attr::uuid
bt_mesh_gatt_attr
adapter.h:546
bta_uuid_to_bt_mesh_uuid()::uuid
bta_uuid_to_bt_mesh_uuid()
adapter.c:880
Lifecycle
from
examples
All items filtered out
All items filtered out