ESP-IDF
bt_mesh_gatts_service_unregister()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_gatts_service_unregister()
bt_mesh_gatts_service_unregister() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:727
int
bt_mesh_gatts_service_unregister
(
struct
bt_mesh_gatt_service
*
svc
)
;
Implemented in
adapter.c:1072
Arguments
Argument
svc
Related Functions
Found 6 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()
gatts_register()
gatts_deregister()
Examples
References
from
examples
Code
Location
int
bt_mesh_gatts_service_unregister
(
struct
bt_mesh_gatt_service
*
svc
)
adapter.c:1072
int
bt_mesh_gatts_service_unregister
(
struct
bt_mesh_gatt_service
*
svc
)
;
adapter.h:727
Call Tree
from
examples
bt_mesh_gatts_service_unregister()
calls 2 functions:
All items filtered out
bt_mesh_gatts_service_unregister()
__assert_func()
BTA_GATTS_DeleteService()
All items filtered out
Data Use
from
examples
bt_mesh_gatts_service_unregister()
reads 2 variables:
bt_mesh_gatt_service::attrs
bt_mesh_gatt_attr::handle
All items filtered out
bt_mesh_gatts_service_unregister()
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