ESP-IDF
BLE_MESH_GATT_PRIMARY_SERVICE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_PRIMARY_SERVICE
BLE_MESH_GATT_PRIMARY_SERVICE macro
@def BLE_MESH_GATT_PRIMARY_SERVICE Primary Service Declaration Macro. Helper macro to declare a primary service attribute.
Syntax
Show:
Summary
Declaration
from
adapter.h:596
#define
BLE_MESH_GATT_PRIMARY_SERVICE
(
_service
)
\
{
\
.
uuid
=
BLE_MESH_UUID_GATT_PRIMARY
,
\
.
read
=
bt_mesh_gatts_attr_read_service
,
\
.
user_data
=
_service
,
\
.
perm
=
BLE_MESH_GATT_PERM_READ
,
\
}
Arguments
Argument
Description
_service
Service attribute value.
Examples
References
from
examples
Code
Location
#define
BLE_MESH_GATT_PRIMARY_SERVICE
(
_service
)
\
adapter.h:596
BLE_MESH_GATT_PRIMARY_SERVICE
(
BLE_MESH_UUID_MESH_PROV
)
,
proxy_server.c:981
BLE_MESH_GATT_PRIMARY_SERVICE
(
BLE_MESH_UUID_MESH_PROXY
)
,
proxy_server.c:1138
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