ESP-IDF
bt_mesh_gatts_service_start()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_start()
bt_mesh_gatts_service_start() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:754
int
bt_mesh_gatts_service_start
(
struct
bt_mesh_gatt_service
*
svc
)
;
Implemented in
adapter.c:1108
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_unregister()
gatts_register()
gatts_deregister()
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_gatts_service_start
(
struct
bt_mesh_gatt_service
*
svc
)
adapter.c:1108
int
bt_mesh_gatts_service_start
(
struct
bt_mesh_gatt_service
*
svc
)
;
adapter.h:754
bt_mesh_gatts_service_start
(
&
prov_svc
)
;
proxy_server.c:1014
bt_mesh_proxy_server_prov_enable()
bt_mesh_gatts_service_start
(
&
proxy_svc
)
;
proxy_server.c:1171
bt_mesh_proxy_server_gatt_enable()
Call Tree
from
examples
bt_mesh_gatts_service_start()
is called by 2 functions and calls 4 functions:
bt_mesh_proxy_server_prov_enable()
bt_mesh_proxy_server_gatt_enable()
All items filtered out
bt_mesh_gatts_service_start()
esp_log_timestamp()
esp_log_write()
BTA_GATTS_StartService()
BTA_GATTS_SendServiceChangeIndication()
All items filtered out
Data Use
from
examples
bt_mesh_gatts_service_start()
reads 11 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_gatt_service::attrs
bt_mesh_gatt_attr::user_data
bt_mesh_gatt_attr::handle
::BLE_MESH_UUID_TYPE_16
bt_mesh_uuid::type
bt_mesh_uuid_16::uuid
bt_mesh_uuid_16::val
bt_mesh_gatts_if
bt_mesh_gatts_addr
All items filtered out
bt_mesh_gatts_service_start()
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