ESP-IDF
esp_ble_gatts_cb_param_t::stop
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_gatts_cb_param_t::stop
esp_ble_gatts_cb_param_t::stop field
Callback parameter for the event `ESP_GATTS_STOP_EVT` Callback parameter for the event `ESP_GATTS_STOP_EVT`
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:177
struct
gatts_stop_evt_param
{
esp_gatt_status_t
status
;
uint16_t
service_handle
;
}
stop
;
Examples
References
from
examples
Code
Location
Referrer
}
stop
;
/*!< Callback parameter for the event `ESP_GATTS_STOP_EVT` */
esp_gatts_api.h:180
param
.
stop
.
status
=
p_data
->
srvc_oper
.
status
;
btc_gatts.c:899
btc_gatts_cb_handler()
param
.
stop
.
service_handle
=
p_data
->
srvc_oper
.
service_id
;
btc_gatts.c:900
btc_gatts_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_gatts_cb_param_t::stop
is read by 1 function:
All items filtered out
esp_ble_gatts_cb_param_t::stop
btc_gatts_cb_handler()
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