ESP-IDF
bt_mesh_gatts_service_stop()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_stop()
bt_mesh_gatts_service_stop() function
APIs added by Espressif
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:753
int
bt_mesh_gatts_service_stop
(
struct
bt_mesh_gatt_service
*
svc
)
;
Implemented in
adapter.c:1095
Arguments
Argument
svc
Related Functions
Found 6 other functions taking a
bt_mesh_gatt_service
argument:
Function
bt_mesh_gatts_service_register()
bt_mesh_gatts_service_deregister()
bt_mesh_gatts_service_start()
bt_mesh_gatts_service_unregister()
gatts_register()
gatts_deregister()
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_gatts_service_stop
(
struct
bt_mesh_gatt_service
*
svc
)
adapter.c:1095
int
bt_mesh_gatts_service_stop
(
struct
bt_mesh_gatt_service
*
svc
)
;
adapter.h:753
bt_mesh_gatts_service_stop
(
&
prov_svc
)
;
proxy_server.c:1042
bt_mesh_proxy_server_prov_disable()
bt_mesh_gatts_service_stop
(
&
proxy_svc
)
;
proxy_server.c:1212
bt_mesh_proxy_server_gatt_disable()
Call Tree
from
examples
bt_mesh_gatts_service_stop()
is called by 2 functions and calls 3 functions:
bt_mesh_proxy_server_prov_disable()
bt_mesh_proxy_server_gatt_disable()
All items filtered out
bt_mesh_gatts_service_stop()
esp_log_timestamp()
esp_log_write()
BTA_GATTS_StopService()
All items filtered out
Data Use
from
examples
bt_mesh_gatts_service_stop()
reads 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_gatt_service::attrs
bt_mesh_gatt_attr::handle
All items filtered out
bt_mesh_gatts_service_stop()
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