ESP-IDF
ble_gatts_stop()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_stop()
ble_gatts_stop() function
Resets the GATT configuration parameters and deallocates the memory of attributes.
Syntax
Show:
Summary
Declaration
Definition
from
ble_esp_gatt.h:18
void
ble_gatts_stop
(
void
)
;
Implemented in
ble_gatts.c:1619
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_stop
(
void
)
ble_gatts.c:1620
void
ble_gatts_stop
(
void
)
;
ble_esp_gatt.h:18
ble_gatts_stop
(
)
;
ble_hs.c:927
ble_hs_deinit()
Call Tree
from
examples
ble_gatts_stop()
is called by 1 function and calls 3 functions:
ble_hs_deinit()
All items filtered out
ble_gatts_stop()
ble_att_svr_stop()
ble_gatts_free_svc_defs()
ble_gatts_free_mem()
All items filtered out
Data Use
from
examples
ble_gatts_stop()
writes 3 variables:
All items filtered out
ble_gatts_stop()
ble_hs_max_attrs
ble_hs_max_services
ble_hs_max_client_configs
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