ESP-IDF
bt_mesh_gatt_service
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_gatt_service
bt_mesh_gatt_service struct
GATT Service structure
Syntax
Show:
Summary
Declaration
from
adapter.h:341
struct
bt_mesh_gatt_service
{
struct
bt_mesh_gatt_attr
*
attrs
;
uint16_t
attr_count
;
sys_snode_t
node
;
}
;
Fields
Field
Declared as
Description
bt_mesh_gatt_service::attrs
struct
bt_mesh_gatt_attr
*
Service Attributes.
bt_mesh_gatt_service::attr_count
uint16_t
Service Attribute count.
bt_mesh_gatt_service::node
sys_snode_t
Related Functions
Found 7 other functions taking a
bt_mesh_gatt_service
argument:
Function
Description
bt_mesh_gatts_service_register()
bt_mesh_gatts_service_deregister()
bt_mesh_gatts_service_stop()
APIs added by Espressif
bt_mesh_gatts_service_start()
bt_mesh_gatts_service_unregister()
gatts_register()
gatts_deregister()
Examples
References
from
examples
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