ESP-IDF
BLE_MESH_GATT_DESCRIPTOR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_GATT_DESCRIPTOR
BLE_MESH_GATT_DESCRIPTOR macro
@def BLE_MESH_GATT_DESCRIPTOR Descriptor Declaration Macro. Helper macro to declare a descriptor attribute.
Syntax
Show:
Summary
Declaration
from
adapter.h:662
#define
BLE_MESH_GATT_DESCRIPTOR
(
_uuid
,
_perm
,
_read
,
_write
,
_value
)
\
{
\
.
uuid
=
_uuid
,
\
.
read
=
_read
,
\
.
write
=
_write
,
\
.
user_data
=
_value
,
\
.
perm
=
_perm
,
\
}
Arguments
Argument
Description
_uuid
Descriptor attribute uuid.
_perm
Descriptor attribute access permissions.
_read
Descriptor attribute read callback.
_write
Descriptor attribute write callback.
_value
Descriptor attribute value.
Examples
References
from
examples
Code
Location
#define
BLE_MESH_GATT_DESCRIPTOR
(
_uuid
,
_perm
,
_read
,
_write
,
_value
)
\
adapter.h:662
BLE_MESH_GATT_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROV_DATA_IN
,
BLE_MESH_GATT_PERM_WRITE
,
proxy_server.c:985
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_DESCRIPTOR
(
BLE_MESH_UUID_MESH_PROXY_DATA_IN
,
BLE_MESH_GATT_PERM_WRITE
,
proxy_server.c:1142
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
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