ESP-IDF
BLE_MESH_GATT_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_SERVICE
BLE_MESH_GATT_SERVICE macro
@def BLE_MESH_GATT_SERVICE Service Structure Declaration Macro. Helper macro to declare a service structure.
Syntax
Show:
Summary
Declaration
from
adapter.h:678
#define
BLE_MESH_GATT_SERVICE
(
_attrs
)
\
{
\
.
attrs
=
_attrs
,
\
.
attr_count
=
ARRAY_SIZE
(
_attrs
)
,
\
}
Arguments
Argument
Description
_attrs
Service attributes.
Examples
References
from
examples
Code
Location
#define
BLE_MESH_GATT_SERVICE
(
_attrs
)
\
adapter.h:678
struct
bt_mesh_gatt_service
prov_svc
=
BLE_MESH_GATT_SERVICE
(
prov_attrs
)
;
proxy_server.c:998
struct
bt_mesh_gatt_service
proxy_svc
=
BLE_MESH_GATT_SERVICE
(
proxy_attrs
)
;
proxy_server.c:1155
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